diff --git a/NEWS.md b/NEWS.md index 2a752b013..d7e657a09 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,26 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 23: + + * Support for building Fedora 31 images was removed. + + * Metadata sent from Composer to Koji were adjusted based on a feedback + from Koji maintainers. More fixes will definitely come in a future + release. + + * Composer is now easier to deploy to OpenStack with a new deploy-openstack + script available in the source tree. Note that the previous version + introduced a similar tool for deploying a local qemu VM. + + * The testing setup is still being reworked massively. With the help + of deploy-qemu, it should be now very simple to replicate the Schutzbot + tests on a local machine. + +Contributions from: Alexander Todorov, Lars Karlitski, Ondřej Budai, Tom + Gundersen, Xiaofeng Wang + +— Liberec, 2020-11-04 + ## CHANGES WITH 22: * Support for building Fedora 33 images is now available as a tech preview. diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 5cf3066d0..0e2a74727 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 22 +Version: 23 %gometa