From b03490bf180d8e514db6b15f4456ab765537ef65 Mon Sep 17 00:00:00 2001 From: Ozan Unsal Date: Mon, 25 Oct 2021 15:18:26 +0200 Subject: [PATCH] 4.3.1 release JIRA: RHELCMP-7116 Signed-off-by: Ozan Unsal --- doc/conf.py | 2 +- pungi.spec | 14 +++++++++++++- setup.py | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 7c95c1af..3b34418a 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.2' # The full version, including alpha/beta/rc tags. -release = '4.3.0' +release = '4.3.1' # 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 180c088a..bcd6d86a 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.0 +Version: 4.3.1 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,18 @@ pytest cd tests && ./test_compose.sh %changelog +* Mon Oct 25 2021 Ozan Unsal - 4.3.1-1 +- Correct irc network name & add matrix room (dan.cermak) +- Add missing mock to osbs tests (lsedlar) +- osbs: Reuse images from old compose (hlin) +- image_build: Allow reusing old image_build results (hlin) +- Allow ISO-Level configuration within the config file (ounsal) +- Work around ODCS creating COMPOSE_ID later (lsedlar) +- When `cts_url` is configured, use CTS `/repo` API for buildContainer + yum_repourls. (jkaluza) +- Add COMPOSE_ID into the pungi log file (ounsal) +- buildinstall: Add easy way to check if previous result was reused (lsedlar) + * Fri Sep 10 2021 Lubomír Sedlář - 4.3.0-1 - Only build CTS url when configured (lsedlar) - Require requests_kerberos only when needed (lsedlar) diff --git a/setup.py b/setup.py index a6578563..37212b92 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.0", + version="4.3.1", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",