4.3.1 release
JIRA: RHELCMP-7116 Signed-off-by: Ozan Unsal <ounsal@redhat.com>
This commit is contained in:
parent
ab19043773
commit
b03490bf18
3 changed files with 15 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
|||
# The short X.Y version.
|
||||
version = '4.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.3.0'
|
||||
release = '4.3.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
14
pungi.spec
14
pungi.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: pungi
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
|
|
@ -111,6 +111,18 @@ pytest
|
|||
cd tests && ./test_compose.sh
|
||||
|
||||
%changelog
|
||||
* Mon Oct 25 2021 Ozan Unsal <ounsal@redhat.com> - 4.3.1-1
|
||||
- Correct irc network name & add matrix room (dan.cermak)
|
||||
- Add missing mock to osbs tests (lsedlar)
|
||||
- osbs: Reuse images from old compose (hlin)
|
||||
- image_build: Allow reusing old image_build results (hlin)
|
||||
- Allow ISO-Level configuration within the config file (ounsal)
|
||||
- Work around ODCS creating COMPOSE_ID later (lsedlar)
|
||||
- When `cts_url` is configured, use CTS `/repo` API for buildContainer
|
||||
yum_repourls. (jkaluza)
|
||||
- Add COMPOSE_ID into the pungi log file (ounsal)
|
||||
- buildinstall: Add easy way to check if previous result was reused (lsedlar)
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ packages = sorted(packages)
|
|||
|
||||
setup(
|
||||
name="pungi",
|
||||
version="4.3.0",
|
||||
version="4.3.1",
|
||||
description="Distribution compose tool",
|
||||
url="https://pagure.io/pungi",
|
||||
author="Dennis Gilmore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue