[release-announce] [watcher] watcher-dashboard 1.2.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 8 11:44:52 UTC 2017


We jubilantly announce the release of:

watcher-dashboard 1.2.0: Watcher Management Dashboard

This release is part of the pike 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.1.0..1.2.0
-----------------------------------------

87243e0 Updated from global requirements
e8bb4c3 Fixing Tox and optimize the link address
256ac3e Updated from global requirements
9c3ca1f Add a button to create audit template in audit creat form
ed7190c Fix exception error when creating audit without audit template


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

README.rst                                         | 10 +++++-----
requirements.txt                                   |  2 +-
test-requirements.txt                              |  4 ++--
tox.ini                                            |  3 ++-
watcher_dashboard/content/audit_templates/views.py |  3 +++
watcher_dashboard/content/audits/forms.py          | 15 ++++++++-------
6 files changed, 21 insertions(+), 16 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 75b4675..4dc84ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Django<1.9,>=1.8 # BSD
+Django<1.10,>=1.8 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index b805196..d89c6d4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -25 +25 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list