zun-tempest-plugin 4.2.0 (wallaby)
We exuberantly announce the release of: zun-tempest-plugin 4.2.0: Tempest plugin zun_tempest_plugin This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/zun-tempest-plugin Download the package from: https://tarballs.openstack.org/zun-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/zun/+bugs For more details, please see below. Changes in zun-tempest-plugin 4.0.0..4.2.0 ------------------------------------------ b81e8cb Increase timeout to create a container or capsule 79008bf [goal] Migrate zun-tempest-plugin jobs to focal 275d208 Sleep 1 second to wait for logs 6db3f1e Use entrypoint in test_commit_container 1502b7a Add container network connectivity test b5c6b03 Remove assertion of neutron port tagging 1e6bcd4 Test container in subnet without gateway_ip 31366ab Add py38 package metadata 9232f14 Switch to newer openstackdocstheme and reno versions ab1fc1a Verify capsule's containers status 3dc2289 Fix stable branch py2 job 01d03bb Update "python setup.py build_sphinx" to build_sphinx 5df462d Fix hacking min version to 3.0.1 5a193ab Update hacking for Python3 7f2fd34 Add stable/ussuri job on master gate 06439d3 Remove six Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 + releasenotes/source/conf.py | 8 +- requirements.txt | 1 - setup.cfg | 4 +- test-requirements.txt | 6 +- tox.ini | 10 +- 13 files changed, 503 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0ea703d..88c4707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index ed1abb9..35a0645 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0 @@ -8 +8 @@ sphinx>=2.0.0,!=2.1.0 # BSD -openstackdocstheme>=2.0.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 @@ -10 +10 @@ openstackdocstheme>=2.0.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org