Skip to content

Commit

Permalink
12
Browse files Browse the repository at this point in the history
Release osbuild-composer version 12
  • Loading branch information
ondrejbudai committed May 14, 2020
1 parent 7a4542f commit e2c9b9d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion golang-github-osbuild-composer.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global goipath github.com/osbuild/osbuild-composer

Version: 11
Version: 12

%gometa

Expand Down
2 changes: 1 addition & 1 deletion osbuild-composer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

%global goipath github.com/osbuild/osbuild-composer

Version: 11
Version: 12

%gometa

Expand Down

0 comments on commit e2c9b9d

Please sign in to comment.