[release-announce] senlin-dashboard 0.10.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 28 14:33:50 UTC 2019


We are excited to announce the release of:

senlin-dashboard 0.10.0: Senlin Dashboard

This release is part of the stein 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.

0.10.0
^^^^^^

Bug Fixes

* [bug 1805740 (https://bugs.launchpad.net/senlin/+bug/1805740)]
  Fixed senlin dashboard to work with latest openstacksdk version.

* [bug 1817803 (https://bugs.launchpad.net/senlin/+bug/1817803)]
  Fixed profile create to pass in the correct encoding type during
  form submission.

Changes in senlin-dashboard 0.9.0..0.10.0
-----------------------------------------

16ded08 Add Stein release notes
a53b79b Bump openstacksdk to 0.24.0
d85a3a7 Update hacking version
8519cde Bump horizon for Stein
5fd9a82 Update mailinglist from dev to discuss
7811fdb Fix missing auth_url when create senlinclient
23a0bd1 Imported Translations from Zanata
0fbb65b Imported Translations from Zanata
e8aa34b Imported Translations from Zanata
dfe8587 Fix senlin profile create through file upload.
ed828f1 Install horizon with upper-constraints.txt in post-install
1873169 fix tox python3 overrides
2ef8a80 Imported Translations from Zanata
bea9591 Imported Translations from Zanata
8a3b70d Cleanup .zuul.yaml
0cf39ee Remove use_mox flag
d1f676e switch documentation job to new PTI
a225685 import zuul job settings from project-config
7516c8b Remove mox3 dependencies
e2b6049 Drop nose dependencies
e2c31b9 Imported Translations from Zanata
7b88742 Imported Translations from Zanata
c6f7775 Drop mox3 from RecieverList
f5ea69b Drop mox from PoliciesTest
059b4c2 Update reno for stable/rocky
58b3a41 Drop mox3 from NodesTest
9fc48d9 Drop mox3 from ProfilesTest


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

.stestr/format                                     |  1 +
.stestr/next-stream                                |  1 +
.zuul.yaml                                         | 24 +++---
README.rst                                         |  2 +-
lower-constraints.txt                              | 17 ++--
package.json                                       |  2 +-
.../notes/bug-1805740-0c6d52cb2fcef60c.yaml        |  5 ++
.../notes/bug-1817803-47469745618a4ac6.yaml        |  6 ++
releasenotes/source/index.rst                      |  1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   | 87 ++++++++++++++++++++
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 90 ++++++++++++++++++---
.../source/locale/fr/LC_MESSAGES/releasenotes.po   | 30 +++++++
.../source/locale/id/LC_MESSAGES/releasenotes.po   | 11 +--
.../source/locale/ja/LC_MESSAGES/releasenotes.po   | 90 ++++++++++++++++++---
.../locale/pt_BR/LC_MESSAGES/releasenotes.po       | 13 ++-
releasenotes/source/rocky.rst                      |  6 ++
requirements.txt                                   |  4 +-
senlin_dashboard/api/senlin.py                     |  4 +-
.../profiles/templates/profiles/_create.html       |  4 +
senlin_dashboard/locale/de/LC_MESSAGES/django.po   | 10 ++-
senlin_dashboard/locale/de/LC_MESSAGES/djangojs.po | 94 +++++++++++++++++++++-
.../locale/ko_KR/LC_MESSAGES/django.po             | 58 ++++++++++++-
senlin_dashboard/test/helpers.py                   |  3 -
setup.cfg                                          |  2 +-
test-requirements.txt                              |  4 +-
tox.ini                                            |  4 +
33 files changed, 599 insertions(+), 194 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ec90bd6..1625127 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ PyYAML>=3.12 # MIT
-python-senlinclient>=1.1.0 # Apache-2.0
+python-senlinclient>=1.9.0 # Apache-2.0
@@ -10 +10 @@ python-senlinclient>=1.1.0 # Apache-2.0
-horizon>=14.0.0.0b1 # Apache-2.0
+horizon>=15.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c100af1..9b26ab4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-django-nose>=1.4.4 # BSD
@@ -10 +8,0 @@ mock>=2.0.0 # BSD
-mox3>=0.20.0 # Apache-2.0






More information about the Release-announce mailing list