Release osbuild 36

Signed-off-by: Diaa Sami <disami@redhat.com>
This commit is contained in:
Diaa Sami 2021-09-08 13:55:31 +02:00 committed by Simon Steinbeiß
parent cf8f851f9c
commit 5d7316757b
3 changed files with 15 additions and 2 deletions

13
NEWS.md
View file

@ -1,3 +1,16 @@
## CHANGES WITH 36:
* `stages/org.osbuild.selinux.config`: new stage for configuring SELinux on the system
* `stages/org.osbuild.dnf.config`: new stage for changing persistent DNF configuration
* `stages/org.osbuild.tuned`: new stage for setting active TuneD profile
* `stages/org.osbuild.kickstart`: set passwords with --iscrypted
* `stages/org.osbuild.tmpfilesd`: new stage for configuring tmpfiles.d
* `util/rhsm`: Check if repositories is None before iterating
Contributions from: Achilleas Koutsou, Sanne Raymaekers, Tomas Hozza
— Berlin, 2021-09-08
## CHANGES WITH 35:
* Bug fix release.

View file

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

View file

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