tripleo-image-elements 12.2.1 (victoria)
We are overjoyed to announce the release of: tripleo-image-elements 12.2.1: Disk image builder elements for deploying OpenStack. This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/tripleo-image-elements Download the package from: https://tarballs.openstack.org/tripleo-image-elements/ Please report issues through: https://bugs.launchpad.net/tripleo/+bugs For more details, please see below. Changes in tripleo-image-elements 12.2.0..12.2.1 ------------------------------------------------ 375b4e87 ensure any ens3 interface is nuked during image build cf87fd9e fix python version conflict 3f7f9eed Update .gitreview for stable/victoria b73f4154 Drop pbr version ceiling Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + elements/interface-names/install.d/71-clean-stale-interface | 4 ++-- .../install.d/os-apply-config-source-install/10-os-apply-config | 2 +- .../install.d/os-collect-config-source-install/10-os-collect-config | 2 +- .../install.d/os-net-config-source-install/50-os-net-config-source | 2 +- .../install.d/os-refresh-config-source-install/10-os-refresh-config | 2 +- elements/os-svc-install/bin/os-svc-install | 2 +- requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 3 +-- 11 files changed, 12 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 322a9266..37516e41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr>=0.11,<2.0 +pbr>=0.11 diff --git a/test-requirements.txt b/test-requirements.txt index f924f319..41ab0c18 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org