We high-spiritedly announce the release of: aodh 14.0.0: OpenStack Telemetry Alarming This release is part of the yoga 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..14.0.0 ------------------------------ 74eadfbd gnocchi: Use Dynamic Aggregates API 8ac7c65c Load api-paste.ini from configuration directories first 1948461d Rename [coordination] heartbeat to hearbeat_interval 59b06e06 Imported Translations from Zanata 0d6c4381 Add Python3 yoga unit tests 22c5722c Update master for stable/xena d7294423 Run TripleO jobs on CentOS8 instead of CentOS7 0416ccec Introduce Guru Meditation Reports into Aodh Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +- aodh/api/__init__.py | 6 +- aodh/api/app.py | 6 +- aodh/api/controllers/v2/alarm_rules/gnocchi.py | 13 +- aodh/cmd/aodh-config-generator.conf | 1 + aodh/coordination.py | 3 +- aodh/evaluator/__init__.py | 2 +- aodh/evaluator/gnocchi.py | 53 +++++--- aodh/locale/de/LC_MESSAGES/aodh.po | 13 +- aodh/locale/en_GB/LC_MESSAGES/aodh.po | 13 +- aodh/locale/es/LC_MESSAGES/aodh.po | 13 +- aodh/locale/fr/LC_MESSAGES/aodh.po | 13 +- aodh/locale/it/LC_MESSAGES/aodh.po | 13 +- aodh/locale/ja/LC_MESSAGES/aodh.po | 13 +- aodh/locale/ko_KR/LC_MESSAGES/aodh.po | 13 +- aodh/locale/pt/LC_MESSAGES/aodh.po | 13 +- aodh/locale/pt_BR/LC_MESSAGES/aodh.po | 13 +- aodh/locale/ru/LC_MESSAGES/aodh.po | 14 +-- aodh/locale/zh_CN/LC_MESSAGES/aodh.po | 13 +- aodh/locale/zh_TW/LC_MESSAGES/aodh.po | 13 +- aodh/service.py | 11 +- .../functional/api/v2/test_alarm_scenarios.py | 10 +- aodh/version.py | 17 +++ releasenotes/notes/gmr-3dd0a582af010bd4.yaml | 5 + .../notes/heartbeat_interval-d46e0f5efbd56264.yaml | 7 ++ ...aste-ini-from-config-dirs-69480861a9633df4.yaml | 8 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 32 ++++- releasenotes/source/xena.rst | 6 + requirements.txt | 1 + 36 files changed, 429 insertions(+), 330 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cf84a229..f5a55cba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,0 +17 @@ oslo.log>=4.3.0 # Apache-2.0 +oslo.reports>=1.18.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org