4.3.0 release
JIRA: RHELCMP-6614 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
a1ebd234a4
commit
72bcee01be
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.2'
|
version = '4.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.2.10'
|
release = '4.3.0'
|
||||||
|
|
||||||
# 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.
|
||||||
|
30
pungi.spec
30
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.2.10
|
Version: 4.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,34 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 10 2021 Lubomír Sedlář <lsedlar@redhat.com> - 4.3.0-1
|
||||||
|
- Only build CTS url when configured (lsedlar)
|
||||||
|
- Require requests_kerberos only when needed (lsedlar)
|
||||||
|
- Allow specifying $COMPOSE_ID in the `repo` value for osbs phase. (jkaluza)
|
||||||
|
- Make getting old compose config reusable (lsedlar)
|
||||||
|
- paths: Allow customizing log file extension (lsedlar)
|
||||||
|
- Add authentication for updating the compose URL in CTS. (ounsal)
|
||||||
|
- Fix type detection for osbuild images (lsedlar)
|
||||||
|
- Enable pungi to send compose_url patches to CTS (ounsal)
|
||||||
|
- Use xorriso instead of isoinfo when createiso_use_xorrisofs is enabled
|
||||||
|
(ounsal)
|
||||||
|
- Fix tests for createrepo (drumian)
|
||||||
|
- Formatted files according to flake8 and black feedback (drumian)
|
||||||
|
- Handle the pungi failures to ensure creation of log files (ounsal)
|
||||||
|
- Add createrepo_enable_cache to configuration doc (hlin)
|
||||||
|
- Fix formatting (hlin)
|
||||||
|
- Install missing deps in ci image (hlin)
|
||||||
|
- Use pytest directly incl. support for posargs, e.g.: tox -- -s -vvv
|
||||||
|
tests/path/to/a/single/test_something.py (fvalder)
|
||||||
|
- Supersede ModuleStream loading with ModuleIndex (fvalder)
|
||||||
|
- Better error message than 'KeyError' in pungi (drumian)
|
||||||
|
- Adding multithreading support for pungi/phases/image_checksum.py (jkunstle)
|
||||||
|
- doc: more additional_packages documentation (kdreyer)
|
||||||
|
- doc: fix typo in additional_packages description (kdreyer)
|
||||||
|
- doc: improve signed packages retry docs (kdreyer)
|
||||||
|
- Better error message than 'KeyError' in pungi (drumian)
|
||||||
|
- doc: explain buildContainer API (kdreyer)
|
||||||
|
|
||||||
* Wed Aug 04 2021 Haibo Lin <hlin@redhat.com> - 4.2.10-1
|
* Wed Aug 04 2021 Haibo Lin <hlin@redhat.com> - 4.2.10-1
|
||||||
- Show and log command when using the run_blocking_cmd() method (fdipretre)
|
- Show and log command when using the run_blocking_cmd() method (fdipretre)
|
||||||
- Use cachedir when createrepo (hlin)
|
- Use cachedir when createrepo (hlin)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.2.10",
|
version="4.3.0",
|
||||||
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