From a8f6281da2ece41e90cf8b868c8c8dc9e7e7feda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 3 Jun 2020 20:55:13 +0200 Subject: [PATCH] 14 Release osbuild-composer version 14 --- NEWS.md | 43 +++++++++++++++++++++++++++++ golang-github-osbuild-composer.spec | 2 +- osbuild-composer.spec | 2 +- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index cf6d9abea..af04fe9cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index 8043fb050..59a65359f 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: 13 +Version: 14 %gometa diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 4bcb6caf9..b11586e36 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 13 +Version: 14 %gometa