diff --git a/doc/conf.py b/doc/conf.py index 3d2abd17..ea98e7bb 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.3' # The full version, including alpha/beta/rc tags. -release = '4.3.7' +release = '4.3.8' # 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 9218612b..c62d9c11 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.7 +Version: 4.3.8 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,26 @@ pytest cd tests && ./test_compose.sh %changelog +* Tue Mar 28 2023 Haibo Lin - 4.3.8-1 +- createiso: Update possibly changed file on DVD (lsedlar) +- pkgset: Stop reuse if configuration changed (lsedlar) +- Allow disabling inheriting ExcludeArch to noarch packages (lsedlar) +- pkgset: Support extra builds with no tags (lsedlar) +- buildinstall: Avoid pointlessly tweaking the boot images (lsedlar) +- Prevent to reuse if unsigned packages are allowed (hlin) +- Pass parent id/respin id to CTS (lsedlar) +- Exclude existing files in boot.iso (hlin) +- image-build/osbuild: Pull ISOs into the compose (lsedlar) +- Retry 401 error from CTS (lsedlar) +- gather: Better detection of debuginfo in lookaside (lsedlar) +- Log versions of all installed packages (hlin) +- Use authentication for all CTS calls (lsedlar) +- Fix black complaints (lsedlar) +- Add vhd.gz extension to compressed VHD images (lsedlar) +- Add vhd-compressed image type (lsedlar) +- Update to work with latest mock (lsedlar) +- Default bztar format for sdist command (onosek) + * Fri Dec 09 2022 Ondřej Nosek - osbuild: test passing of rich repos from configuration (lsedlar) - osbuild: support specifying `package_sets` for repos (thozza) diff --git a/setup.py b/setup.py index 3c16f2c9..6dc033aa 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.7", + version="4.3.8", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",