[release-announce] aodh 12.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:11:31 UTC 2021


We are pleased to announce the release of:

aodh 12.0.0: OpenStack Telemetry Alarming

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

418d17c3 Imported Translations from Zanata
6635dc0c Imported Translations from Zanata
5e7a0519 [goal] Deprecate the JSON formatted policy file
2710b600 Update TOX_CONSTRAINTS_FILE
a2d9f3ce Remove six
7779da49 Implement secure RBAC for alarms and quota policies
5df5505c Add common personas to base policies
b99761d3 Update requirements to implement secure RBAC
857e5a19 Remove deprecated tail_log function
1c579763 Imported Translations from Zanata
267f07ed Add Python3 wallaby unit tests
3399daec Update master for stable/victoria
31777297 Fix pygments style


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

.zuul.yaml                                         |   2 +-
aodh/api/controllers/v2/alarms.py                  |   9 +-
aodh/api/controllers/v2/base.py                    |   3 +-
aodh/api/controllers/v2/capabilities.py            |   7 +-
aodh/api/controllers/v2/utils.py                   |   5 +-
aodh/api/hooks.py                                  |   8 +
aodh/api/middleware.py                             |  10 +-
aodh/api/policies.py                               | 194 ++++++++++++++++++---
aodh/cmd/status.py                                 |  13 +-
aodh/conf/defaults.py                              |  16 ++
aodh/coordination.py                               |   3 +-
aodh/evaluator/__init__.py                         |   4 +-
aodh/evaluator/ceilometer.py                       |   3 +-
aodh/evaluator/composite.py                        |   5 +-
aodh/evaluator/event.py                            |   6 +-
aodh/evaluator/loadbalancer.py                     |   3 +-
aodh/evaluator/threshold.py                        |   3 +-
aodh/locale/en_GB/LC_MESSAGES/aodh.po              |  12 +-
aodh/locale/ru/LC_MESSAGES/aodh.po                 |   5 +-
aodh/notifier/__init__.py                          |   4 +-
aodh/notifier/heat.py                              |   3 +-
aodh/notifier/rest.py                              |   2 +-
aodh/notifier/trust.py                             |   2 +-
aodh/notifier/zaqar.py                             |   2 +-
aodh/queue.py                                      |   3 +-
aodh/service.py                                    |   2 +-
aodh/storage/__init__.py                           |   2 +-
aodh/storage/base.py                               |   8 +-
aodh/storage/sqlalchemy/models.py                  |   3 +-
.../functional/api/v2/test_alarm_scenarios.py      |  18 +-
.../storage/sqlalchemy/test_migrations.py          |   8 +-
.../functional/storage/test_get_connection.py      |   4 +-
aodh/utils.py                                      |   7 +-
devstack/plugin.sh                                 |   2 -
...son-formatted-policy-file-fgb26387a9bdb3b9.yaml |  20 +++
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  43 ++++-
releasenotes/source/victoria.rst                   |   6 +
requirements.txt                                   |  12 +-
setup.cfg                                          |   2 +-
tox.ini                                            |   8 +-
58 files changed, 419 insertions(+), 240 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 73671d67..54dabb67 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ jsonschema>=3.2.0 # MIT
-keystonemiddleware>=2.2.0,!=4.19.0
+keystonemiddleware>=5.1.0 # Apache-2.0
@@ -13 +13,2 @@ oslo.db>=4.8.0,!=4.13.1,!=4.13.2,!=4.15.0 # Apache-2.0
-oslo.config>=2.6.0 # Apache-2.0
+oslo.config>=6.8.0 # Apache-2.0
+oslo.context>=2.22.0 # Apache-2.0
@@ -15,3 +16,3 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.log>=1.2.0 # Apache-2.0
-oslo.policy>=0.5.0 # Apache-2.0
-oslo.upgradecheck>=0.1.1 # Apache-2.0
+oslo.log>=4.3.0 # Apache-2.0
+oslo.policy>=3.6.0 # Apache-2.0
+oslo.upgradecheck>=1.3.0 # Apache-2.0
@@ -27 +27,0 @@ requests>=2.5.2
-six>=1.9.0






More information about the Release-announce mailing list