From 707a2c8d10ebb89c8acfddf01bc9e78c446c2f4f Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Apr 04 2022 09:12:21 +0000 Subject: 4.3.4 release JIRA: RHELCMP-8627 Signed-off-by: Ondrej Nosek --- diff --git a/doc/conf.py b/doc/conf.py index ec267f8..5e153c7 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.3' +release = '4.3.4' # 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 8882c34..0304519 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.3 +Version: 4.3.4 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,20 @@ pytest cd tests && ./test_compose.sh %changelog +* Fri Apr 01 2022 Ondřej Nosek - 4.3.4-1 +- kojiwrapper: Add retries to login call (lsedlar) +- Variants file in config can contain path (onosek) +- nomacboot option for livemedia koji tasks (cobrien) +- doc: improve osbs_registries explanation (kdreyer) +- osbs: only handle archives of type "image" (kdreyer) +- Update the default greedy_method value in doc (ounsal) +- Fix the wrong working directory for the progress_notification script (ounsal) +- Filter out environment groups unmatch given arch (hlin) +- profiler: Respect provided output stream (lsedlar) +- modules: Correct a typo in loading obsoletes (ppisar) +- Do not clone the same repository multiple times, re-use already cloned + repository (ounsal) + * Sat Jan 08 2022 Haibo Lin - 4.3.3-1 - hybrid: Explicitly pull in debugsource packages (lsedlar) - Add module obsoletes feature (fvalder) diff --git a/setup.py b/setup.py index 3e057d0..51cf923 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.3", + version="4.3.4", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",