[release-announce] [senlin] senlin-dashboard 0.8.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Jan 26 00:20:51 UTC 2018


We are thrilled to announce the release of:

senlin-dashboard 0.8.0: Senlin Dashboard

This release is part of the queens release series.

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in senlin-dashboard 0.7.0..0.8.0
----------------------------------------

4afb7e1 Updated from global requirements
b1adb96 Updated from global requirements
7ddc677 Switch to OSC module
65cda4c Fix issue the deleted item is selected again with batch delete
9df131c Can not recover a clusetr in warning status by senlin-dashboard
84c741a Use load-edit directive for specs field
bb7bc5d Imported Translations from Zanata
1e5961f Show nodelist in NodesTab of a cluster failed
5b58e0a Imported Translations from Zanata
255a8cd Remove setting of version/release from releasenotes
9383e90 Imported Translations from Zanata
ac6164a Updated from global requirements
0bd5400 Updated from global requirements
18e163f Imported Translations from Zanata
b058561 Imported Translations from Zanata
528f10b Move contents for README.rst
5bab0bf Update reno for stable/pike
301ab29 Update links in README


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

README.rst                                         | 117 +++-
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 122 ++++
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  30 +
.../source/locale/ja/LC_MESSAGES/releasenotes.po   |  13 +-
releasenotes/source/pike.rst                       |   6 +
senlin_dashboard/api/senlin.py                     |   5 +-
senlin_dashboard/cluster/clusters/tables.py        |   2 +-
senlin_dashboard/cluster/clusters/tabs.py          |   5 +-
.../locale/en_GB/LC_MESSAGES/django.po             | 702 +++++++++++++++++++
.../locale/en_GB/LC_MESSAGES/djangojs.po           | 754 +++++++++++++++++++++
.../app/core/clusters/actions/delete.service.js    |   8 +-
.../app/core/nodes/actions/delete.service.js       |   7 +-
.../app/core/policies/actions/delete.service.js    |   8 +-
.../actions/workflow/load-file.controller.js       |  55 --
.../actions/workflow/load-file.controller.spec.js  |  42 --
.../core/policies/actions/workflow/load-file.html  |   7 -
.../actions/workflow/load-spec.controller.js       |  49 ++
.../actions/workflow/load-spec.controller.spec.js  |  48 ++
.../core/policies/actions/workflow/load-spec.html  |   9 +
.../policies/actions/workflow/workflow.service.js  |   5 +-
.../actions/workflow/workflow.service.spec.js      |   2 +-
.../app/core/profiles/actions/delete.service.js    |   7 +-
.../actions/workflow/load-file.controller.js       |  55 --
.../actions/workflow/load-file.controller.spec.js  |  42 --
.../core/profiles/actions/workflow/load-file.html  |   7 -
.../actions/workflow/load-spec.controller.js       |  49 ++
.../actions/workflow/load-spec.controller.spec.js  |  48 ++
.../core/profiles/actions/workflow/load-spec.html  |   9 +
.../profiles/actions/workflow/workflow.service.js  |   5 +-
.../actions/workflow/workflow.service.spec.js      |   2 +-
.../app/core/receivers/actions/delete.service.js   |   7 +-
test-requirements.txt                              |  12 +-
39 files changed, 2007 insertions(+), 363 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c82086e..a3684d4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ mock>=2.0.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
+mox3>=0.20.0 # Apache-2.0
@@ -14,3 +14,3 @@ nodeenv>=0.9.4 # BSD
-nose # LGPL
-nose-exclude # LGPL
-nosexcover # BSD
+nose>=1.3.7 # LGPL
+nose-exclude>=0.3.0 # LGPL
+nosexcover>=1.0.10 # BSD
@@ -22,2 +22,2 @@ xvfbwrapper>=0.1.3 #license: MIT
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list