From e268f33daeb739b8f2ef88b398b79e42059443ca Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 8 Oct 2020 12:56:35 +0200 Subject: [PATCH] NEWS.md: update for osbuild version 22 Highlights are a new RHEL 8.4 runner as well as a new internal API for structured logging of exceptions in modules. --- NEWS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2ac8aa98..7d9df59b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,23 @@ # OSBuild - Build-Pipelines for Operating System Artifacts +## CHANGES WITH 22: + + * runners: support for RHEL 8.4 was added + + * A new internal API was added that can be used to communicate + exceptions from runners, stages and assemblers in a more + structured way and, thus, make it possible to include them in + the final result in a machine readable way. Use that new API + in the runners. + + * Improvements to the CI, including the integration of codespell + to check for spelling mistakes. + +Contributions from: Chloe Kaubisch, Christian Kellner, Jacob Kozol, + Lars Karlitski, Major Hayden + +— Berlin, 2020-10-08 + ## CHANGES WITH 21: * The way that output of modules is communicated to osbuild was