[monasca] monasca-notification 1.10.0 (pike)
We are pumped to announce the release of: monasca-notification 1.10.0: Reads alarms from Kafka and then notifies the customer using their configured notification method. This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/monasca-notification/ For more details, please see below. Changes in monasca-notification 1.9.0..1.10.0 --------------------------------------------- 68a6a83 Send notification to Jira in custom description 0b82639 Fix typo and add configuration example for Jira 4cfcf08 Fix slack notification 46a36ad Add unit test for Jira fe78b6d Make monasca-notification Py35 compatible 68fac3b Use absolute paths for imports 387096c Do not log stack traces when out of disk 46b9afd Fix insert notification type of ORM 9eb2808 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 +- .../common/repositories/orm/orm_repo.py | 14 +- monasca_notification/main.py | 14 +- monasca_notification/notification.py | 2 +- monasca_notification/notification_engine.py | 4 +- monasca_notification/periodic_engine.py | 2 +- monasca_notification/plugins/email_notifier.py | 50 ++-- monasca_notification/plugins/hipchat_notifier.py | 6 +- monasca_notification/plugins/jira_notifier.py | 11 +- monasca_notification/plugins/pagerduty_notifier.py | 2 +- monasca_notification/plugins/slack_notifier.py | 150 +++++++---- monasca_notification/plugins/webhook_notifier.py | 2 +- .../processors/notification_processor.py | 32 ++- monasca_notification/retry_engine.py | 2 +- notification.yaml | 8 + requirements.txt | 2 +- setup.cfg | 5 + test-requirements.txt | 1 + .../resources/test_jiraformat_without_comments.yml | 4 + .../resources/test_jiraformat_without_summary.yml | 2 + tox.ini | 43 ++- 27 files changed, 979 insertions(+), 144 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 833c23d..e34b634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ monasca-statsd>=1.1.0 # Apache-2.0 -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 45d44b8..c8b2828 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,0 +11 @@ os-testr>=0.8.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org