Release osbuild-composer 19.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2020-08-10 20:22:43 +02:00
parent 1e57cbdad6
commit 06c8461684
3 changed files with 19 additions and 4 deletions

15
NEWS.md
View file

@ -1,5 +1,20 @@
# OSBuild Composer - Operating System Image Composition Services
## CHANGES WITH 19:
* Bug fixes to the weldr API.
* Default image size was increased to be able to build empty blueprints by
default.
* OpenStack images are now tested on the target footprint in CI.
* Other test improvements.
Contributions from: Alexander Todorov, Brian C. Lane, Jenn Giardino, Major Hayden, Martin Sehnoutka
— London, 2020-08-10
## CHANGES WITH 18:
* Qcow and openstack images for Fedora have now cloudinit service enabled

View file

@ -1,6 +1,6 @@
%global goipath github.com/osbuild/osbuild-composer
Version: 18
Version: 19
%gometa
@ -45,8 +45,8 @@ BuildRequires: golang(github.com/stretchr/testify)
Requires: %{name}-worker = %{version}-%{release}
Requires: systemd
Requires: osbuild >= 17
Requires: osbuild-ostree >= 17
Requires: osbuild >= 18
Requires: osbuild-ostree >= 18
Provides: osbuild-composer
Provides: weldr

View file

@ -4,7 +4,7 @@
%global goipath github.com/osbuild/osbuild-composer
Version: 18
Version: 19
%gometa