[release-announce] monasca-api 2.2.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu May 16 20:44:44 UTC 2019


We are amped to announce the release of:

monasca-api 2.2.1: OpenStack Monitoring as a Service

This release is part of the pike 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.

2.2.1
^^^^^

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.2.0..2.2.1
-----------------------------------

20740989 Convert README.md to ReStructuredText format
2369bcf6 OpenDev Migration Patch
011db48a Detect missing metric_id before passing through bytearray()
e23386ca Replace openstack.org git:// URLs with https://
d339ba15 Upgrade Apache Kafka to ver. 0.10.2.2 in devstack
18b158cf import zuul job settings from project-config
d587245b Run against Pike requirements
d4535aa9 Backport tempest test robustness improvements
2c113b65 devstack: download storm from archive.apache.org
8f7892c9 1724543-fixed kafka partition creation error in devstack installation
113a6b77 Zuul: Remove project name
dbd51ffa Fix:No alarms created if metric name in alarm def. expr. is mix case
84df7ca0 Fix sphinx-docs job for stable/pike
2e99f797 Fix bug: Use correct dimension name in expression
4ab5f3a7 Upgrade Apache Storm to 1.0.6
6f95c486 Provide id for existing sub-expressions of alarm definitions
6eb5f8dc determine influxdb version on each request if required
1e053b53 Migrate to Zuul v3
ae241dcd Use stable/pike branch in devstack
a8053777 Download Kafka from Apache Archives
6e8e0c33 Upgrade the storm to 1.0.5
f4c726a6 Make legacy gates working
f594d93a Fix TestAlarmsCount failure in tempest tests
749fca85 Update UPPER_CONSTRAINTS_FILE for stable/pike
6bad3da5 Update .gitreview for stable/pike


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   3 +-
.zuul.yaml                                         |  80 +++++++++
README.md                                          | 188 ---------------------
README.rst                                         | 139 +++++++++++++++
common/build_common.sh                             |  11 +-
devstack/README.md                                 |   2 +-
devstack/Vagrantfile                               |   4 +-
devstack/files/kafka/kafka.service                 |   1 +
devstack/files/kafka/server.properties             |   9 +
devstack/plugin.sh                                 |  21 ++-
devstack/post_test_hook.sh                         |   4 +-
devstack/settings                                  |  24 +--
.../repositories/cassandra/metrics_repository.py   |   8 +-
.../repositories/influxdb/metrics_repository.py    |  69 +++++---
.../sqla/alarm_definitions_repository.py           |   6 +-
monasca_api/v2/reference/alarm_definitions.py      |   4 +-
.../test_alarms_state_history_one_transition.py    |   2 +
playbooks/legacy/monasca-tempest-base/post.yaml    |  15 ++
playbooks/legacy/monasca-tempest-base/run.yaml     |  85 ++++++++++
.../apache-kafka-0.10.2.2-a04c7fe47fb23e0b.yaml    |   7 +
setup.cfg                                          |   2 +-
tools/tox_install.sh                               |  57 -------
tox.ini                                            |  14 +-
32 files changed, 606 insertions(+), 328 deletions(-)







More information about the Release-announce mailing list