From cc456d3e75c2d788809871ef741e24b6b4aab803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 5 Mar 2019 12:36:03 +0100 Subject: [PATCH] 4.1.34 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/conf.py | 2 +- pungi.spec | 24 ++++++++++++++++++++++-- setup.py | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6d7ff25d..46d280fa 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.1' # The full version, including alpha/beta/rc tags. -release = '4.1.33' +release = '4.1.34' # 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 410302cd..9ae8b361 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.33 +Version: 4.1.34 Release: 1%{?dist} Summary: Distribution compose tool @@ -110,6 +110,26 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Tue Mar 05 2019 Lubomír Sedlář - 4.1.34-1 +- config: Allow validating configuration in JSON (lsedlar) +- image-build: Accept formats in lists (lsedlar) +- image-build: Resolve git ref in ksurl (lsedlar) +- Resolve git branches in scm_dict (lsedlar) +- util: Refactor resolving git url (lsedlar) +- scm-wrapper: Refactor getting files from Git (lsedlar) +- osbs: Fix wrong message in logs (lsedlar) +- orchestrator: Log exception to log file (lsedlar) +- config-dump: Allow freezing koji event (lsedlar) +- Read koji event from config file (lsedlar) +- image-build: Fix typo in file extension for vmdk image (lsedlar) +- osbs: Accept local paths as repo URLs (lsedlar) +- image-build: Support repo/install_tree as path (lsedlar) +- osbs: Remove format requirement for registry (lsedlar) +- Make the Apple/HFS compatibility configurable (lsedlar) +- update iso creation for ppc64le (dan) +- orchestrator: Use prefix for config substitutions (lsedlar) +- README: add link to documentation (kdreyer) + * Wed Feb 13 2019 Lubomír Sedlář - 4.1.33-1 - isos: Check maximum expected size (lsedlar) - osbs: Process data about pushing images to registries (lsedlar) @@ -129,7 +149,7 @@ cd tests && ./test_compose.sh - ostree: Add test for expanding basearch for message (lsedlar) - Make sure ${basearch} is also replaced with config['ostree_ref'] (patrick) -* Tue Jan 08 2019 Lubomír Sedlář - Version: 4.1.33-1 +* Tue Jan 08 2019 Lubomír Sedlář - 4.1.32-1 - Add script to orchestrate multiple composes (lsedlar) - buildinstall: Expose lorax's --rootfs-size argument (lsedlar) - Support for pungi-legacy with productmd format (frederic.pierret) diff --git a/setup.py b/setup.py index ab69de31..35d0cfc1 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.33", + version = "4.1.34", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",