diff --git a/NEWS.md b/NEWS.md index 49c87a49a7..03698be3ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +## CHANGES WITH 33.1: + + * Install docs in RHEL 8.5 and 9.0 images + * RHEL-8.5 / RHEL-9.0: RHSM DNF plugins are now enabled by default on `ec2` + and `ami` images + * Mountpoints in blueprints can now have an arbitrary depth + * Weldr API on RHEL is no longer able to build Fedora/CentOS Stream images + * RHEL 8.5: Greenboot logs now have the same format in all edge image types + +Contributions from: Alexander Todorov, Antonio Murdaca, Brian C. Lane, + Gianluca Zuccarelli, Ondřej Budai, Tom Gundersen, + Tomas Hozza, yih + +— Liberec, 2021-09-15 + ## CHANGES WITH 33: * Bootiso: move payload to iso root diff --git a/docs/news/unreleased/install-docs-in-rhel-85-90.md b/docs/news/33.1/install-docs-in-rhel-85-90.md similarity index 100% rename from docs/news/unreleased/install-docs-in-rhel-85-90.md rename to docs/news/33.1/install-docs-in-rhel-85-90.md diff --git a/docs/news/unreleased/rhel-ec2-images-rhsm-dnf-plugins.md b/docs/news/33.1/rhel-ec2-images-rhsm-dnf-plugins.md similarity index 100% rename from docs/news/unreleased/rhel-ec2-images-rhsm-dnf-plugins.md rename to docs/news/33.1/rhel-ec2-images-rhsm-dnf-plugins.md diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 8766778a53..02a17d3af0 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 33 +Version: 33.1 %gometa