monasca-tempest-plugin 1.1.0 (train)
We are glad to announce the release of: monasca-tempest-plugin 1.1.0: Tempest plugin for Monasca project This release is part of the train 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. 1.1.0 ^^^^^ Other Notes * Update alarms count tests to test a query string with multiple metric_dimension values. Changes in monasca-tempest-plugin 1.0.0..1.1.0 ---------------------------------------------- e8db393 Bump the openstackdocstheme extension to 1.20 8284146 Blacklist sphinx 2.1.0 (autodoc bug) 15857df Update hacking version to 1.1.x ffd5317 Use unicode literals in test_metrics f3696e3 Update sphinx version in test-requirement.txt f90c739 Replace git.openstack.org URLs with opendev.org URLs ed1000f OpenDev Migration Patch d0681fe Push Docker image to Docker Hub 546fc67 Add waiting for monasca-api before starting in docker aaf0c87 Use proper naming for docker service image zuul job 46a97d9 Update alarms count tests Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 48 ++++++- HACKING.rst | 2 +- README.rst | 4 +- devstack/README.rst | 4 +- playbooks/docker-publish.yml | 12 ++ .../notes/story-2005311-bc67654cb58c9562.yaml | 5 + releasenotes/source/conf.py | 12 -- test-requirements.txt | 7 +- tox.ini | 2 +- 20 files changed, 219 insertions(+), 127 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0a805cb..84cb457 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -7,2 +7,3 @@ hacking<0.13,>=0.12.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # 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
participants (1)
-
no-reply@openstack.org