Release osbuild 39

Signed-off-by: Thomas Lavocat <tlavocat@redhat.com>
This commit is contained in:
Thomas Lavocat 2021-10-06 10:09:19 +02:00 committed by Thomas Lavocat
parent 2e8ef3eadd
commit 00125e9fdb
3 changed files with 12 additions and 2 deletions

10
NEWS.md
View file

@ -1,3 +1,13 @@
## CHANGES WITH 39:
* document osbuild and selinux integration
* improvements to the CI
Contributions from: Achilleas Koutsou, Christian Kellner, Sanne Raymaekers,
Tomas Hozza
— Grenoble, 2021-10-06
## CHANGES WITH 38: ## CHANGES WITH 38:
* host services: make file descriptor passing more robust by checking the fds * host services: make file descriptor passing more robust by checking the fds

View file

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

View file

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