diskimage-builder/releasenotes/notes/add-centos-8-support-4fd28eb04e11ba43.yaml
Carlos Goncalves 8226384cf0 Add CentOS 8 support
* Add "centos" element, a CentOS version-independent element. This is in
  line with the same work done for RHEL in Stein cycle.
* Deprecate the centos7 element. CentOS 7 support itself it not
  deprecated though. The new "centos" element provides the same support
  level as the "centos7" element.
* Add functional testing

The default CentOS version is 8. You can adjust it using the DIB_RELEASE
environment variable.

Change-Id: I373ba2296c4613765676e59aabd9c651345298d1
2020-02-19 10:44:56 +01:00

9 lines
278 B
YAML

---
features:
- Added CentOS 8 support.
deprecations:
- |
The ``centos7`` element is deprecated and is left only for backward
compatibility. Use the ``centos`` element instead. Note that you should set
``DIB_RELEASE`` to ``7`` when using the ``centos`` element.