4.2.7 release

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2020-12-03 14:32:03 +01:00
parent 98ddc74c16
commit 62a97c0e1b
3 changed files with 21 additions and 3 deletions

View File

@ -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.6'
release = '4.2.7'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,5 +1,5 @@
Name: pungi
Version: 4.2.6
Version: 4.2.7
Release: 1%{?dist}
Summary: Distribution compose tool
@ -111,6 +111,24 @@ pytest
cd tests && ./test_compose.sh
%changelog
* Thu Dec 03 2020 Lubomír Sedlář <lsedlar@redhat.com> 4.2.7-1
- osbuild: Fix not failing on failable tasks (lsedlar)
- kojiwrapper: Use gssapi_login (lsedlar)
- osbuild: use task result to get build info (christian)
- docs: Add osbuild phase to overview diagram (lsedlar)
- osbuild: Only send release when not empty (lsedlar)
- Fix config validation for osbuild (lsedlar)
- Use xorrisofs for creating ISOs when needed (hlin)
- Add --respin-of argument. (jkaluza)
- Fix typo in configuration (lsedlar)
- Optimize link_files by creating temporary dict mapping path to pkg_obj.
(jkaluza)
- Try reuse old gather_phase even if pkgset_koji_builds changed. (jkaluza)
- Do not use shlex_quote in get_pungi_buildinstall_cmd and
get_pungi_ostree_cmd. (jkaluza)
- gather: Fix test for module presence (lsedlar)
- Kill all subprocess in signal handler (lsedlar)
* Wed Nov 04 2020 Bohdan Khomutskyi <bkhomuts@redhat.com> - 4.2.6-1
- Allow setting int arguments for pungi-buildinstall plugin. (jkaluza)
- Use shlex_quote for complete --foo=bar argument. (jkaluza)

View File

@ -25,7 +25,7 @@ packages = sorted(packages)
setup(
name="pungi",
version="4.2.6",
version="4.2.7",
description="Distribution compose tool",
url="https://pagure.io/pungi",
author="Dennis Gilmore",