From f28753732c91e4eacac8e705fb0cf759b9a7cae6 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 10 Sep 2020 12:34:10 +0200 Subject: [PATCH] NEWS.md: update for osbuild version 21 --- NEWS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS.md b/NEWS.md index c50b6bdb..b470cefb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,25 @@ # OSBuild - Build-Pipelines for Operating System Artifacts +## CHANGES WITH 21: + + * The way that output of modules is communicated to osbuild was + re-factored in a way that now makes it possible to also capture + and log the output of the container runtime, i.e. `bubblewrap`. + This should prove useful to track down errors where the runner + can not be executed. + + * runners: support for Fedora 34 was added + + * A lot of internal re-factoring was done, to make the code nicer + and easier to read. For example the way objects are exported in + the pipeline is now unified. + Additionally, a dedicated API is used to fetch the arguments in + the modules, instead of relying on standard input. + +Contributions from: chloenayon, Christian Kellner + +— Berlin, 2020-09-10 + ## CHANGES WITH 20: * The filesystem assemblers gained support for btrfs. They can