[monasca] monasca-notification 1.6.0 (ocata)
We are joyful to announce the release of: monasca-notification 1.6.0: Reads alarms from Kafka and then notifies the customer using their configured notification method. 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.5.0..1.6.0 -------------------------------------------- a8f2941 Updated from global requirements 8e83560 add a one-line summary to the package metadata e620d4d Slack: support incoming webhooks 722ecaa Add config option for statsd 6ad7625 Correct reraising of exception 0141d7a Show team and repo badges on README facf67e Add https proxy support for a hipchat/slack plugin Diffstat (except docs and test files) ------------------------------------- README.md | 10 +++- monasca_notification/common/utils.py | 21 ++++++++- monasca_notification/notification_engine.py | 7 ++- monasca_notification/periodic_engine.py | 7 +-- monasca_notification/plugins/hipchat_notifier.py | 5 ++ monasca_notification/plugins/jira_notifier.py | 4 +- monasca_notification/plugins/slack_notifier.py | 7 ++- monasca_notification/processors/alarm_processor.py | 9 ++-- monasca_notification/processors/base.py | 19 -------- .../processors/notification_processor.py | 7 ++- monasca_notification/retry_engine.py | 7 +-- notification.yaml | 5 ++ requirements.txt | 2 +- setup.cfg | 1 + 17 files changed, 130 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6343d1f..4284fb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ monasca-statsd>=1.1.0 # Apache-2.0 -requests>=2.10.0 # Apache-2.0 +requests!=2.12.2,>=2.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org