[release-announce] monasca-notification 1.13.1 (queens)
no-reply at openstack.org
no-reply at openstack.org
Fri Oct 25 13:04:01 UTC 2019
We are psyched to announce the release of:
monasca-notification 1.13.1: Reads alarms from Kafka and then notifies
the customer using their configured notification method.
This release is part of the queens stable release series.
The source is available from:
https://opendev.org/openstack/monasca-notification
Download the package from:
https://tarballs.openstack.org/null/
Please report issues through:
https://bugs.launchpad.net/monasca/+bugs
For more details, please see below.
Changes in monasca-notification 1.13.0..1.13.1
----------------------------------------------
b8e8943 Convert README to reStructuredText
9a1bd84 [GateFix] Ignore false positive bandit B105 test failure
9abfe16 OpenDev Migration Patch
9d8657e Replace openstack.org git:// URLs with https://
7c6a6bd import zuul job settings from project-config
cd4164a Make statsd self-monitoring optional
7efd766 Update UPPER_CONSTRAINTS_FILE for stable/queens
f31a73f Update .gitreview for stable/queens
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 3 +-
.zuul.yaml | 8 ++
README.md | 109 ---------------------------
README.rst | 135 ++++++++++++++++++++++++++++++++++
bindep.txt | 4 +
monasca_notification/common/utils.py | 58 +++++++++++++--
monasca_notification/conf/database.py | 2 +-
monasca_notification/conf/statsd.py | 2 +
setup.cfg | 2 +-
test-requirements.txt | 1 +
tools/tox_install.sh | 57 --------------
tox.ini | 12 +--
12 files changed, 214 insertions(+), 179 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 73c420e..c0cf4e9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17,0 +18 @@ psycopg2>=2.6.2 # LGPL/ZPL
+docutils>=0.11 # OSI-Approved Open Source, Public Domain
More information about the Release-announce
mailing list