diff --git a/NEWS.md b/NEWS.md index bc629702c1..e35eca2b06 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,20 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 32: + + * RHEL-Edge container image now uses nginx and serves on port 8080 + * Add support for RHEL 8.5 for Edge Raw images (x86_64 and Aarch64) + * Add support for RHEL 8.5 Simplified installer (x86_64 and Aarch64) + * Add custom file system support for RHEL 8.5 + * Add custom file system support for RHEL 9.0 + +Contributions from: Ondřej Budai, Alexander Todorov, Brian C. Lane, Tomas Hozza, + Chloe Kaubisch, Xiaofeng Wang, Achilleas Koutsou, Juan Abia, + Gianluca Zuccarelli, Diaa Sami, Christian Kellner, + Sanne Raymaekers, Jakub Rusz + +— Vöcklabruck & Bruxelles, 2021-08-28 + ## CHANGES WITH 31: * Retrieve metadata about a compose through the Cloud API diff --git a/docs/news/unreleased/edge-container-nginx.md b/docs/news/32/edge-container-nginx.md similarity index 100% rename from docs/news/unreleased/edge-container-nginx.md rename to docs/news/32/edge-container-nginx.md diff --git a/docs/news/unreleased/rhel8.5-edge-raw-images.md b/docs/news/32/rhel8.5-edge-raw-images.md similarity index 100% rename from docs/news/unreleased/rhel8.5-edge-raw-images.md rename to docs/news/32/rhel8.5-edge-raw-images.md diff --git a/docs/news/unreleased/rhel8.5-edge-simplified-installer.md b/docs/news/32/rhel8.5-edge-simplified-installer.md similarity index 100% rename from docs/news/unreleased/rhel8.5-edge-simplified-installer.md rename to docs/news/32/rhel8.5-edge-simplified-installer.md diff --git a/docs/news/unreleased/rhel8.5-filesystem-support.md b/docs/news/32/rhel8.5-filesystem-support.md similarity index 100% rename from docs/news/unreleased/rhel8.5-filesystem-support.md rename to docs/news/32/rhel8.5-filesystem-support.md diff --git a/docs/news/unreleased/rhel9.0-filesystem-support.md b/docs/news/32/rhel9.0-filesystem-support.md similarity index 100% rename from docs/news/unreleased/rhel9.0-filesystem-support.md rename to docs/news/32/rhel9.0-filesystem-support.md diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 74c0e71b67..907a8a6f46 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 31 +Version: 32 %gometa