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.
This commit is contained in:
Christian Kellner 2020-10-08 12:56:35 +02:00
parent 3318480460
commit e268f33dae

18
NEWS.md
View file

@ -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