[release-announce] aodhclient 1.3.0 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 19 15:15:47 UTC 2019


We are delighted to announce the release of:

aodhclient 1.3.0: Python client library for Aodh

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/aodhclient

Download the package from:

    https://pypi.org/project/aodhclient

For more details, please see below.

Changes in aodhclient 1.2.0..1.3.0
----------------------------------

a8651ec Blacklist sphinx 2.1.0 (autodoc bug)
30bdf9c Add Python 3 Train unit tests
ccd9bb6 Sync Sphinx requirement
179a935 Updating alarm for different alarm types
40d6926 Remove telemetry-tox-py37
054782e allow an empty string to unset options
224cc9d Replace git.openstack.org URLs with opendev.org URLs
c01f536 OpenDev Migration Patch
a92bb9e Dropping the py35 testing
25f9c9c missing result of the alarm show by name
fb22e98 Add OSprofiler support for Aodh client
8e9888b add python 3.6 unit test job
a6f9486 Update master for stable/stein
fa0fbed add python 3.7 unit test job
781fd0d Change openstack-dev to openstack-discuss
8832627 Switch to use stestr for unit test


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

.gitignore                                |   2 +-
.gitreview                                |   2 +-
.stestr.conf                              |   3 +
.testr.conf                               |   7 --
.zuul.yaml                                |  10 +-
CONTRIBUTING.rst                          |   6 +-
README.rst                                |   4 +-
aodhclient/client.py                      |   2 +
aodhclient/utils.py                       |   9 +-
aodhclient/v2/alarm.py                    |  56 ++++++++--
aodhclient/v2/alarm_cli.py                |   7 +-
releasenotes/source/index.rst             |   1 +
releasenotes/source/stein.rst             |   6 +
requirements.txt                          |   3 +-
setup.cfg                                 |   6 +-
tox.ini                                   |  12 +-
18 files changed, 275 insertions(+), 47 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ebc321f..4e6f8c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,0 +11 @@ oslo.utils>=2.0.0 # Apache-2.0
+osprofiler>=1.4.0 # Apache-2.0
@@ -13 +14 @@ six
-pyparsing
+pyparsing
\ No newline at end of file






More information about the Release-announce mailing list