From cfb9882269713997843224c06496220b92e11da6 Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Thu, 11 Nov 2021 11:55:56 +0800 Subject: [PATCH] 4.3.2 release JIRA: RHELCMP-7182 Signed-off-by: Haibo Lin --- doc/conf.py | 4 ++-- pungi.spec | 16 +++++++++++++++- setup.py | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 3b34418a..9bc4aa8f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, Red Hat, Inc.' # built documents. # # The short X.Y version. -version = '4.2' +version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.3.1' +release = '4.3.2' # 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 bcd6d86a..8e22fccd 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.1 +Version: 4.3.2 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,20 @@ pytest cd tests && ./test_compose.sh %changelog +* Thu Nov 11 2021 Haibo Lin - 4.3.2-1 +- gather: Load JSON mapping relative to config dir (lsedlar) +- gather: Stop requiring all variants/arches in JSON (lsedlar) +- doc: make dnf "backend" settings easier to discover (kdreyer) +- Remove with_jigdo argument (lsedlar) +- Check dependencies after config validation (lsedlar) +- default "with_jigdo" to False (kdreyer) +- Stop trying to validate non-existent metadata (lsedlar) +- test images for metadata deserialization error (fdipretre) +- repoclosure: Use --forcearch for dnf repoclosure (lsedlar) +- extra_isos: Allow reusing old images (lsedlar) +- createiso: Allow reusing old images (lsedlar) +- Remove default runroot channel (lsedlar) + * 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) diff --git a/setup.py b/setup.py index 37212b92..9ad49aed 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.1", + version="4.3.2", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",