[release-announce] aodh 13.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 6 11:23:05 UTC 2021


We exuberantly announce the release of:

aodh 13.0.0: OpenStack Telemetry Alarming

This release is part of the xena 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 12.0.0..13.0.0
------------------------------

a236b07d Adding FIPS job
7a166e05 Replace oslo_utils.fnmatch with fnmatch
082f6cf0 Fix oslo policy DeprecatedRule warnings
f975f56f Suppress policy default change warnings
42c07824 Changed minversion in tox to 3.18.0
434ee468 Bugs are in launchpad
777ccfa3 Switch testing to Xena testing runtime
082d67f5 Deprecate unused [coordination] check_watchers
95d616dc sqlalchemy is used but not declared
4f6ac780 setup.cfg: Replace dashes with underscores
02179e0c Limit number of records deleted by aodh-expirer
0b01d7b7 Merge notifier opts
ce0954c8 Use py3 as the default runtime for tox
7448ac71 Imported Translations from Zanata
9cf69d72 Cap tenacity < 7.0.0
f483f6c4 Add Python3 xena unit tests
6fc880f6 Update master for stable/wallaby
d587a9e5 Use python 3.8 for tox
9b50734b Revert "Support Ceilometer API"


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

.zuul.yaml                                         |  10 +-
README.rst                                         |  29 ++-
aodh/api/controllers/v2/alarm_rules/threshold.py   | 120 -----------
aodh/api/hooks.py                                  |   7 +
aodh/api/policies.py                               | 104 ++++-----
aodh/cmd/storage.py                                |  19 +-
aodh/coordination.py                               |   2 +
aodh/evaluator/ceilometer.py                       | 238 ---------------------
aodh/evaluator/composite.py                        |   3 +-
aodh/evaluator/event.py                            |   2 +-
aodh/opts.py                                       |   4 +-
aodh/storage/__init__.py                           |   5 +
aodh/storage/base.py                               |   6 +-
aodh/storage/impl_log.py                           |   9 +-
aodh/storage/impl_sqlalchemy.py                    |  27 +--
.../functional/storage/test_storage_scenarios.py   |   2 +-
.../notes/bug-1929178-46493335946174a5.yaml        |   5 +
...pport-batch-delete-events-32496f15b1169887.yaml |   7 +
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  11 +-
releasenotes/source/wallaby.rst                    |   6 +
requirements.txt                                   |   6 +-
setup.cfg                                          |  10 +-
tox.ini                                            |   8 +-
25 files changed, 181 insertions(+), 463 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 54dabb67..cf84a229 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-tenacity>=3.2.1  # Apache-2.0
+tenacity>=3.2.1,<7.0.0  # Apache-2.0
@@ -17 +17 @@ oslo.log>=4.3.0 # Apache-2.0
-oslo.policy>=3.6.0 # Apache-2.0
+oslo.policy>=3.7.0 # Apache-2.0
@@ -28,0 +29 @@ stevedore>=1.5.0 # Apache-2.0
+sqlalchemy>=1.4.1
@@ -40 +40,0 @@ python-heatclient>=1.17.0
-python-ceilometerclient>=1.5.0






More information about the Release-announce mailing list