[openstack-announce] [release][stable][telemetry] aodh release 1.1.1 (liberty)

doug at doughellmann.com doug at doughellmann.com
Mon Jan 25 15:57:31 UTC 2016


We are happy to announce the release of:

aodh 1.1.1: OpenStack Telemetry Alarming

This release is part of the liberty stable release series.

With package available at:

    https://pypi.python.org/pypi/aodh

For more details, please see below.

1.1.1
^^^^^


Upgrade Notes
*************

* A new default policy.json is provided to properly handle RBAC
  control. Existing policy.json files may not grant the appropriate
  access.


Security Issues
***************

* Patch was added to address inconsistent RBAC policy handling.
  Certain rules may not have been given appropriate access.


Bug Fixes
*********

* [bug 1504495 (https://bugs.launchpad.net/ceilometer/+bug/1504495)]
  Patch was added to address inconsistent RBAC policy handling.
  Certain rules may not have been given appropriate access.


Other Notes
***********

* Start using reno to manage release notes.


Changes in aodh 1.1.0..1.1.1
----------------------------

de554a3 add aodh 1.1.1 release notes
3a05a1d rbac: add some backport compat tests
410d8da Fix rbac system
5f01d91 Update policy.json.sample with correct values
216b287 Move the content of ReleaseNotes to README.rst
c88f02f initialize ceilometerclient when we use it
78e4544 remove unnecessary mock for rpc server start
15c1454 add reno for release notes management
e68a17b add first reno-based release note
251b566 liberty super fix

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

.gitignore                                         |   3 +
.gitreview                                         |   1 +
README.rst                                         |   7 +-
ReleaseNotes                                       |  11 -
aodh/api/controllers/v2/alarms.py                  |  50 ++--
aodh/api/controllers/v2/query.py                   |   9 +-
aodh/api/hooks.py                                  |   2 +-
aodh/api/rbac.py                                   |  57 +++--
aodh/evaluator/threshold.py                        |  41 +--
.../functional/api/v2/test_alarm_scenarios.py      | 108 ++++++--
.../api/v2/test_complex_query_scenarios.py         |  12 +
devstack/plugin.sh                                 |   7 +-
etc/aodh/policy.json                               |  19 +-
etc/aodh/policy.json.sample                        |  20 --
releasenotes/notes/.placeholder                    |   0
releasenotes/notes/fix-rbac-50825144e0897d7d.yaml  |  14 ++
.../notes/start-using-reno-53e47f9e40a30c2a.yaml   |   3 +
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        | 274 +++++++++++++++++++++
releasenotes/source/index.rst                      |   9 +
releasenotes/source/liberty.rst                    |   6 +
releasenotes/source/unreleased.rst                 |   5 +
test-requirements.txt                              |   1 +
tox.ini                                            |   3 +
33 files changed, 567 insertions(+), 134 deletions(-)





More information about the OpenStack-announce mailing list