We joyfully announce the release of: monasca-persister 2.0.1: Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database. This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/monasca-persister Download the package from: https://tarballs.openstack.org/monasca-persister/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-persister 2.0.0..2.0.1 ----------------------------------------- 2d4bd37 Fix zuul publish docker image job 72c4097 Fix Docker build 9d64543 Add doc/requirements dfe3b4d Update hacking for Python3 a6c50e5 Set legacy_kafka_client_enabled = False on default for Docker Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 8 ++------ monasca_persister/hacking/checks.py | 21 +++++++++++---------- monasca_persister/persister.py | 3 ++- .../db-per-tenant/migrate-to-db-per-tenant.py | 4 ++-- playbooks/docker-publish.yml | 2 +- releasenotes/source/conf.py | 6 +++--- test-requirements.txt | 12 ++++-------- tox.ini | 17 +++++++++++++++-- 14 files changed, 50 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2a7d547..f277352 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +5,4 @@ bandit>=1.1.0 # Apache-2.0 -flake8<2.6.0,>=2.5.4 # MIT -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.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. @@ -10 +11,0 @@ stestr>=1.0.0 # Apache-2.0 -docutils>=0.11 # OSI-Approved Open Source, Public Domain @@ -13,5 +13,0 @@ cassandra-driver>=3.11.0 - -# release notes -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD -reno>=2.5.0 # Apache-2.0 -openstackdocstheme>=1.20.0 # Apache-2.0