diff --git a/NEWS.md b/NEWS.md index 316186a0a..7321aafad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,38 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 11: + + * The support for uploading VHD images to Azure is now available. + + * AMI images are now produced in the vhdx format. This fixes + the issue that those images couldn't be previously booted in EC2. + + * In version 10 the logs weren't saved when osbuild failed. This + is now fixed. + + * The warnings when upgrading/removing the RPM package are now fixed. + Note that updating to version 11 still produces them because + the upgrade process runs also the scriptlets from version 10. + + * The size calculation for Fedora 31 vhd images is fixed. + + * The size field was removed from the tar assembler struct. + The field has actually never been supported in osbuild + and it doesn't make any sense. + + * The minimal required version of osbuild is bumped to 12. + + * This release also got big upgrades to the testing infrastructure, + more tests are run on a CI and they now run faster. Also, the unit + test coverage is improved. + + Contributions from: Alexander Todorov, Jacob Kozol, Jakub Rusz, + Jiri Kortus, Lars Karlitski, Major Hayden, + Ondřej Budai, Tom Gundersen + + - Liberec, 2020-04-29 + + ## CHANGES WITH 10: * The correct metadata_expire value is now passed to dnf. In the diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index 0692a48c2..23b7e7cd8 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: 10 +Version: 11 %gometa diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 88385cfbd..e6bab229c 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 10 +Version: 11 %gometa