diff --git a/NEWS.md b/NEWS.md index 3b69543a42..47ad5759d4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,16 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 28.3: + + * Version 28.1 introduced a regression causing logs from osbuild to be + improperly decoded. As a result, all API log routes were returning + empty logs. This is now fixed and all logs should be available as + before. + +Contributions from: Ondřej Budai + +— Liberec, 2021-03-19 + ## CHANGES WITH 28.2: * The new image type introduced in 28.1 ignores the ostree ref supplied by diff --git a/osbuild-composer.spec b/osbuild-composer.spec index d68a1a580e..4b57e997a7 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 28.2 +Version: 28.3 %gometa