From 6e0a9385f2b3b890a057b4a18dd9220e4ebf50ba Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Fri, 9 Dec 2022 13:50:53 +0100 Subject: [PATCH] 4.3.7 release Signed-off-by: Ondrej Nosek --- doc/conf.py | 2 +- pungi.spec | 19 ++++++++++++++++++- setup.py | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index d5cd50b5..3d2abd17 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.6' +release = '4.3.7' # 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 b1a39b27..9218612b 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.6 +Version: 4.3.7 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,23 @@ pytest cd tests && ./test_compose.sh %changelog +* Fri Dec 09 2022 Ondřej Nosek +- osbuild: test passing of rich repos from configuration (lsedlar) +- osbuild: support specifying `package_sets` for repos (thozza) +- osbuild: don't use `util.get_repo_urls()` (thozza) +- osbuild: update schema and config documentation (thozza) +- Speed up tests by 30 seconds (lsedlar) +- Stop sending compose paths to CTS (lsedlar) +- Report errors from CTS (lsedlar) +- createiso: Create Joliet tree with xorriso (lsedlar) +- init: Filter comps for modular variants with tags (lsedlar) +- Retry failed cts requests (hlin) +- Ignore existing kerberos ticket for CTS auth (lsedlar) +- osbuild: support specifying upload_options (thozza) +- osbuild: accept only a single image type in the configuration (thozza) +- Add Jenkinsfile for CI (hlin) +- profiler: Flush stdout before printing (lsedlar) + * 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) diff --git a/setup.py b/setup.py index 1e0ae1e3..b49fbea7 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.6", + version="4.3.7", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",