4.2.8 release
Signed-off-by: Ondrej Nosek <onosek@redhat.com>
This commit is contained in:
parent
64897d7d48
commit
98359654cf
@ -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.7'
|
release = '4.2.8'
|
||||||
|
|
||||||
# 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.
|
||||||
|
20
pungi.spec
20
pungi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.2.7
|
Version: 4.2.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -111,6 +111,24 @@ pytest
|
|||||||
cd tests && ./test_compose.sh
|
cd tests && ./test_compose.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 12 2021 Ondrej Nosek <onosek@redhat.com>
|
||||||
|
- pkgset: Add ability to wait for signed packages (lsedlar)
|
||||||
|
- Add image-container phase (lsedlar)
|
||||||
|
- osbs: Move metadata processing to standalone function (lsedlar)
|
||||||
|
- Move container metadata into compose object (lsedlar)
|
||||||
|
- Move UnsignedPackagesError to a separate file (lsedlar)
|
||||||
|
- pkgset: Include just one version of module (hlin)
|
||||||
|
- pkgset: Check tag inheritance change before reuse (hlin)
|
||||||
|
- pkgset: Remove reuse file when packages are not signed (lsedlar)
|
||||||
|
- pkgset: Drop kobo.plugin usage from PkgsetSource (lsedlar)
|
||||||
|
- gather: Drop kobo.plugins usage from GatherMethod (lsedlar)
|
||||||
|
- pkgset: Drop kobo.plugins usage from GatherSources (lsedlar)
|
||||||
|
- doc: remove default createrepo_checksum value from example (kdreyer)
|
||||||
|
- comps: Preserve default arg on groupid (lsedlar)
|
||||||
|
- Stop copying .git directory with module defaults (hlin)
|
||||||
|
- React to SIGINT signal (hlin)
|
||||||
|
- scm: Only copy debugging data if we have a compose (lsedlar)
|
||||||
|
|
||||||
* Thu Dec 03 2020 Lubomír Sedlář <lsedlar@redhat.com> 4.2.7-1
|
* Thu Dec 03 2020 Lubomír Sedlář <lsedlar@redhat.com> 4.2.7-1
|
||||||
- osbuild: Fix not failing on failable tasks (lsedlar)
|
- osbuild: Fix not failing on failable tasks (lsedlar)
|
||||||
- kojiwrapper: Use gssapi_login (lsedlar)
|
- kojiwrapper: Use gssapi_login (lsedlar)
|
||||||
|
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pungi",
|
name="pungi",
|
||||||
version="4.2.7",
|
version="4.2.8",
|
||||||
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