Merge "Change centos DIB_RELEASE default to 9-stream"

This commit is contained in:
Zuul 2024-08-05 16:34:33 +00:00 committed by Gerrit Code Review
commit ffbdd94fcf
2 changed files with 12 additions and 0 deletions
diskimage_builder/elements/centos
releasenotes/notes

@ -24,3 +24,10 @@ DIB_CLOUD_IMAGES:
ppc64le images. Until then you'll need to set this to a local
image file.
:Example: ``DIB_CLOUD_IMAGES=/path/to/my/centos/8/CentOS-8-GenericCloud-x86_64.qcow2``
DIB_RELEASE:
:Required: No
:Description: To override the release to build, utilize this paraemter.
Presently defaults to ``9-stream``, however may be changed by
diskimage-builder to newer versions *as* the distribution
versions move through their lifecycle.

@ -0,0 +1,5 @@
---
fixes:
- |
The default release for the ``centos`` element is now "9-stream" instead of
"8". This is a result of Centos8 having reached End of Life.