[release-announce] [monasca] monasca-notification 1.5.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 5 14:32:24 UTC 2016


We are pleased to announce the release of:

monasca-notification 1.5.0: UNKNOWN

This release is part of the ocata release series.

Download the package from:

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

For more details, please see below.

Changes in monasca-notification 1.4.0..1.5.0
--------------------------------------------

81547ed Updated from global requirements
b8ca03d Add __ne__ built-in function
69f4c2b Clean imports in code
73a8f2c Updated from global requirements
7b09e25 Removed redundant 'the'
970f01f Add Jira Plugin


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

.../common/repositories/mysql/mysql_repo.py        |   4 +-
.../common/repositories/postgres/pgsql_repo.py     |   4 +-
monasca_notification/notification.py               |   3 +
monasca_notification/notification_engine.py        |  17 +-
monasca_notification/periodic_engine.py            |  27 +--
monasca_notification/plugins/email_notifier.py     |   4 +-
monasca_notification/plugins/hipchat_notifier.py   |   4 +-
monasca_notification/plugins/jira_notifier.py      | 213 +++++++++++++++++++++
monasca_notification/plugins/jiraformat.yml        |  37 ++++
monasca_notification/plugins/pagerduty_notifier.py |   4 +-
monasca_notification/plugins/slack_notifier.py     |   4 +-
monasca_notification/plugins/webhook_notifier.py   |   4 +-
monasca_notification/processors/alarm_processor.py |  33 ++--
.../processors/notification_processor.py           |   8 +-
monasca_notification/retry_engine.py               |  28 +--
requirements.txt                                   |   4 +-
21 files changed, 370 insertions(+), 105 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c06bf04..6343d1f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -7 +7 @@ requests>=2.10.0 # Apache-2.0
-PyYAML>=3.1.0 # MIT
+PyYAML>=3.10.0 # MIT





More information about the Release-announce mailing list