[release-announce] [monasca] monasca-notification 1.8.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 19 10:01:43 UTC 2017


We are gleeful to announce the release of:

monasca-notification 1.8.0: Reads alarms from Kafka and then notifies
the customer using their configured notification method.

This release is part of the pike release series.

Download the package from:

    https://tarballs.openstack.org/monasca-notification/

For more details, please see below.

Changes in monasca-notification 1.7.0..1.8.0
--------------------------------------------

674cdfb Insecure and verify were being treated equally
d017789 Updated from global requirements
a5a7183 Optimize the link address
9f72177 Use neutral IPs/hostnames in example configuration
8c29814 Updated from global requirements
92bfb5a Replacing six.iteritems() with .items()
6da9a1e Updated from global requirements
f9f209e Updated from global requirements
6c9b1bd Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

README.md                                        |  2 +-
monasca_notification/plugins/hipchat_notifier.py |  4 ++--
monasca_notification/plugins/slack_notifier.py   |  4 ++--
monasca_notification/types/notifiers.py          |  4 +---
notification.yaml                                | 14 +++++++-------
requirements.txt                                 |  4 ++--
setup.py                                         |  2 +-
test-requirements.txt                            |  4 ++--
8 files changed, 18 insertions(+), 20 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e897b38..833c23d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -6 +6 @@ monasca-statsd>=1.1.0 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5ff92f1..9f4701f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-bandit>=1.1.0  # Apache-2.0
+bandit>=1.1.0 # Apache-2.0
@@ -12 +12 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT





More information about the Release-announce mailing list