[release-announce] murano-dashboard 6.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 30 14:36:15 UTC 2018


We are pumped to announce the release of:

murano-dashboard 6.0.0: The Murano Dashboard

This release is part of the rocky release series.

Download the package from:

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

For more details, please see below.

Changes in murano-dashboard 5.0.0.0rc1..6.0.0
---------------------------------------------

1759e86 Fix README error caused release failed
32efd8b Update py27-ocata to py27-queens
6285103 Fix lower-constraints tox env
bd45157 Modify the 'tox.ini' file
a930b15 fix tox python3 overrides
57e8d7b Add python3 django 1.11 job instead of django 2.0 job
1db0d48 Use mox dependency explicitly
0c4b4f2 Replace class, APITestCase, with APIMockTestCase
87f1b5b Django 2.0 support and fix lower-constraints tox env
0f5e41a EncryptData method use internal Barbican endpoint
2c9cc33 Imported Translations from Zanata
a7a35fe APITestCase is replaced with APIMockTestCase
e98cd6c Replace assertRaisesRegexp with assertRaisesRegex
4dea571 Removed inline_edit functionality for tables
f9d7fb1 Updated from global requirements
129da5a add lower-constraints job
8d7e944 Imported Translations from Zanata
3466f20 Update the outdated links
33aba64 Install horizon directly from pypi
e312c97 Updated from global requirements
e38a3a0 Fix the old links in CONTRIBUTING.rst and HACKING.rst
2865b8f Updated from global requirements
dde660f Imported Translations from Zanata
e63480e Imported Translations from Zanata
b712b9a Add irrelevant-files for murano-dashboard-sanity-check job
b7ce311 Update reno for stable/queens


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

.zuul.yaml                                         |  14 ++
CONTRIBUTING.rst                                   |   6 +-
HACKING.rst                                        |   2 +-
README.rst                                         |   5 +-
lower-constraints.txt                              | 151 +++++++++++++++++++++
muranodashboard/catalog/views.py                   |   4 +-
muranodashboard/categories/tables.py               |   2 +-
muranodashboard/categories/views.py                |   2 +-
muranodashboard/dynamic_ui/fields.py               |   2 +-
muranodashboard/dynamic_ui/yaql_functions.py       |   2 +
muranodashboard/environments/tables.py             |  45 +-----
muranodashboard/environments/tabs.py               |   2 +-
muranodashboard/environments/topology.py           |   2 +-
muranodashboard/environments/views.py              |   4 +-
muranodashboard/images/forms.py                    |   2 +-
muranodashboard/images/tables.py                   |   2 +-
muranodashboard/images/views.py                    |   4 +-
muranodashboard/locale/cs/LC_MESSAGES/django.po    |   9 +-
muranodashboard/locale/de/LC_MESSAGES/django.po    |  37 +++--
muranodashboard/locale/en_GB/LC_MESSAGES/django.po |  12 +-
.../locale/en_GB/LC_MESSAGES/djangojs.po           |   8 +-
muranodashboard/locale/fr/LC_MESSAGES/django.po    |   9 +-
muranodashboard/locale/id/LC_MESSAGES/django.po    |  10 +-
muranodashboard/locale/ja/LC_MESSAGES/django.po    |  14 +-
muranodashboard/locale/ko_KR/LC_MESSAGES/django.po |  53 ++++++--
.../locale/ko_KR/LC_MESSAGES/djangojs.po           |  12 +-
muranodashboard/locale/pt_BR/LC_MESSAGES/django.po |  25 +++-
.../locale/pt_BR/LC_MESSAGES/djangojs.po           |  85 ++++++++++++
muranodashboard/locale/ru/LC_MESSAGES/django.po    |  12 +-
muranodashboard/locale/tr_TR/LC_MESSAGES/django.po |  14 +-
.../locale/tr_TR/LC_MESSAGES/djangojs.po           |   8 +-
muranodashboard/locale/zh_CN/LC_MESSAGES/django.po |  14 +-
.../locale/zh_CN/LC_MESSAGES/djangojs.po           |   8 +-
muranodashboard/packages/forms.py                  |   2 +-
muranodashboard/packages/tables.py                 |   2 +-
muranodashboard/packages/views.py                  |   8 +-
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  55 +++-----
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  52 ++-----
.../source/locale/id/LC_MESSAGES/releasenotes.po   |  50 ++-----
.../source/locale/ja/LC_MESSAGES/releasenotes.po   |  13 +-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |  30 +---
.../source/locale/ru/LC_MESSAGES/releasenotes.po   |  25 +---
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |  39 +-----
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |  11 +-
test-requirements.txt                              |   4 +-
tox.ini                                            |  33 +++--
63 files changed, 601 insertions(+), 644 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 5148618..1d8a29e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7 @@ beautifulsoup4>=4.6.0 # MIT
-Django<2.0,>=1.8 # BSD
-django-formtools>=1.0 # BSD
+django-formtools>=2.0 # BSD
@@ -13 +12 @@ pytz>=2013.6 # MIT
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
@@ -15 +14 @@ yaql>=1.1.3 # Apache 2.0 License
-castellan>=0.16.0 # Apache-2.0
+castellan>=0.18.0 # Apache-2.0
@@ -19,0 +19,2 @@ semantic-version>=2.3.1 # BSD
+horizon>=13.0.0 # Apache-2.0
+
@@ -22 +23 @@ Babel!=2.4.0,>=2.3.4 # BSD
-django-babel>=0.5.1 # BSD
+django-babel>=0.6.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index b77e2f7..40ae3cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ nose>=1.3.7 # LGPL
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -20 +20 @@ openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list