From 146b88e1e92a27e64c90c811be855f99f247f4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 26 Aug 2022 11:13:43 +0200 Subject: [PATCH] 4.3.6 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JIRA: RHELCMP-9914 Signed-off-by: Lubomír Sedlář --- doc/conf.py | 2 +- pungi.spec | 17 ++++++++++++++++- setup.py | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ad9ea0d1..d5cd50b5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.3.5' +release = '4.3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index dcab6b6d..b1a39b27 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.5 +Version: 4.3.6 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,21 @@ pytest cd tests && ./test_compose.sh %changelog +* Fri Aug 26 2022 Lubomír Sedlář - 4.3.6-1 +- pkgset: Report better error when module is missing an arch (lsedlar) +- osbuild: add support for building ostree artifacts (ondrej) +- ostree: Add unified core mode for compose in rpm-ostree (tim) +- createiso: Make ISO level more granular (lsedlar) +- Create DVDs with xorriso (lsedlar) +- Fix compatibility with jsonschema >= 4.0.0 (lsedlar) +- Fix black complaint (lsedlar) +- doc: fix osbuild's image_types field name (ondrej) +- Convert _ssh_run output to str for python3 (hlin) +- Print more logs for git_ls_remote (hlin) +- Log time taken of each phase (hlin) +- Avoid crash when loading pickle file failed (hlin) +- extra_isos: Fix detection of changed packages (lsedlar) + * Wed Jun 15 2022 Lubomír Sedlář - 4.3.5-1 - Fix module defaults and obsoletes validation (mkulik) - Update the cts_keytab field in order to get the hostname of the server diff --git a/setup.py b/setup.py index 41e21f25..1e0ae1e3 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.5", + version="4.3.6", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",