We eagerly announce the release of: monasca-api 8.0.0: OpenStack Monitoring as a Service This release is part of the yoga 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 7.0.0..8.0.0 ----------------------------------- 3d753db8 Fix zuul publish docker image job 0b63819f Fix problem with pyparsing.operatorPrecedence method 95747eec Clean up extra spaces a9f84a02 Fix Vagrantfile a5af839d Add Python3 yoga unit tests 73e942cc Fix create_notification unittest and bump lower-constraints a05ed4f5 Update master for stable/xena Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- devstack/Vagrantfile | 5 +++-- devstack/plugin.sh | 4 ++-- lower-constraints.txt | 6 +++--- monasca_api/expression_parser/alarm_expr_parser.py | 6 +++--- playbooks/docker-publish.yml | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 ++++++ requirements.txt | 2 +- 11 files changed, 23 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5f365656..9c6a1e84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22 +22 @@ six>=1.12.0 # MIT -pyparsing>=2.1.0 # MIT +pyparsing>=3.0.6 # MIT
participants (1)
-
no-reply@openstack.org