diff --git a/NEWS.md b/NEWS.md index 26cc2512d..b8907b071 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,20 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 20: + + * VMDK images are now stream optimized to be compatible with vCenter by + defult. + + * RPMs are pulled from the correct repositories on RHEL, depending on whether + the host is running on Beta or GA. + + * Cloud credentials can now no longer be returned by the API. + +Contributions from: Alexander Todorov, Brian C. Lane, Lars Karlitski, + Major Hayden, Tom Gundersen + +— London, 2020-08-23 + ## CHANGES WITH 19: * Bug fixes to the weldr API. @@ -11,7 +26,8 @@ * Other test improvements. -Contributions from: Alexander Todorov, Brian C. Lane, Jenn Giardino, Major Hayden, Martin Sehnoutka +Contributions from: Alexander Todorov, Brian C. Lane, Jenn Giardino, + Major Hayden, Martin Sehnoutka — London, 2020-08-10 diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index b38dae55c..208a6f1f9 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: 19 +Version: 20 %gometa diff --git a/osbuild-composer.spec b/osbuild-composer.spec index fa6837d96..690159a06 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 19 +Version: 20 %gometa