monasca-tempest-plugin 2.0.0 (ussuri)
We are excited to announce the release of: monasca-tempest-plugin 2.0.0: Tempest plugin for Monasca project This release is part of the ussuri 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. 2.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of monasca- tempest-plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by monasca-tempest-plugin is Python 3.5. Changes in monasca-tempest-plugin 1.1.0..2.0.0 ---------------------------------------------- e26e008 Update docs building 764b024 Remove non-zero period negative tests 1ddfa88 Update hacking for Python3 34a5bdf [ussuri][goal] Drop python 2.7 support and testing 6f2f401 Change headers in requests to Kibana dc7c893 Update Zuul job name for tempest tests 0b4183c Fix test_should_reject_if_wrong_content_type test c6153df Publish the doc for monasca tempest plugin 9734af4 Support time range to query dimension names/values Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 13 +- README.rst | 2 +- .../services/elasticsearch_client.py | 19 ++- .../notes/drop-py-2-7-e5ad0bf8a877580b.yaml | 6 + setup.cfg | 27 +--- test-requirements.txt | 7 +- tox.ini | 19 ++- 15 files changed, 162 insertions(+), 228 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 84cb457..ef101de 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0;python_version>='3.5' # 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.20.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org