Release osbuild 33

Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
This commit is contained in:
Simon Steinbeiss 2021-08-25 21:09:37 +02:00 committed by Simon Steinbeiß
parent 877f2ba3c3
commit 4459a37a66
3 changed files with 14 additions and 2 deletions

12
NEWS.md
View file

@ -1,3 +1,15 @@
## CHANGES WITH 33:
* `stages/org.osbuild.grub2`: add support for greenboot, i.e.
automatically rolling back bad updates, i.e. updates that do not
boot successfully.
* `stages/org.osbuild.gzip`: new stage to compress files via gzip.
Contributions from: Christian Kellner, Diaa Sami
— Vöcklabruck, 2021-08-25
## CHANGES WITH 32:
* `stages/org.osbuild.grub2`: allow the unified grub config scheme

View file

@ -1,7 +1,7 @@
%global forgeurl https://github.com/osbuild/osbuild
%global selinuxtype targeted
Version: 32
Version: 33
%forgemeta

View file

@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
name="osbuild",
version="32",
version="33",
description="A build system for OS images",
packages=["osbuild", "osbuild.formats", "osbuild.util"],
license='Apache-2.0',