[release-announce] aodh 15.0.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 5 12:22:36 UTC 2022


We are pumped to announce the release of:

aodh 15.0.0: OpenStack Telemetry Alarming

This release is part of the zed 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 14.0.0..15.0.0
------------------------------

1ead679b Imported Translations from Zanata
654c2172 Imported Translations from Zanata
45e8c6ae Fix compatibility with oslo.db 12.1.0
3e729a1d Revert "Temporarily disable fips job"
165c96b5 Imported Translations from Zanata
6d25b353 Imported Translations from Zanata
397c6baa Imported Translations from Zanata
c677bbd6 Imported Translations from Zanata
d38bfecc Imported Translations from Zanata
6b8bd206 Remove [coordination] check_watchers
37c27482 zuul: Use telemetry queue
214be56b Ignore Gnocchi API error when the metric is not yet created
2eb0ae38 Remove TripleO job
efee43e5 Temporarily disable fips job
48ff3fc4 Update python testing as per zed cycle testing runtime
dbbd2a5a Add Python 3.9 to supported runtimes
0cbe1822 Imported Translations from Zanata
0b0c0aff Replace CentOS Stream 8 by 9
8064a871 Update python testing as per zed cycle teting runtime
ddf12d55 Remove unnecessary unicode prefixes
6648f6b6 Bump minimum version of gnocchiclient for aggregats API support
9ff2b4e8 Migrate evaluation_interval to [evaluator]
12ee78cd Deprecate unused [DEFAULT] http_timeout
c8d8001a Merge run-tests.sh, run-functional-tests.sh
63c3466f Migrate to stestr
11eb43d6 Add Python3 zed unit tests
190c9e1d Update master for stable/yoga


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

.gitignore                                         |  2 +-
.stestr.conf                                       | 12 ++++
.testr.conf                                        |  9 ---
.zuul.yaml                                         | 23 ++-----
aodh/api/controllers/v2/alarm_rules/gnocchi.py     |  5 +-
aodh/coordination.py                               |  6 --
aodh/evaluator/__init__.py                         |  8 ++-
aodh/service.py                                    | 16 +++--
aodh/storage/impl_sqlalchemy.py                    |  4 ++
.../functional/api/v2/test_alarm_scenarios.py      |  4 +-
...ecate-unused-http_timeout-74fd60a4c26afd88.yaml |  5 ++
.../drop-python-3-6-and-3-7-89f2b7300c0166ca.yaml  |  5 ++
...grate-evaluation_interval-c65ba5cbe5fabb35.yaml |  6 ++
.../remove-check_watchers-df14cecc258a3510.yaml    |  4 ++
releasenotes/source/conf.py                        | 14 ++--
releasenotes/source/index.rst                      |  1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 74 ++++++++++++++++++++--
releasenotes/source/yoga.rst                       |  6 ++
requirements.txt                                   |  2 +-
setup.cfg                                          |  8 +--
tools/pretty_tox.sh                                | 16 -----
tox.ini                                            | 25 ++++++--
28 files changed, 222 insertions(+), 131 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f5a55cba..63f0b1fc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ keystonemiddleware>=5.1.0 # Apache-2.0
-gnocchiclient>=3.1.0  # Apache-2.0
+gnocchiclient>=6.0.0  # Apache-2.0






More information about the Release-announce mailing list