We are ecstatic to announce the release of: aodh 19.0.0 This release is part of the dalmatian 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 18.0.0..19.0.0 ------------------------------ ab00dac2 Keep new RBAC disable by default 807e65e3 Isolate project scope and system scope bd066696 Add tempest configs to jobs b8f9e6a8 Remove SQLAlchemy tips jobs 6efa793e Fix db upgrade with SQLAlchemy 2.0 600865b7 Remove old excludes 0ab87c07 reno: Update master for unmaintained/zed 760b8010 Imported Translations from Zanata a43df34c reno: Update master for unmaintained/xena 317570b9 reno: Update master for unmaintained/wallaby cc4f7df4 reno: Update master for unmaintained/victoria fa8b7dc8 Update master for stable/2024.1 6b312d0a Use zoneinfo instead of pytz if available d2c2e1b6 Catch specific exception when validating time zone Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 78 +++++++++++++++++----- aodh/api/controllers/v2/alarms.py | 16 ++++- aodh/api/hooks.py | 14 ++-- aodh/api/policies.py | 68 ++++++++----------- aodh/conf/defaults.py | 7 +- aodh/evaluator/__init__.py | 16 ++++- aodh/storage/impl_sqlalchemy.py | 22 +++--- aodh/storage/sqlalchemy/alembic/env.py | 17 ++++- .../policy-defaults-refresh-95b565bee059f611.yaml | 6 ++ releasenotes/source/2024.1.rst | 6 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 11 ++- releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 5 +- 19 files changed, 204 insertions(+), 99 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cc0d1193..f6e06861 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.reports>=1.18.0 # Apache-2.0 -oslo.policy>=3.7.0 # Apache-2.0 +oslo.policy>=3.11.0 # Apache-2.0 @@ -22 +22 @@ python-keystoneclient>=1.6.0 -pytz>=2013.6 +pytz>=2013.6;python_version<"3.9" # MIT @@ -36,0 +37 @@ python-heatclient>=1.17.0 +tzdata>=2022.4;python_version>="3.9" # MIT