We are glad to announce the release of: monasca-tempest-plugin 2.1.0: Tempest plugin for Monasca project This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/monasca-tempest-plugin Download the package from: https://tarballs.openstack.org/monasca-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-tempest-plugin 2.0.0..2.1.0 ---------------------------------------------- 7752b4c Switch to newer openstackdocstheme and reno versions bdd3a1e Add py38 package metadata 08e45ac Fix hacking min version to 3.0.1 47f2042 Set tempest tests for logs as voting again Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 ++-- releasenotes/source/conf.py | 8 ++++---- setup.cfg | 1 + test-requirements.txt | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ef101de..ae03f19 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0;python_version>='3.5' # 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