[release-announce] [monasca] monasca-common 2.2.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Wed Jun 21 06:17:49 UTC 2017
We are gleeful to announce the release of:
monasca-common 2.2.0: Monasca common python modules
This release is part of the pike release series.
Download the package from:
https://tarballs.openstack.org/monasca-common/
For more details, please see below.
Changes in monasca-common 2.1.0..2.2.0
--------------------------------------
41800dd Add a query language for group, inhibit, and silence rules
e74ee18 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
monasca_common/monasca_query_language/__init__.py | 0
.../monasca_query_language/aql_parser.py | 96 +++++++++++
.../monasca_query_language/exceptions.py | 18 ++
.../monasca_query_language/query_structures.py | 186 +++++++++++++++++++++
requirements.txt | 3 +-
6 files changed, 488 insertions(+), 1 deletion(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 79127bb..2dedcee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ PyMySQL>=0.7.6 # MIT License
-oslo.config>=3.22.0 # Apache-2.0
+oslo.config>=4.0.0 # Apache-2.0
@@ -9,0 +10 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
+pyparsing>=2.1.0 # MIT
More information about the Release-announce
mailing list