[release-announce] [watcher] python-watcherclient 1.6.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Jan 26 11:00:33 UTC 2018


We are delighted to announce the release of:

python-watcherclient 1.6.0: Python client library for Watcher API

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-watcher

Download the package from:

    https://pypi.python.org/pypi/python-watcherclient

Please report issues through launchpad:

    https://bugs.launchpad.net/watcher

For more details, please see below.

Changes in python-watcherclient 1.5.0..1.6.0
--------------------------------------------

a907c2d Add strategy state command
bc0fb4f Updated from global requirements
3c160af Updated from global requirements
186029a Updated from global requirements
b9112a1 Audit Template Help Message
9d301fa Fix test_action_plan functional tests
81b84bc Updated from global requirements
79880c2 Fix watcher actionplan list command
1a67032 Update audit_template create help message
fada471 marker when retrive audit
1cd8c38 marker when retrive action
0257aa9 marker when retrive audit template
5378102 Fix unnecessary retries during conflict


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

requirements.txt                                   |  4 +-
setup.cfg                                          |  2 +
test-requirements.txt                              |  6 +-
watcherclient/common/httpclient.py                 |  3 +-
watcherclient/v1/action.py                         |  6 +-
watcherclient/v1/action_plan_shell.py              |  2 +-
watcherclient/v1/action_shell.py                   |  7 ++
watcherclient/v1/audit.py                          |  7 +-
watcherclient/v1/audit_shell.py                    |  7 ++
watcherclient/v1/audit_template.py                 |  7 +-
watcherclient/v1/audit_template_shell.py           | 84 +++++++++++++++++-----
watcherclient/v1/resource_fields.py                |  4 ++
watcherclient/v1/strategy.py                       | 14 +++-
watcherclient/v1/strategy_shell.py                 | 34 +++++++++
24 files changed, 341 insertions(+), 35 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 172e5c5..4d907e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-osc-lib>=1.7.0 # Apache-2.0
+osc-lib>=1.8.0 # Apache-2.0
@@ -9 +9 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8c7fbc4..3706584 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ mock>=2.0.0 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -12 +12 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD






More information about the Release-announce mailing list