From dbfc2a09291951cc9213b84bceab2c32974cc564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 15 Apr 2020 14:16:27 +0200 Subject: [PATCH] 10 Release osbuild-composer version 10 --- NEWS.md | 32 +++++++++++++++++++++++++++++ golang-github-osbuild-composer.spec | 2 +- osbuild-composer.spec | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9a19ae8be..316186a0a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index 020ed544d..2aa011323 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: 9 +Version: 10 %gometa diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 595e09eec..178e1d50d 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 9 +Version: 10 %gometa