We are happy to announce the release of: aodh 5.1.0: OpenStack Telemetry Alarming This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/aodh/ For more details, please see below. Changes in aodh 5.0.0..5.1.0 ---------------------------- f0ec11e storage: fix upgrade when password contains a % 87bd5b7 don't use last keystonemiddleware ed3ce41 Zuul: add file extension to playbook path 765dc47 Move legacy jobs to project 8aa7fc8 Add granularity value to Gnocchi evaluators 2174215 remove gnocchiclient cap 591bdcc support new gnocchiclient interface 8344fd8 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 78 +++++++++++++++++++++ aodh/api/controllers/v2/alarm_rules/gnocchi.py | 12 ++-- aodh/evaluator/gnocchi.py | 8 ++- aodh/storage/impl_sqlalchemy.py | 2 +- .../legacy/aodh-dsvm-functional-mysql/post.yaml | 80 ++++++++++++++++++++++ .../legacy/aodh-dsvm-functional-mysql/run.yaml | 62 +++++++++++++++++ .../aodh-dsvm-functional-postgresql/post.yaml | 80 ++++++++++++++++++++++ .../aodh-dsvm-functional-postgresql/run.yaml | 62 +++++++++++++++++ .../aodh-dsvm-tempest-plugin-mysql/post.yaml | 80 ++++++++++++++++++++++ .../legacy/aodh-dsvm-tempest-plugin-mysql/run.yaml | 59 ++++++++++++++++ .../aodh-dsvm-tempest-plugin-postgresql/post.yaml | 80 ++++++++++++++++++++++ .../aodh-dsvm-tempest-plugin-postgresql/run.yaml | 60 ++++++++++++++++ .../telemetry-dsvm-integration-aodh/post.yaml | 80 ++++++++++++++++++++++ .../telemetry-dsvm-integration-aodh/run.yaml | 62 +++++++++++++++++ requirements.txt | 4 +- setup.cfg | 7 -- tools/pretty_tox.sh | 4 +- tox.ini | 8 +-- 22 files changed, 818 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b73df31..7a7e56c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,2 +10,2 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 -keystonemiddleware>=2.2.0 -gnocchiclient>=2.1.0 # Apache-2.0 +keystonemiddleware>=2.2.0,!=4.19.0 +gnocchiclient>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org