We are satisfied to announce the release of: telemetry_tempest_plugin 1.1.0: Tempest plugin for Telemetry Projects This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/telemetry_tempest_plugin Download the package from: https://tarballs.openstack.org/telemetry-tempest-plugin/ For more details, please see below. Changes in telemetry_tempest_plugin 1.0.0..1.1.0 ------------------------------------------------ e720b9e [goal] Migrate telemetry-tempest-plugin jobs to focal c0b4506 Use image_create() from tempest scenario manager ece24e0 Stop to use the __future__ module. c78c6c7 Switch to newer openstackdocstheme and reno versions 8bef48e Fix hacking min version to 3.0.1 e81cb44 Fix the endpoint url trailing slash issue 5d5366a Add stable branch jobs on the plugins master gate 7716ce0 Further py27 cleanup support Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 +++++++++++++++++ releasenotes/source/conf.py | 12 ++++-------- setup.cfg | 14 -------------- telemetry_tempest_plugin/exceptions.py | 4 ++-- telemetry_tempest_plugin/scenario/test_gnocchi.py | 2 -- .../scenario/test_telemetry_integration.py | 6 +++--- telemetry_tempest_plugin/scenario/utils.py | 6 ++---- test-requirements.txt | 9 ++++----- tox.ini | 7 ++++--- 10 files changed, 40 insertions(+), 45 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b2555d0..f8e7e3a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -7,3 +7,2 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0 @@ -11 +10 @@ openstackdocstheme>=1.11.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0