[release-announce] [watcher] watcher-dashboard 1.5.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Oct 27 13:22:35 UTC 2017


We are psyched to announce the release of:

watcher-dashboard 1.5.0: Watcher Management Dashboard

This release is part of the queens release series.

The source is available from:

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

Download the package from:

    https://tarballs.openstack.org/watcher-dashboard/

Please report issues through launchpad:

    https://bugs.launchpad.net/watcher-dashboard

For more details, please see below.

Changes in watcher-dashboard 1.4.0..1.5.0
-----------------------------------------

e0ef3f0 Updated from global requirements
fafc527 Fix to use "." to source script files
1fe6492 Updated from global requirements
b2cc81c Add support for cron syntax
f264fdf Update reno for stable/pike


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

releasenotes/source/index.rst             |  1 +
releasenotes/source/pike.rst              |  6 ++++++
requirements.txt                          |  6 +++---
test-requirements.txt                     | 10 +++++-----
tools/install_venv.py                     |  2 +-
watcher_dashboard/content/audits/forms.py | 20 ++++++++++----------
6 files changed, 26 insertions(+), 19 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7af7f23..f5f9233 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ django-openstack-auth>=3.5.0 # Apache-2.0
-httplib2>=0.7.5 # MIT
+httplib2>=0.9.1 # MIT
@@ -12 +12 @@ python-keystoneclient>=3.8.0 # Apache-2.0
-PyYAML>=3.10.0 # MIT
+PyYAML>=3.10 # MIT
@@ -15 +15 @@ PyYAML>=3.10.0 # MIT
-python-watcherclient>=0.23.0 # Apache-2.0
+python-watcherclient>=1.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6f218eb..d5ca4e3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,3 +12,3 @@ django-nose>=1.4.4 # BSD
-mock>=2.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
-nose-exclude # LGPL
+mock>=2.0.0 # BSD
+mox3>=0.20.0 # Apache-2.0
+nose-exclude>=0.3.0 # LGPL
@@ -24 +24 @@ xvfbwrapper>=0.1.3 #license: MIT
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -26 +26 @@ sphinx>=1.6.2 # BSD
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list