We are jazzed to announce the release of: aodh 13.1.0: OpenStack Telemetry Alarming This release is part of the xena stable 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 13.0.0..13.1.0 ------------------------------ e6d55b1e gnocchi: Use Dynamic Aggregates API 231f404a Ignore Gnocchi API error when the metric is not yet created 71ce784c Bump minimum version of gnocchiclient for aggregats API support 8789bc59 [Xena] Remove TripleO job 5ac3421c Update TOX_CONSTRAINTS_FILE for stable/xena eb8b0f19 Update .gitreview for stable/xena Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 17 --- aodh/api/controllers/v2/alarm_rules/gnocchi.py | 18 ++- aodh/evaluator/gnocchi.py | 53 +++++--- .../functional/api/v2/test_alarm_scenarios.py | 10 +- requirements.txt | 2 +- tox.ini | 8 +- 9 files changed, 238 insertions(+), 144 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cf84a229..96364aae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ keystonemiddleware>=5.1.0 # Apache-2.0 -gnocchiclient>=3.1.0 # Apache-2.0 +gnocchiclient>=6.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org