Skip to content

Commit

Permalink
10
Browse files Browse the repository at this point in the history
Release osbuild-composer version 10
  • Loading branch information
ondrejbudai committed Apr 15, 2020
1 parent aa39579 commit dbfc2a0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# OSBuild Composer - Operating System Image Composition Services

## CHANGES WITH 10:

* The correct metadata_expire value is now passed to dnf. In the
past, this led to a lot of failed builds, because dnf has the
default expire time set to 48 hours, whereas the Fedora updates
repos have the expire time of 6 hours.

* A decision was made that the minimal Go version required for
building the project is 1.12. This is now enforced by the CI.

* The intermediate s3 object is now deleted after the upload to AWS
is finished. It has no value for users.
* The upload to AWS has now a bigger timeout. The current coronavirus
situation is affecting the AWS responsiveness in a negative way.

* The weldr API has better test coverage. In the process, several
bugs in sources and composes were fixed.
* Worker and jobqueue packages are receiving a big refactoring.
This is the prerequisite for having multiple job queues for building
images for different distributions and architectures.

* The image tests now boot the AWS images in the actual EC2.

Contributions from: Alexander Todorov, Brian C. Lane,
Jacob Kozol, Jakub Rusz, Lars Karlitski,
Major Hayden, Martin Sehnoutka,
Ondřej Budai, Tom Gundersen

- Liberec, 2020-04-15
## CHANGES WITH 9:

* Fedora is now build with updates and modules repositories
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: 9
Version: 10

%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: 9
Version: 10

%gometa

Expand Down

0 comments on commit dbfc2a0

Please sign in to comment.