From 76d13d0062c0bd1c2126acb4e701cf171dcd8aee Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Thu, 29 Apr 2021 06:43:41 +0200 Subject: [PATCH] 4.2.9 release Signed-off-by: Ondrej Nosek --- doc/conf.py | 2 +- pungi.spec | 19 +++++++++++++++++-- setup.py | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 845600fc..0b5b3a23 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.2.8' +release = '4.2.9' # 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 22b53512..ce92c16c 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.2.8 +Version: 4.2.9 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,7 +111,22 @@ pytest cd tests && ./test_compose.sh %changelog -* Fri Feb 12 2021 Ondrej Nosek +* Thu Apr 29 2021 Ondrej Nosek - 4.2.9-1 +- Fix can't link XDEV using repos as pkgset_sources (romain.forlot) +- Updated the deprecated ks argument name (to the current inst.ks) (lveyde) +- gather: Adjust reusing with lookaside (hlin) +- hybrid: Optimize getting lookaside packages (lsedlar) +- gather: Copy old logs when reusing gather result (hlin) +- Cancel koji tasks when pungi terminated (hlin) +- Add Dockerfile for building testing image (hlin) +- image_container: Fix incorrect arch processing (lsedlar) +- runroot: Adjust permissions always (hlin) +- Format code (hlin) +- pkgset: Fix meaning of retries (lsedlar) +- pkgset: Store module tag only if module is used (lsedlar) +- Store extended traceback for gather errors (lsedlar) + +* Fri Feb 12 2021 Ondrej Nosek - 4.2.8-1 - pkgset: Add ability to wait for signed packages (lsedlar) - Add image-container phase (lsedlar) - osbs: Move metadata processing to standalone function (lsedlar) diff --git a/setup.py b/setup.py index 072811bf..91dfd15d 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.8", + version="4.2.9", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",