We are jazzed to announce the release of: monasca-api 4.1.0: OpenStack Monitoring as a Service This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/monasca-api Download the package from: https://tarballs.openstack.org/monasca-api/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-api 4.0.0..4.1.0 ----------------------------------- 36f18ae0 Workaround for new pip 20.3 behavior b43809ca Fix log-metric configuration 46f5d4a4 Fix docker publish image job 9ce0e0da Fix publish docker image job ba45906e Align lower-constraints for new pip ad13e892 Add option to choose Kafka client in Docker 8b146d20 Update gevent version to 1.5.0 5b145c2c Fix typo in http_check 080d1fea Update TOX_CONSTRAINTS_FILE for stable/ussuri f310557a Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + devstack/files/monasca-agent/http_check.yaml | 2 +- devstack/files/monasca-log-metrics/log-metrics.conf | 2 +- devstack/plugin.sh | 7 ++++++- lower-constraints.txt | 12 ++++++------ playbooks/docker-publish.yml | 3 ++- requirements.txt | 2 +- tox.ini | 2 +- 11 files changed, 29 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a89ae871..709ba857 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21 +21 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT +six>=1.12.0 # MIT
participants (1)
-
no-reply@openstack.org