4.3.7 release
Signed-off-by: Ondrej Nosek <onosek@redhat.com>
This commit is contained in:
parent
8be0d84f8a
commit
6e0a9385f2
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.3'
|
version = '4.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.3.6'
|
release = '4.3.7'
|
||||||
|
|
||||||
# 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.
|
||||||
|
19
pungi.spec
19
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.3.6
|
Version: 4.3.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,23 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 09 2022 Ondřej Nosek <onosek@redhat.com>
|
||||||
|
- osbuild: test passing of rich repos from configuration (lsedlar)
|
||||||
|
- osbuild: support specifying `package_sets` for repos (thozza)
|
||||||
|
- osbuild: don't use `util.get_repo_urls()` (thozza)
|
||||||
|
- osbuild: update schema and config documentation (thozza)
|
||||||
|
- Speed up tests by 30 seconds (lsedlar)
|
||||||
|
- Stop sending compose paths to CTS (lsedlar)
|
||||||
|
- Report errors from CTS (lsedlar)
|
||||||
|
- createiso: Create Joliet tree with xorriso (lsedlar)
|
||||||
|
- init: Filter comps for modular variants with tags (lsedlar)
|
||||||
|
- Retry failed cts requests (hlin)
|
||||||
|
- Ignore existing kerberos ticket for CTS auth (lsedlar)
|
||||||
|
- osbuild: support specifying upload_options (thozza)
|
||||||
|
- osbuild: accept only a single image type in the configuration (thozza)
|
||||||
|
- Add Jenkinsfile for CI (hlin)
|
||||||
|
- profiler: Flush stdout before printing (lsedlar)
|
||||||
|
|
||||||
* Fri Aug 26 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.6-1
|
* Fri Aug 26 2022 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.6-1
|
||||||
- pkgset: Report better error when module is missing an arch (lsedlar)
|
- pkgset: Report better error when module is missing an arch (lsedlar)
|
||||||
- osbuild: add support for building ostree artifacts (ondrej)
|
- osbuild: add support for building ostree artifacts (ondrej)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.3.6",
|
version="4.3.7",
|
||||||
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