26
Release osbuild-composer 26 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
3562833f6c
commit
c0a33c6852
2 changed files with 51 additions and 1 deletions
50
NEWS.md
50
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!
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 25
|
||||
Version: 26
|
||||
|
||||
%gometa
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue