diff --git a/NEWS.md b/NEWS.md index 2db7b54918..f6af8f1a0d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,37 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 28: + + * OSBuild Composer can now build CentOS Stream 8 images! + + * OSBuild Composer can now upload images to VMWare! + + * Cloudapi contains new /openapi.json and /version endpoints. The already + existing `POST /compose` endpoint now supports specification of additional + packages. + + * Blueprints now support definition of alternative kernels, such as kernel-rt, + using the `customizations.kernel.name` key. + + * Attempt to use the `customization.kernel.append` key in a blueprint for the + OSTree image type now results in error, because the customization was ignored. + + * OSBuild dependency now requires version 24 because of its new sysconfig and + RHSM stages. + + * RHEL qcow2 images now come with disabled product-id and subscription-manager + plugins in dnf to make them consistent with images produced by imagefactory. + + * OSTree `parent` can now be replaced with `url` pointing to a repository + that contains the parent commit. + +Contributions from: Achilleas Koutsou, Alexander Todorov, Antonio Murdaca, + Brian C. Lane, Chloe Kaubisch, Jacob Kozol, Jozef Mikovic, + Major Hayden, Martin Sehnoutka, Ondřej Budai, Sanne Raymaekers, + Tomas Hozza, Tom Gundersen + +— Brno, 2021-02-20 + ## CHANGES WITH 27: * Starting from this release, we are putting longer news posts in diff --git a/docs/news/unreleased/centos-stream.md b/docs/news/28/centos-stream.md similarity index 100% rename from docs/news/unreleased/centos-stream.md rename to docs/news/28/centos-stream.md diff --git a/docs/news/unreleased/cloudapi-packages.md b/docs/news/28/cloudapi-packages.md similarity index 100% rename from docs/news/unreleased/cloudapi-packages.md rename to docs/news/28/cloudapi-packages.md diff --git a/docs/news/unreleased/kernel-customizations-name.md b/docs/news/28/kernel-customizations-name.md similarity index 100% rename from docs/news/unreleased/kernel-customizations-name.md rename to docs/news/28/kernel-customizations-name.md diff --git a/docs/news/unreleased/openapi-endpoint-in-cloudapi.md b/docs/news/28/openapi-endpoint-in-cloudapi.md similarity index 100% rename from docs/news/unreleased/openapi-endpoint-in-cloudapi.md rename to docs/news/28/openapi-endpoint-in-cloudapi.md diff --git a/docs/news/unreleased/osbuild-24.md b/docs/news/28/osbuild-24.md similarity index 100% rename from docs/news/unreleased/osbuild-24.md rename to docs/news/28/osbuild-24.md diff --git a/docs/news/unreleased/osbuild-rhsm-stage.md b/docs/news/28/osbuild-rhsm-stage.md similarity index 100% rename from docs/news/unreleased/osbuild-rhsm-stage.md rename to docs/news/28/osbuild-rhsm-stage.md diff --git a/docs/news/unreleased/ostree-kernel-append.md b/docs/news/28/ostree-kernel-append.md similarity index 100% rename from docs/news/unreleased/ostree-kernel-append.md rename to docs/news/28/ostree-kernel-append.md diff --git a/docs/news/unreleased/sysconfig.md b/docs/news/28/sysconfig.md similarity index 100% rename from docs/news/unreleased/sysconfig.md rename to docs/news/28/sysconfig.md diff --git a/docs/news/unreleased/vmware-upload-target.md b/docs/news/28/vmware-upload-target.md similarity index 100% rename from docs/news/unreleased/vmware-upload-target.md rename to docs/news/28/vmware-upload-target.md diff --git a/docs/news/unreleased/weldr-ostree-url.md b/docs/news/28/weldr-ostree-url.md similarity index 100% rename from docs/news/unreleased/weldr-ostree-url.md rename to docs/news/28/weldr-ostree-url.md diff --git a/docs/news/unreleased/.gitkeep b/docs/news/unreleased/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/osbuild-composer.spec b/osbuild-composer.spec index b1aed56c89..619e68d1c4 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 27 +Version: 28 %gometa