[release-announce] aodh 7.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 30 17:18:02 UTC 2018


We eagerly announce the release of:

aodh 7.0.0: OpenStack Telemetry Alarming

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/aodh/

For more details, please see below.

Changes in aodh 6.0.0..7.0.0
----------------------------

958c61e Add python 3.7 gating
a890167 Follow the new PTI for document build
8585a06 remove outdated evaluation_service documentation
701e05b Validation Check for 'query' params of alarm type 'event'
f92e190 Update pypi url to new url
94bbca8 Fixing small typo
179c8b7 Invalid link to static file in doc
e923493 Support same projects in different domain
75d7aff Revert "Support same projects in different domain"
471437e Support same projects in different domain
ed99254 fix tox python3 overrides
fb686eb fix the loaction of api/v2 file.
08075d0 Fix the incorrect content indents
669a7b7 Trivial: Update pypi url to new url
8396dbe Update "auth_url" in install docs
8d11d6b Remove MIA maintainer
90796cf Update auth_uri option to www_authenticate_uri
0deba34 add "severity" value for alarm_history
a612ef0 fix value of severity field
342b8ad Fix conf not exist zaqar_client not define error
86117fd Fix doc title format error
92182de Don't include trust IDs in Alarm action output
0290193 Imported Translations from Zanata
32997e2 Remove pbr warnerrors in favor of sphinx check
3fbadf1 Imported Translations from Zanata
d448ac6 Imported Translations from Zanata
1477cf5 Update reno for stable/queens
ae85478 Enable more extensions pep8
139cb62 fix internal doc links
a1e60be Imported Translations from Zanata


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |   2 +
MAINTAINERS                                        |   1 -
aodh/api/controllers/v2/alarm_rules/event.py       |  15 +++
aodh/api/controllers/v2/alarm_rules/gnocchi.py     |  17 +++-
aodh/api/controllers/v2/alarms.py                  |  32 +++++-
aodh/evaluator/__init__.py                         |   4 +-
aodh/locale/en_GB/LC_MESSAGES/aodh.po              |   6 +-
aodh/locale/ko_KR/LC_MESSAGES/aodh.po              |   6 +-
aodh/locale/pt_BR/LC_MESSAGES/aodh.po              |   6 +-
aodh/locale/zh_CN/LC_MESSAGES/aodh.po              |   6 +-
aodh/locale/zh_TW/LC_MESSAGES/aodh.po              |   6 +-
aodh/notifier/zaqar.py                             |   8 +-
aodh/storage/impl_sqlalchemy.py                    |   3 +-
.../functional/api/v2/test_alarm_scenarios.py      |  16 ++-
.../functional/storage/test_storage_scenarios.py   |  30 +++++-
bindep.txt                                         |  11 ++-
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  15 +--
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |   8 +-
.../locale/pt_BR/LC_MESSAGES/releasenotes.po       | 109 +++++++++++++++++++++
releasenotes/source/queens.rst                     |   6 ++
requirements.txt                                   |   1 +
setup.cfg                                          |  14 ---
tox.ini                                            |  16 ++-
43 files changed, 396 insertions(+), 112 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index d5eb10f..36afb31 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29,0 +30 @@ tooz>=1.28.0 # Apache-2.0
+voluptuous>=0.8.10






More information about the Release-announce mailing list