4.1.34 release
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
a206a73db1
commit
cc456d3e75
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.1'
|
version = '4.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
24
pungi.spec
24
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.33
|
Version: 4.1.34
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -110,6 +110,26 @@ nosetests --exe
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 05 2019 Lubomír Sedlář <lsedlar@redhat.com> - 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ář <lsedlar@redhat.com> - 4.1.33-1
|
* Wed Feb 13 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.33-1
|
||||||
- isos: Check maximum expected size (lsedlar)
|
- isos: Check maximum expected size (lsedlar)
|
||||||
- osbs: Process data about pushing images to registries (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)
|
- ostree: Add test for expanding basearch for message (lsedlar)
|
||||||
- Make sure ${basearch} is also replaced with config['ostree_ref'] (patrick)
|
- Make sure ${basearch} is also replaced with config['ostree_ref'] (patrick)
|
||||||
|
|
||||||
* Tue Jan 08 2019 Lubomír Sedlář <lsedlar@redhat.com> - Version: 4.1.33-1
|
* Tue Jan 08 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.32-1
|
||||||
- Add script to orchestrate multiple composes (lsedlar)
|
- Add script to orchestrate multiple composes (lsedlar)
|
||||||
- buildinstall: Expose lorax's --rootfs-size argument (lsedlar)
|
- buildinstall: Expose lorax's --rootfs-size argument (lsedlar)
|
||||||
- Support for pungi-legacy with productmd format (frederic.pierret)
|
- Support for pungi-legacy with productmd format (frederic.pierret)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
name = "pungi",
|
||||||
version = "4.1.33",
|
version = "4.1.34",
|
||||||
description = "Distribution compose tool",
|
description = "Distribution compose tool",
|
||||||
url = "https://pagure.io/pungi",
|
url = "https://pagure.io/pungi",
|
||||||
author = "Dennis Gilmore",
|
author = "Dennis Gilmore",
|
||||||
|
Loading…
Reference in New Issue
Block a user