Release osbuild 32

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2021-08-24 01:25:33 +02:00 committed by Christian Kellner
parent ca3941feb6
commit a40cf616f5
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
## CHANGES WITH 32:
* `stages/org.osbuild.grub2`: allow the unified grub config scheme
to be configured even in pure UEFI configurations.
Contributions from: Christian Kellner
- Asker, 2021-08-24
## CHANGES WITH 31:
* **LVM2 support** was added. For this new stages and host services

View file

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

View file

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