We are pumped to announce the release of: aodh 20.0.0 This release is part of the epoxy 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 19.0.0..20.0.0 ------------------------------ 0bc467d1 Drop leftover of functional tests ab98b1e8 Loose lower bound of python-dateutil 4450d9bd RDO: Fix package name of aodhclient a6695835 doc: Use dnf instead of yum 1622797c Update gate jobs as per the 2025.1 cycle testing runtime 79655fcf Imported Translations from Zanata ee8b7db2 Imported Translations from Zanata f2cc2a10 Add policy rule for get quotas fac8aa64 Drop logic for absence of segregation rule 04f19518 Drop remaining reference to 'test' extras 413b17ed Remove gabbi from test-requirements 11164d20 Declare python 3.12 support 10cde330 reno: Update master for unmaintained/2023.1 e43cf94a Drop unused test utility 7bdfeb23 Fix missing nullable constraint 7b205645 Use built-in logic to compare dictionaries eaf0a39b Replace deprecated configure_auth_token_middleware e71c1973 Remove default override for config options policy_file 32989421 Allow overriding AODH_SERVICE_HOST ca2401aa Add note about lower bound of requirements 1c4761ec Revert "Disable GLOBAL_VENV" 6831c030 Support file watcher to trigger GMR report 2813c83e Load full contexts from request headers e52699f9 Make PostgreSQL functional job non-voting 4b8a53f4 Switch back to built-in md5 function bfffb34e Imported Translations from Zanata c2f6cac1 Update master for stable/2024.2 916e0861 Drop SQLALCHEMY_WARN_20 1fd9f09b Imported Translations from Zanata 88c2fd90 Remove Python 3.8 support 98ab3065 Simplify tox targets Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 28 ++--- aodh/api/controllers/v2/alarms.py | 39 +++---- aodh/api/controllers/v2/query.py | 10 +- aodh/api/controllers/v2/quotas.py | 17 ++- aodh/api/controllers/v2/utils.py | 4 +- aodh/api/hooks.py | 4 - aodh/api/policies.py | 23 ++++ aodh/api/rbac.py | 52 +++------ aodh/coordination.py | 5 +- aodh/evaluator/__init__.py | 14 +-- aodh/service.py | 4 +- aodh/storage/sqlalchemy/models.py | 6 +- .../functional_live/gabbi/gabbits-live/alarms.yaml | 127 --------------------- devstack/plugin.sh | 25 +--- devstack/settings | 5 +- .../notes/drop-python-3-8-24f35246e92cf9af.yaml | 5 + .../notes/get-quotas-policy-b0338f314ec06ae9.yaml | 4 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 32 +++++- requirements.txt | 47 ++++---- setup.cfg | 4 +- test-requirements.txt | 7 +- tox.ini | 40 +------ 35 files changed, 189 insertions(+), 434 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f6e06861..e38cb50a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ -tenacity>=3.2.1 # Apache-2.0 +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + +tenacity>=3.2.1 # Apache-2.0 @@ -3 +7 @@ croniter>=0.3.4 # MIT License -futurist>=0.11.0 # Apache-2.0 +futurist>=0.11.0 # Apache-2.0 @@ -6,2 +10,2 @@ keystonemiddleware>=5.1.0 # Apache-2.0 -gnocchiclient>=6.0.0 # Apache-2.0 -lxml>=2.3 +gnocchiclient>=6.0.0 # Apache-2.0 +lxml>=2.3 # BSD @@ -13 +17 @@ oslo.reports>=1.18.0 # Apache-2.0 -oslo.policy>=3.11.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0 @@ -15 +19 @@ oslo.upgradecheck>=1.3.0 # Apache-2.0 -PasteDeploy>=1.5.0 +PasteDeploy>=1.5.0 # MIT @@ -17 +21 @@ pbr>=2.0.0 # Apache-2.0 -pecan>=0.8.0 +pecan>=0.8.0 # BSD @@ -21,3 +25,2 @@ oslo.utils>=4.7.0 # Apache-2.0 -python-keystoneclient>=1.6.0 -pytz>=2013.6;python_version<"3.9" # MIT -requests>=2.5.2 +python-keystoneclient>=1.6.0 # Apache-2.0 +requests>=2.5.2 # Apache-2.0 @@ -25 +28 @@ stevedore>=1.5.0 # Apache-2.0 -SQLAlchemy>=1.4.1 +SQLAlchemy>=1.4.1 # MIT @@ -27,11 +30,11 @@ tooz>=1.28.0 # Apache-2.0 -voluptuous>=0.8.10 -WebOb>=1.2.3 -WSME>=0.12.1 -cachetools>=1.1.6 -cotyledon>=1.7.3 -keystoneauth1>=2.1 -python-observabilityclient>=0.0.4 -python-octaviaclient>=1.8.0 -python-dateutil>=2.8.2 # BSD -python-heatclient>=1.17.0 -tzdata>=2022.4;python_version>="3.9" # MIT +voluptuous>=0.8.10 # BSD +WebOb>=1.2.3 # MIT +WSME>=0.12.1 # MIT +cachetools>=1.1.6 # MIT +cotyledon>=1.7.3 # Apache-2.0 +keystoneauth1>=2.1 # Apache-2.0 +python-observabilityclient>=0.0.4 # Apache-2.0 +python-octaviaclient>=1.8.0 # Apache-2.0 +python-dateutil>=2.5.3 # BSD +python-heatclient>=1.17.0 # Apache-2.0 +tzdata>=2022.4 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 9fc84fcb..af12d3da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,2 +3,2 @@ oslotest>=2.15.0 # Apache-2.0 -coverage>=3.6 -fixtures>=1.3.1 +coverage>=3.6 # Apache-2.0 +fixtures>=1.3.1 # Apache-2.0/BSD @@ -6 +5,0 @@ SQLAlchemy-Utils>=0.39.0 -gabbi>=1.30.0 # Apache-2.0 @@ -8 +7 @@ gabbi>=1.30.0 # Apache-2.0 -WebTest>=3.0.0 +WebTest>=3.0.0 # MIT