We are happy to announce the release of: aodh 17.0.0: OpenStack Telemetry Alarming This release is part of the bobcat 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 16.0.0..17.0.0 ------------------------------ 763bb401 Imported Translations from Zanata 800402e7 Add check-requirements job 7ae3fd78 Remove "test" extra deps from setup.cfg 07826156 Drop tenacity cap to align with global_requirements 1eb2a7ac [coordination] backend_url should be secret 63b1e664 Update master for stable/2023.1 9d984002 Add oslo.policy.enforcer entry point Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + aodh/api/hooks.py | 11 +---------- aodh/api/policies.py | 21 +++++++++++++++++++++ aodh/coordination.py | 1 + releasenotes/source/2023.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 +++++-- requirements.txt | 10 +++++----- setup.cfg | 22 ++++++---------------- test-requirements.txt | 9 +++++++++ tox.ini | 15 ++++++++++++--- 12 files changed, 69 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 63f0b1fc..bddc1bab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -tenacity>=3.2.1,<7.0.0 # Apache-2.0 +tenacity>=3.2.1 # Apache-2.0 @@ -12 +12 @@ lxml>=2.3 -oslo.db>=4.8.0,!=4.13.1,!=4.13.2,!=4.15.0 # Apache-2.0 +oslo.db>=11.0.0 # Apache-2.0 @@ -30 +30 @@ stevedore>=1.5.0 # Apache-2.0 -sqlalchemy>=1.4.1 +SQLAlchemy>=1.4.1 @@ -36 +36 @@ cachetools>=1.1.6 -cotyledon +cotyledon>=1.7.3 @@ -40 +40 @@ python-octaviaclient>=1.8.0 -python-dateutil # BSD +python-dateutil>=2.8.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..c5c5d2e6 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,9 @@ +stestr>=2.0.0 # Apache-2.0 +oslotest>=2.15.0 # Apache-2.0 +coverage>=3.6 +fixtures>=1.3.1 +SQLAlchemy-Utils>=0.39.0 +testresources>=0.2.4 # Apache-2.0/BSD +gabbi>=1.30.0 # Apache-2.0 +# Provides subunit-trace +WebTest>=3.0.0
participants (1)
-
no-reply@openstack.org