diff --git a/NEWS.md b/NEWS.md index 261fe5a8b9..f3950072b6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 17: + + * AWS images are now built in the raw format. Previously used vhdx was + space-efficient but actually caused about 30% of uploads to fail. + + * The spec file had a wrong version of lorax-composer to obsolete, causing + upgrades to fail. This is now fixed. + +Contributions from: Major Hayden, Tom Gundersen + +— Liberec, 2020-07-08 + ## CHANGES WITH 16: * osbuild-composer now obsoletes lorax-composer on RHEL. diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index a000592895..5de316ea82 100644 --- a/golang-github-osbuild-composer.spec +++ b/golang-github-osbuild-composer.spec @@ -1,6 +1,6 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 16 +Version: 17 %gometa diff --git a/osbuild-composer.spec b/osbuild-composer.spec index ba29275f2c..698f56ae51 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 16 +Version: 17 %gometa