From c0a33c6852acbd87dfa2f3c35e6fe2d0c5f9e92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 15 Dec 2020 17:23:15 +0100 Subject: [PATCH] 26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release osbuild-composer 26 Signed-off-by: Ondřej Budai --- NEWS.md | 50 +++++++++++++++++++++++++++++++++++++++++++ osbuild-composer.spec | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 497e34551..99917043e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,55 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 26: + + * RHEL 8.4 images got plenty of updates: + + * Image building for aarch64, ppc64le and s390x is fixed. + + * The root XFS partition now has a random UUID. This change fixes image + builds on an image built by osbuild-composer. + + * QCOW2 images are now closer to the old official ones: + + * The default size is now set to 10 GiB. + + * rng-tools are no longer installed. + + * kernel options are now aligned to the old official images. + + * org.osbuild.rhel84 runner is now used to build these images. + + * Worker crashed in a koji-finalize job when a previous koji-init job + failed. This is now fixed. + + * Composer API has now support for mirrorlist and metalink. + + * Composer API now supports sharing an Amazon Machine Image with an another + account. + + * Upload of aarch64 images to AWS is now fixed. + + * Composer API for Koji returns pending status until all images are + finished. Previously, it returned failed as soon as the first image + build failed. + + * Composer API for Koji and Worker API now log errors. This should + very much simplify debugging. + + * osbuild-composer(7) man page is now included in the RPM. + + * The testing got some very nice updates too: + + * The CI now runs a subset of tests on Fedora 33 aarch64. + + * The CI now runs reverse dependency tests against koji-osbuild. + +Contributions from: Chloe Kaubisch, Christian Kellner, Jacob Kozol, + Lars Karlitski, Ondřej Budai, Sanne Raymaekers, + Tomas Hozza + +— Liberec, 2020-12-16 + ## CHANGES WITH 25: * Composer now supports RHEL 8.4! Big thanks to Jacob Kozol! diff --git a/osbuild-composer.spec b/osbuild-composer.spec index b65a1edbf..cd340f2da 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 25 +Version: 26 %gometa