Skip to content

Commit

Permalink
16
Browse files Browse the repository at this point in the history
Release osbuild-composer version 16
  • Loading branch information
ondrejbudai committed Jun 29, 2020
1 parent ee782c6 commit 534c508
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# OSBuild Composer - Operating System Image Composition Services

## CHANGES WITH 16:

* osbuild-composer now obsoletes lorax-composer on RHEL.

* An upload failure (e.g. due to invalid credentials) now causes the compose
to appear as failed.

* RHEL 8 repositories are switched to the beta ones to allow composer to be
tested on 8.3 Beta. This will be reverted when GA comes.

* OSTree images no longer contains /etc/fstab. The filesystem layout is
determined by the installer and thus it doesn't make any sense to include
it.

* If both group and user customizations were used, the user would be created
before the group, causing a build to fail. This is now fixed.

* Composer now correctly passes UID and GID to org.osbuild.{users,groups}
stages as ints instead of strings.

* The subpackages (worker, tests and rcm) now require a matching version of
osbuild-composer to be installed. Previously, they would be happy with
just an arbitrary one.

* Support for testing OpenStack images in actual OpenStack is now available.
Note that upload to OpenStack is still not available for the end users
(it's on the roadmap though).

* Worker now logs not only job failures but also job successes.

* All DNF errors were mistakenly tagged as RepoError, this is now fixed.

* As always, a lot of test and CI improvements are included in this release.

Contributions from: Alexander Todorov, Christian Kellner, Major Hayden, Martin
Sehnoutka, Ondřej Budai, Tom Gundersen

— Liberec, 2020-06-29

## CHANGES WITH 15:

* Support for building RHEL for Edge 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: 15
Version: 16

%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: 15
Version: 16

%gometa

Expand Down

0 comments on commit 534c508

Please sign in to comment.