diff --git a/doc/conf.py b/doc/conf.py index 5e153c73..ad9ea0d1 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.4' +release = '4.3.5' # 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 0304519b..dcab6b6d 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.4 +Version: 4.3.5 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,17 @@ pytest cd tests && ./test_compose.sh %changelog +* Wed Jun 15 2022 Lubomír Sedlář - 4.3.5-1 +- Fix module defaults and obsoletes validation (mkulik) +- Update the cts_keytab field in order to get the hostname of the server + (ounsal) +- Add skip_branding to ostree_installer. (lzhuang) +- kojiwrapper: Ignore warnings before task id (lsedlar) +- Restrict jsonschema version (lsedlar) +- Revert "Do not clone the same repository multiple times, re-use already + cloned repository" (hlin) +- Involve bandit (hlin) + * Fri Apr 01 2022 Ondřej Nosek - 4.3.4-1 - kojiwrapper: Add retries to login call (lsedlar) - Variants file in config can contain path (onosek) diff --git a/setup.py b/setup.py index 51cf9230..41e21f25 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.4", + version="4.3.5", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",