[release-announce] monasca-api 5.0.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 14 10:27:42 UTC 2020
We jubilantly announce the release of:
monasca-api 5.0.0: OpenStack Monitoring as a Service
This release is part of the victoria 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..5.0.0
-----------------------------------
721d5e8f make the variable name more detailed
9d8ecbd2 Fix typo in http_check
3014c840 Set legacy_kafka_client_enabled = False on default
9b79bf63 Use unittest.mock instead of mock
72bc9a91 Stop to use the __future__ module.
53a7a70a Remove .testr.conf
a99d2f06 Fix and unify cover environment
d6104a69 [DevStack] Allow testing different Kibana versions
8d31013d Remove redundant `install_nodejs` function
01b59aa6 Move DB migrations documentation to its own file
7abc95f1 Switch to newer openstackdocstheme and reno versions
5c559090 Update Monasca contribution documentation
afc0de2f Fix incorrect old log-api tempest test configuration
33d19614 Fix hacking min version to 3.0.1
827e88b9 Add py38 package metadata
90854deb Add Python3 victoria unit tests
ab725131 Update master for stable/ussuri
Diffstat (except docs and test files)
-------------------------------------
.testr.conf | 9 -
.zuul.yaml | 5 +-
CONTRIBUTING.rst | 19 +++
api-ref/source/conf.py | 7 +-
devstack/files/monasca-agent/http_check.yaml | 2 +-
devstack/lib/monasca-log.sh | 43 +++--
devstack/lib/notification.sh | 1 -
devstack/lib/persister.sh | 1 -
devstack/plugin.sh | 11 +-
devstack/settings | 2 +-
lower-constraints.txt | 7 +-
monasca_api/cmd/monasca_db.py | 10 +-
monasca_api/common/repositories/sqla/models.py | 5 -
monasca_api/conf/kafka.py | 2 +-
monasca_api/db/alembic/env.py | 2 -
...sable-legacy-kafka-client-16dd1ac1894fe7a0.yaml | 6 +
releasenotes/source/conf.py | 7 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ussuri.rst | 6 +
setup.cfg | 1 +
test-requirements.txt | 8 +-
tox.ini | 11 +-
29 files changed, 308 insertions(+), 210 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 64da9de2..756f7255 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ bashate>=0.5.1 # Apache-2.0
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -27 +27 @@ doc8>=0.6.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
+sphinx>=2.0.0,!=2.1.0 # BSD
@@ -29,2 +29,2 @@ os-api-ref>=1.4.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.20.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
More information about the Release-announce
mailing list