From e2c9b9d8813f907dd436ecb04ad140d3f8e76642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 13 May 2020 14:16:51 +0200 Subject: [PATCH] 12 Release osbuild-composer version 12 --- NEWS.md | 28 ++++++++++++++++++++++++++++ golang-github-osbuild-composer.spec | 2 +- osbuild-composer.spec | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index e42395bc0b..3eeb148b0d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,33 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 12: + + * In previous versions support for running remote workers was + broken. This is now fixed and running remote workers is once + again possible. See #568 for more information. + + * The job queue and the store are now two separate Go packages. + One of the benefits is that it is now possible to build images + without using the store which is too complicated for some usecases. + + * A blueprint name is now checked against the regex + "^[a-zA-Z0-9._-]+$". This is the same limitation as in + lorax-composer. + + * All osbuild calls now use the new --output-directory argument. + This change is a must because the old way of retrieving images from + the osbuild store will soon be deprecated. + + * Some routes from the weldr API are now implemented in a more + efficient way. + + * As always, the team worked hard on improving the tests and the CI. + + Contributions from: David Rheinsberg, Jiri Kortus, Lars Karlitski, + Major Hayden, Ondřej Budai + + - Liberec, 2020-05-13 + ## CHANGES WITH 11: * The support for uploading VHD images to Azure is now available. diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index 23b7e7cd8c..481281d20d 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: 11 +Version: 12 %gometa diff --git a/osbuild-composer.spec b/osbuild-composer.spec index e6bab229c5..53c67d63a0 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 11 +Version: 12 %gometa