monasca-notification 2.0.1 (ussuri)
We are psyched to announce the release of: monasca-notification 2.0.1: Reads alarms from Kafka and then notifies the customer using their configured notification method. This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/monasca-notification Download the package from: https://tarballs.openstack.org/monasca-notification/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-notification 2.0.0..2.0.1 -------------------------------------------- 9dd0ea5 Fix Grafana URL in email notification 8f7a893 Fix zuul publish docker image job 05249ae Update lower-constraints 8fd51cd Fixed docker configuration template 3f9239e Add option to choose Kafka client in Docker 8151806 Remove deprecated YAML config 88df8d2 Set Docker publish jobs caacf3b Update TOX_CONSTRAINTS_FILE for stable/ussuri 2fdf235 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 12 +- lower-constraints.txt | 8 +- monasca_notification/common/utils.py | 12 +- monasca_notification/plugins/email_notifier.py | 3 +- monasca_notification/plugins/hipchat_notifier.py | 1 + monasca_notification/plugins/jira_notifier.py | 1 + monasca_notification/plugins/slack_notifier.py | 1 + monasca_notification/plugins/webhook_notifier.py | 1 + playbooks/docker-publish.yml | 2 +- test-requirements.txt | 2 +- tox.ini | 5 +- 20 files changed, 658 insertions(+), 221 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4c0a30d..a16bb4c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ Babel!=2.4.0,>=2.3.4 # BSD -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org