We are satisfied to announce the release of: monasca-persister 7.0.0: Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database. This release is part of the zed 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 6.0.0..7.0.0 ----------------------------------------- 1ea4e21 Drop lower-constraints.txt and its testing 87938f7 Add SSL support for InfluxDB connection. f3cb4d4 Add Python3 zed unit tests 1e67714 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 62 ---------------------- monasca_persister/README.md | 3 ++ monasca_persister/conf/influxdb.py | 6 +++ .../repositories/influxdb/abstract_repository.py | 10 ++-- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 +++ requirements.txt | 4 ++ tox.ini | 8 --- 9 files changed, 27 insertions(+), 76 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0d443e7..aecf7a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +
participants (1)
-
no-reply@openstack.org