[telemetry] aodh 4.0.3 (ocata)
We are tickled pink to announce the release of: aodh 4.0.3: OpenStack Telemetry Alarming This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/aodh/ For more details, please see below. Changes in aodh 4.0.2..4.0.3 ---------------------------- c77c0aa storage: fix upgrade when password contains a % c08bc04 don't use last keystonemiddleware 4a55fca Fix releasenote RST syntax 221a74e Zuul: add file extension to playbook path 9250e71 Revert "cap ocata libs from pbr" 9664b36 Add granularity value to Gnocchi evaluators 7fcc8a1 cap gnocchiclient Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 78 +++++++++++++++++++++ aodh/evaluator/gnocchi.py | 3 + 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 +++++++++++++++++ ...i-external-resource-owner-3fad253d30746b0d.yaml | 3 +- requirements.txt | 15 ++-- setup.cfg | 10 +-- tox.ini | 8 +-- 19 files changed, 809 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0d4b559..3e5030f 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>=2.1.0,<4.0.0 # Apache-2.0 @@ -15 +15 @@ oslo.config>=2.6.0 # Apache-2.0 -oslo.i18n>=1.5.0,<3.13.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 @@ -22 +22 @@ oslo.messaging>=5.2.0 # Apache-2.0 -oslo.middleware>=3.22.0,<3.24.0 # Apache-2.0 +oslo.middleware>=3.22.0 # Apache-2.0 @@ -24 +24 @@ oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=3.5.0,<3.23.0 # Apache-2.0 +oslo.utils>=3.5.0 # Apache-2.0 @@ -30 +30 @@ six>=1.9.0 -stevedore>=1.5.0,<1.21.0 # Apache-2.0 +stevedore>=1.5.0 # Apache-2.0 @@ -36,3 +35,0 @@ cotyledon -# fake caps for indirect requirements -debtcollector<1.12.0 -oslo.context<2.13.0
participants (1)
-
no-reply@openstack.org