[release-announce] [senlin] senlin-dashboard 0.7.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 23 12:57:03 UTC 2017


We are psyched to announce the release of:

senlin-dashboard 0.7.0: Senlin Dashboard

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

Changes in senlin-dashboard 0.6.0..0.7.0
----------------------------------------

6d94de4 Updated from global requirements
0311a11 Modify the '.gitignore' file
b15aa5a Updated from global requirements
dbf20b9 Update Devstack Installation in develop.rst
c64e154 Imported Translations from Zanata
646878d Modify Devstack Installation in develop.rst
670fe98 Update links in README
862ee65 Imported Translations from Zanata
6a370f1 Add cluster scale-in/out actions
b8c45e2 Add receiver update action
12f0ba3 Update node failed
60e0e34 Updated from global requirements
2efcee0 Imported Translations from Zanata
a9bdf1c Unable to update profile
3dacadf Unable to update policy
6982c13 Can not create receiver
8899903 Create policy failed
23ec656 Can not create node
0ba6cd0 Add release notes for Pike
4ba585e Rearrange existing documentation to fit the new standard layout
49a8d76 Can not create profile
5fe9c97 Switch from oslosphinx to openstackdocstheme
57acaea Updated from global requirements
5338b51 Enable some off-by-default checks
4edb92e Updated from global requirements
0b05dfc hacking: Specify white list rules in noqa explicity
e883fab ignore nose test results
bed568e Optimize the link address
ccefad9 Updated from global requirements
66f3f3e Replaces yaml.load() with yaml.safe_load()
a1f5539 Fix the profile view
aa53f80 Updated from global requirements
b43c6c1 Updated from global requirements
f708e49 Refresh test environments
47c555a Updated from global requirements
72b81b6 Imported Translations from Zanata
e95ff01 Imported Translations from Zanata
2c0d48e Use detailRoute constant for path of details view
0c50719 Updated from global requirements
1a1bb8a Updated from global requirements
193a7da Update to a newer hacking library
9537eaf Fix oslo_debug_helper not running
3c07adc Fix warning when running `tox -e debug`
7c15859 Update reno for stable/ocata
e9a307c Remove the file encoding which is unnecessary


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

.gitignore                                         |   2 +-
README.rst                                         |  69 +--
manage.py                                          |   2 +-
releasenotes/notes/pike-306c0b6d50734588.yaml      |  13 +
.../notes/receiver-update-5c69fb6e2c9c8bda.yaml    |   6 +
.../notes/scale-cluster-21481c69dcf78cc8.yaml      |   7 +
releasenotes/source/conf.py                        |  23 +-
releasenotes/source/index.rst                      |   1 +
.../source/locale/ja/LC_MESSAGES/releasenotes.po   |  61 ++-
releasenotes/source/ocata.rst                      |   6 +
requirements.txt                                   |   4 +-
senlin_dashboard/api/rest/__init__.py              |   2 +-
senlin_dashboard/api/rest/senlin.py                | 152 ++++---
senlin_dashboard/api/senlin.py                     |  17 +
senlin_dashboard/api/utils.py                      |   2 +-
senlin_dashboard/cluster/clusters/forms.py         |   4 +-
senlin_dashboard/cluster/clusters/urls.py          |   2 +-
senlin_dashboard/cluster/nodes/forms.py            |  11 +-
senlin_dashboard/cluster/nodes/urls.py             |   2 +-
senlin_dashboard/cluster/policies/forms.py         |   8 +-
senlin_dashboard/cluster/policies/urls.py          |   2 +-
senlin_dashboard/cluster/profiles/forms.py         |   8 +-
senlin_dashboard/cluster/profiles/panel.py         |   2 +-
.../templates/profiles/_detail_overview.html       |   4 -
senlin_dashboard/cluster/profiles/urls.py          |   2 +-
senlin_dashboard/cluster/receivers/forms.py        |   6 +-
senlin_dashboard/cluster/receivers/urls.py         |   4 +-
senlin_dashboard/locale/ja/LC_MESSAGES/django.po   |   9 +-
senlin_dashboard/locale/ja/LC_MESSAGES/djangojs.po |  62 ++-
.../locale/zh_CN/LC_MESSAGES/django.po             |   9 +-
.../app/core/clusters/actions/actions.module.js    |  20 +
.../static/app/core/clusters/clusters.service.js   |   7 +-
.../app/core/clusters/clusters.service.spec.js     |   7 +-
.../static/app/core/nodes/nodes.service.js         |   5 +-
.../static/app/core/nodes/nodes.service.spec.js    |   5 +-
.../core/openstack-service-api/senlin.service.js   |  60 ++-
.../static/app/core/policies/policies.service.js   |   5 +-
.../app/core/policies/policies.service.spec.js     |   5 +-
.../static/app/core/profiles/profiles.service.js   |   5 +-
.../app/core/profiles/profiles.service.spec.js     |   5 +-
.../app/core/receivers/actions/actions.module.js   |  38 +-
.../app/core/receivers/actions/create.service.js   |   8 +-
.../core/receivers/actions/create.service.spec.js  |   4 +-
.../app/core/receivers/actions/receiver.help.html  |   2 +-
.../app/core/receivers/actions/scale-in.service.js | 128 ++++++
.../core/receivers/actions/scale-out.service.js    | 128 ++++++
.../app/core/receivers/actions/update.service.js   | 104 +++++
.../core/receivers/actions/update.service.spec.js  |  90 ++++
.../static/app/core/receivers/actions/workflow.js  |  12 +-
.../static/app/core/receivers/receivers.service.js |   5 +-
.../app/core/receivers/receivers.service.spec.js   |   5 +-
senlin_dashboard/test/settings.py                  |   4 +-
setup.cfg                                          |   4 +-
setup.py                                           |   2 +-
test-requirements.txt                              |  13 +-
tox.ini                                            |  18 +-
71 files changed, 1130 insertions(+), 825 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1429a9e..f1f4014 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -7 +7 @@ python-senlinclient>=1.1.0 # Apache-2.0
-PyYAML>=3.10.0 # MIT
+PyYAML>=3.10 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 80bbefb..c82086e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -9 +9 @@ http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -11,2 +11 @@ django-nose>=1.4.4 # BSD
-mock>=2.0 # BSD
-mox>=0.5.3 # Apache-2.0
+mock>=2.0.0 # BSD
@@ -23,3 +22,3 @@ xvfbwrapper>=0.1.3 #license: MIT
-sphinx>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list