Release 4.7.0

JIRA: RHELCMP-13991
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-08-16 10:16:02 +02:00
parent e43cf68f08
commit a8dbd77f7f
3 changed files with 14 additions and 4 deletions

View File

@ -51,9 +51,9 @@ copyright = "2016, Red Hat, Inc."
# built documents.
#
# The short X.Y version.
version = "4.6"
version = "4.7"
# The full version, including alpha/beta/rc tags.
release = "4.6.3"
release = "4.7.0"
# 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.6.3
Version: 4.7.0
Release: 1%{?dist}
Summary: Distribution compose tool
@ -110,6 +110,16 @@ pytest
cd tests && ./test_compose.sh
%changelog
* Fri Aug 16 2024 Lubomír Sedlář <lsedlar@redhat.com> - 4.7.0-1
- kiwibuild: Add support for type, type attr and bundle format (lsedlar)
- createiso: Block reuse if unsigned packages are allowed (lsedlar)
- Allow live_images phase to still be skipped (lsedlar)
- createiso: Recompute .treeinfo checksums for images (lsedlar)
- Drop support for signing rpm-wrapped artifacts (lsedlar)
- Remove live_images.py (LiveImagesPhase) (awilliam)
- Clean up requirements (lsedlar)
- Update pungi.spec for py3 (hlin)
* Fri Jul 12 2024 Haibo Lin <hlin@redhat.com> - 4.6.3-1
- Fix formatting of long line (lsedlar)
- unified-isos: Resolve symlinks (lsedlar)

View File

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