kayobe/releasenotes/notes/dnf-2071fc40b0d783b6.yaml
Mark Goddard dc32b52f08 CentOS 8: Support DNF
Adds support for configuration of DNF repo mirrors for CentOS and EPEL
repositories, as well as custom repositories.

Adds support for DNF automatic, which is a replacement for yum-cron.

Configuration is backwards compatible, falling back to the equivalent
yum variables when DNF variables have not been overridden.

Change-Id: I8bef5e9c8e1c77c25d6077ff690da8f2cde6a643
Story: 2006574
Task: 38922
2020-03-19 11:23:39 +00:00

21 lines
930 B
YAML

---
features:
- |
Adds support for configuration of DNF repositories on CentOS 8. Variables
have been added in a new configuration file, ``dnf.yml``. Backwards
compatibility with the Yum configuration variables is provided.
- |
Adds support for applying regular package updates on CentOS 8 via DNF
Automatic. Variables have been added in a new configuration file,
``dnf.yml``. Backwards compatibility with the Yum-cron configuration
variables is provided.
deprecations:
- |
The Yum configuration variables in ``yum.yml`` are deprecated and will be
removed in a future release. Adapt any configuration overrides to use the
new DNF variables in ``dnf.yml`` instead.
- |
The yum-cron configuration variables in ``yum-cron.yml`` are deprecated and
will be removed in a future release. Adapt any configuration overrides to
use the new DNF automatic variables in ``dnf.yml``.