[release-announce] monasca-persister 8.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 22 12:34:31 UTC 2023


We are tickled pink to announce the release of:

monasca-persister 8.0.0: Moves metrics and alarm state transitions
from the Message Queue to the Metrics and Alarms database.

This release is part of the antelope 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..8.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.
+






More information about the Release-announce mailing list