[release-announce] aodh 11.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:10:58 UTC 2020


We are pumped to announce the release of:

aodh 11.0.0: OpenStack Telemetry Alarming

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/aodh

Download the package from:

    https://tarballs.openstack.org/aodh/

Please report issues through:

    https://bugs.launchpad.net/aodh/+bugs

For more details, please see below.

Changes in aodh 10.0.0..11.0.0
------------------------------

8635b677 Use SETUPTOOLS_USE_DISTUTILS=stdlib for global pip installs
932b1e0e Stop to use the __future__ module.
32e95651 Cap jsonschema 3.2.0 as the minimal version
d86bc73d Switch to newer openstackdocstheme and reno versions
a62aaaba Imported Translations from Zanata
3127609e Remove translation sections from setup.cfg
9af9f096 Imported Translations from Zanata
04f82e1a Add py38 package metadata
d35a1469 Add Python3 victoria unit tests
692572bd Update master for stable/ussuri
6792853f Add irrelevant-files for tempest jobs


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

.zuul.yaml                                         | 31 +++++++++++++---------
aodh/storage/impl_sqlalchemy.py                    |  2 --
aodh/storage/sqlalchemy/alembic/env.py             |  2 --
babel.cfg                                          |  2 --
devstack/plugin.sh                                 |  3 ++-
releasenotes/source/conf.py                        |  8 +++---
releasenotes/source/index.rst                      |  1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 13 +++++----
releasenotes/source/ussuri.rst                     |  6 +++++
requirements.txt                                   |  2 +-
setup.cfg                                          | 15 +----------
14 files changed, 57 insertions(+), 54 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 74fd63cf..73671d67 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ futurist>=0.11.0  # Apache-2.0
-jsonschema>=2.6.0 # MIT
+jsonschema>=3.2.0 # MIT






More information about the Release-announce mailing list