[release-announce] aodh 14.1.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 10 08:24:01 UTC 2023


We are chuffed to announce the release of:

aodh 14.1.0: OpenStack Telemetry Alarming

This release is part of the yoga stable 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..14.1.0
------------------------------

510dc2db Replace CentOS Stream 8 by 9
2ad64b04 Ignore Gnocchi API error when the metric is not yet created
ef9cb545 [Yoga] Remove TripleO job
12d50ee1 Revert "tox -e py39 hangs on stable/yoga"
539145cc Add Python 3.9 to supported runtimes
0564e94c tox -e py39 hangs on stable/yoga
849a0a02 Bump minimum version of gnocchiclient for aggregats API support
e16e7602 Update TOX_CONSTRAINTS_FILE for stable/yoga
077b3e76 Update .gitreview for stable/yoga


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

.gitreview                                     |  1 +
.zuul.yaml                                     | 20 ++++----------------
aodh/api/controllers/v2/alarm_rules/gnocchi.py |  5 ++++-
requirements.txt                               |  2 +-
setup.cfg                                      |  1 +
tox.ini                                        |  8 ++++----
6 files changed, 15 insertions(+), 22 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