watcher-tempest-plugin 2.1.0 (victoria)
We are amped to announce the release of: watcher-tempest-plugin 2.1.0: Tempest plugin watcher-tempest-plugin This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/watcher-tempest-plugin Download the package from: https://tarballs.openstack.org/watcher-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/watcher/+bugs For more details, please see below. Changes in watcher-tempest-plugin 2.0.0..2.1.0 ---------------------------------------------- 7fbabca [goal] Migrate watcher-tempest-plugin jobs to focal 2e097b6 Stop to use the __future__ module. 25d06aa Switch to newer openstackdocstheme and reno versions 819b94b Add stable branch jobs on the plugins master gate e15055d check microversion before create EVENT audit Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 26 ++++++++++++++++++++++ releasenotes/source/conf.py | 9 ++++---- test-requirements.txt | 10 ++++++--- .../scenario/test_execute_host_maintenance.py | 2 -- .../test_execute_vm_workload_consolidation.py | 2 -- .../scenario/test_execute_workload_balancing.py | 2 -- 22 files changed, 53 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 49a2713..32d0800 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,0 +6,4 @@ hacking<0.13,>=0.12.0 # Apache-2.0 +# remove this pyflakes from here once you bump the +# hacking to 3.2.0 or above. hacking 3.2.0 takes +# care of pyflakes version compatibilty. +pyflakes>=2.1.1 @@ -10 +14 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD @@ -14 +18 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.32.1 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 @@ -16 +20 @@ openstackdocstheme>=1.32.1 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org