Release osbuild-composer version 14
This commit is contained in:
Ondřej Budai 2020-06-03 20:55:13 +02:00
parent 5f9215cbcb
commit a8f6281da2
3 changed files with 45 additions and 2 deletions

43
NEWS.md
View file

@ -1,5 +1,48 @@
# OSBuild Composer - Operating System Image Composition Services
## CHANGES WITH 14:
* AWS uploads doesn't anymore report to AWS that composer uploads
the image in vhdx format. This surprisingly makes the upload process
more stable.
* Uploads were always in WAITING state. This is now fixed.
* The /projects/source/* routes now correctly supports all the features
of Weldr API v1.
* AWS upload now logs the progress to journal. Even better logging is
hopefully coming soon.
* AWS upload's status is now correctly set to FAILED when ImportSnapshot
fails. Before, this hanged the upload indefinitely.
* Store unmarshalling is now safer in some cases. For example, stored
manifests are now longer checked when loaded from disk. Therefore,
changing of manifest schema doesn't lead to crashes when old manifests
are present in the store.
* When store loading failed in non-verbose mode of osbuild-composer, it
crashed the process because of nil logger. This is now fixed.
* The upstream spec file for building osbuild-composer package now
excludes the i686 architecture. Note that composer never supported
this arch.
* The upstream spec file now correctly specifies the composer's dependency
to osbuild-ostree. This was forgotten in the previous release which
introduced Fedora IoT support.
* The previous version didn't have repositories defined for s390x and
ppc64le architectures. This is now fixed. Note that this only fixes
some codepaths, osbuild-composer still cannot build any images on
these architectures.
Contributions from: Brian C. Lane, Lars Karlitski, Major Hayden, Martin
Sehnoutka, Ondřej Budai, Stef Walter, Tom Gundersen
— Liberec, 2020-06-03
## CHANGES WITH 13:
* Fedora IoT is now supported for Fedora 32 in the form of producing the

View file

@ -1,6 +1,6 @@
%global goipath github.com/osbuild/osbuild-composer
Version: 13
Version: 14
%gometa

View file

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