We joyfully announce the release of: monasca-notification 1.17.0: Reads alarms from Kafka and then notifies the customer using their configured notification method. This release is part of the stein 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 1.16.0..1.17.0 ---------------------------------------------- db0d23d Add Python Jira module to requirements 60c0f48 Update .gitreview for stable/stein 02d0af9 Update UPPER_CONSTRAINTS_FILE for stable/stein 12c1dcb Bump psycopg2 lowest version Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 2 +- monasca_notification/plugins/jira_notifier.py | 5 ----- requirements.txt | 1 + setup.cfg | 1 - test-requirements.txt | 2 +- tox.ini | 2 +- 7 files changed, 5 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 30904c4..03b33f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,0 +14 @@ oslo.log>=3.36.0 # Apache-2.0 +jira>=1.0.3 # BSD License (2 clause) diff --git a/test-requirements.txt b/test-requirements.txt index a26ae65..e00b105 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ PyMySQL>=0.7.6 # MIT License -psycopg2>=2.6.2 # LGPL/ZPL +psycopg2>=2.7.1 # LGPL/ZPL