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

no-reply at openstack.org no-reply at openstack.org
Fri Dec 8 14:50:31 UTC 2017


We are gleeful to announce the release of:

python-watcherclient 1.5.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.4.0..1.5.0
--------------------------------------------

147e4cd Migrate to Zuul v3
3988e9e Updated from global requirements
aa9d1a6 Add --marker for 'watcher actionplan list'
b5f584d Updated from global requirements
1eecf8f Updated from global requirements
e6f3618 Multiple global efficacy
f5b2e7e add name for audit, changes for python-watcherclient
42cab67 Use generic user for both zuul v2 and v3
74773a6 Update audit_template create help message


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

.zuul.yaml                                         |  8 ++
requirements.txt                                   |  6 +-
test-requirements.txt                              |  6 +-
watcherclient/common/utils.py                      |  8 +-
watcherclient/v1/action_plan.py                    |  7 +-
watcherclient/v1/action_plan_shell.py              | 57 +++++++++----
watcherclient/v1/audit.py                          | 18 ++---
watcherclient/v1/audit_shell.py                    | 20 ++---
watcherclient/v1/audit_template_shell.py           | 61 +++++++-------
watcherclient/v1/resource_fields.py                | 10 ++-
17 files changed, 253 insertions(+), 116 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9b4fdbd..172e5c5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.28.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
@@ -12,2 +12,2 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.2.0 # Apache-2.0
-six>=1.9.0 # MIT
+keystoneauth1>=3.3.0 # Apache-2.0
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index b3e00be..8c7fbc4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ oslotest>=1.10.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -15,2 +15,2 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-tempest>=16.1.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+tempest>=17.1.0 # Apache-2.0






More information about the Release-announce mailing list