Release 4.3.0
This commit is contained in:
parent
493cf43388
commit
07ecfda69c
30
pungi.spec
30
pungi.spec
@ -1,7 +1,7 @@
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: pungi
|
||||
Version: 4.2.10
|
||||
Version: 4.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
@ -137,6 +137,34 @@ nosetests-3 --exe -e test_variant_repo_rpms
|
||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||
|
||||
%changelog
|
||||
* Wed Sep 15 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
|
||||
- Show and log command when using the run_blocking_cmd() method (fdipretre)
|
||||
- Use cachedir when createrepo (hlin)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pungi-4.2.10.tar.bz2) = c3c870234aa940980456ade237509d67d9f2187a6f35e6aaad5d23c59c4b1edf5456ed997245a4090eb2e2dadca242a252abb51f911068239b7b53a9247a0efd
|
||||
SHA512 (pungi-4.3.0.tar.bz2) = a9a94e992e4323b572daa0d308dd451cd8f7e5f0825b712cb55176400c72f12f3e25b629b735dc8d88246072ff083a5b9d4f0b2afa9b368dc913641c246c0ca2
|
||||
|
Loading…
Reference in New Issue
Block a user