[release-announce] monasca-api 2.5.1 (queens)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Tue Oct 22 20:34:29 UTC 2019
    
    
  
We joyfully announce the release of:
monasca-api 2.5.1: OpenStack Monitoring as a Service
This release is part of the queens stable release series.
The source is available from:
    https://opendev.org/openstack/monasca-api
Download the package from:
    https://tarballs.openstack.org/null/
Please report issues through:
    https://bugs.launchpad.net/monasca/+bugs
For more details, please see below.
2.5.1
^^^^^
New Features
************
* Allow metric_dimensions filter to filter on multiple dimension
  values, on alarms count endpoint (IE
  metric_dimension=hostname:host1|host2). This brings the query
  parameters into parity between the alarms list and alarms count
  endpoints. This also restores functionality that was available on
  the deprecated java api.
Upgrade Notes
*************
* Due to CVE-2018-1288, Apache Kafka has been upgraded to version
  0.10.2.2 in devstack. It is the recommended version for Monasca in
  stable/pike and older. Because of existing old consumers, Kafka log
  message format option *log.message.format.version* should be set to
  0.9.0.
Changes in monasca-api 2.5.0..2.5.1
-----------------------------------
9dfb29ef Convert README.md to ReStructuredText format
bafb73db Update /v2/alarms/count api endpoint
7272e049 OpenDev Migration Patch
330d8fa4 Detect missing metric_id before passing through bytearray()
b7330d14 Replace openstack.org git:// URLs with https://
92cbab8d Upgrade Apache Kafka to ver. 0.10.2.2 in devstack
a52af071 import zuul job settings from project-config
05da72c9 Remove deprecated "auth_uri"
399771c7 Fix bug: Use correct dimension name in expression
f67228d6 Fix:No alarms created if metric name in alarm def. expr. is mix case
2194169b Provide id for existing sub-expressions of alarm definitions
676918a5 Use stable/queens branch in devstack
28b3a1b1 devstack: download storm from archive.apache.org
5f953248 Update UPPER_CONSTRAINTS_FILE for stable/queens
044c4e56 Update .gitreview for stable/queens
Diffstat (except docs and test files)
-------------------------------------
.gitreview                                         |   3 +-
.zuul.yaml                                         |  18 ++-
README.md                                          | 119 ------------------
README.rst                                         | 139 +++++++++++++++++++++
devstack/README.md                                 |   2 +-
devstack/Vagrantfile                               |   4 +-
devstack/files/kafka/kafka.service                 |   1 +
devstack/files/kafka/server.properties             |   8 +-
devstack/lib/storm.sh                              |   2 +-
devstack/plugin.sh                                 |   2 -
devstack/settings                                  |  20 +--
.../repositories/cassandra/metrics_repository.py   |   9 ++
.../sqla/alarm_definitions_repository.py           |   6 +-
.../common/repositories/sqla/alarms_repository.py  |  22 +++-
monasca_api/v2/reference/alarm_definitions.py      |   4 +-
playbooks/legacy/monasca-tempest-base/run.yaml     |   8 +-
.../alarms-count-dimensions-f746ca6c725335b2.yaml  |   8 ++
.../apache-kafka-0.10.2.2-a04c7fe47fb23e0b.yaml    |   7 ++
setup.cfg                                          |   2 +-
tox.ini                                            |   3 +-
23 files changed, 282 insertions(+), 154 deletions(-)
    
    
More information about the Release-announce
mailing list