diff --git a/NEWS.md b/NEWS.md index 2336d39f7..2a752b013 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,27 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 22: + + * Support for building Fedora 33 images is now available as a tech preview. + + * The osbuild-composer-cloud binary is gone. The osbuild-composer binary + now serves the Composer API along with Weldr and Koji APIs. + + * The testing setup was reworked. All files related to tests are now shipped + in the tests subpackage. A script to run the test suite locally is now + also available. See HACKING.md for more details. + + * GPG keys in Koji API are no longer marked as required. + + * Osbuild-composer RPM is now buildable on Fedora 33+ and Fedora ELN. + + * Osbuild-composer for Fedora 34 and higher now obsoletes lorax-composer. + +Contributions from: Alexander Todorov, Jacob Kozol, Lars Karlitski, + Martin Sehnoutka, Ondřej Budai, Tom Gundersen + +— Liberec, 2020-10-16 + ## CHANGES WITH 21: * Composer API is now available as a tech preview in the diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 0454acda3..f02a91332 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 21 +Version: 22 %gometa