33
Release osbuild 33 Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
This commit is contained in:
parent
877f2ba3c3
commit
4459a37a66
3 changed files with 14 additions and 2 deletions
12
NEWS.md
12
NEWS.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 32
|
||||
Version: 33
|
||||
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue