heat-translator 3.3.0 (flamingo)
We are stoked to announce the release of: heat-translator 3.3.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/heat-translator Download the package from: https://pypi.org/project/heat-translator Please report issues through: https://bugs.launchpad.net/heat-translator/+bugs For more details, please see below. Changes in heat-translator 3.2.0..3.3.0 --------------------------------------- 098b9db Fix CI failures Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 ++- .stestr.conf | 3 ++ requirements.txt | 20 ++++++------ .../data/etsi_nfv/etsi_nfv_sol001_vnfd_types.yaml | 6 ++-- .../test_tosca_custom_network_nodes_imports.yaml | 4 +++ .../test_tosca_custom_network_nodes_inline.yaml | 14 +++++---- .../test_tosca_nfv_autoscaling_with_params.yaml | 4 +++ .../reservation/tosca-vnfd-reservation-id.yaml | 4 +++ test-requirements.txt | 17 +++++----- tox.ini | 9 ++++-- 16 files changed, 133 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 63633d9..9b98ae8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cliff!=2.9.0,>=2.8.0 # Apache-2.0 +pbr>=6.0.0 # Apache-2.0 +cliff>=4.9.1 # Apache-2.0 @@ -8,7 +8,7 @@ PyYAML>=3.13 # MIT -python-dateutil>=2.5.3 # BSD -tosca-parser>=1.6.1 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 -python-novaclient>=9.1.0 # Apache-2.0 -python-heatclient>=1.10.0 # Apache-2.0 -python-glanceclient>=2.8.0 # Apache-2.0 -requests>=2.18.0 # Apache-2.0 +python-dateutil>=2.9.0 # BSD +tosca-parser>=2.12.0 # Apache-2.0 +keystoneauth1>=5.11.0 # Apache-2.0 +python-novaclient>=18.9.0 # Apache-2.0 +python-heatclient>=4.2.0 # Apache-2.0 +python-glanceclient>=4.8.0 # Apache-2.0 +requests>=2.32.2 # Apache-2.0 @@ -16 +16 @@ requests>=2.18.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 +oslo.log>=7.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 89f32ab..0ac7ff9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,9 @@ -hacking>=7.0.0,<7.1.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 -fixtures>=3.0.0 # Apache-2.0/BSD -oslotest>=3.2.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=2.2.0 # MIT +hacking>=7.0.0 # Apache-2.0 +coverage>=7.8.1 # Apache-2.0 +fixtures>=4.2.5 # Apache-2.0/BSD +oslotest>=5.0.1 # Apache-2.0 +python-subunit>=1.4.4 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 +testrepository>=0.0.21 # Apache-2.0/BSD +testscenarios>=0.5.0 # Apache-2.0/BSD +testtools>=2.7.2 # MIT
participants (1)
-
no-reply@openstack.org