[release-announce] [murano] murano-dashboard 5.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 28 11:39:32 UTC 2018


We are overjoyed to announce the release of:

murano-dashboard 5.0.0: The Murano Dashboard

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

Changes in murano-dashboard 4.0.0.0rc1..5.0.0
---------------------------------------------

75b3caa Imported Translations from Zanata
f697c98 Imported Translations from Zanata
12f0311 Update UPPER_CONSTRAINTS_FILE for stable/queens
20da054 Update .gitreview for stable/queens
973b898 Imported Translations from Zanata
1f4c403 Zuul: Remove project name
e28bd53 Imported Translations from Zanata
a0810e8 Imported Translations from Zanata
87ba42f Updated from global requirements
3ab9a10 Add murano dashboard selenium functional test
873fd7f Updated from global requirements
93d8a1e Show resource usages for application
9e93ef3 Updated from global requirements
98f9dd7 Imported Translations from Zanata
2b923f8 Imported Translations from Zanata
4a0c5b5 Updated from global requirements
2b294c7 Murano dashboard imports heat.py from Heat dashboard
1f69157 Imported Translations from Zanata
5d6a512 Imported Translations from Zanata
99d4d65 Imported Translations from Zanata
c0b5c00 Imported Translations from Zanata
259cb41 Display volume snapshots only in volume field
a79dd35 Imported Translations from Zanata
771b006 Remove the unused install venv scriptes
534c4cc Updated from global requirements
bb4f3ff Make create env show the correct error message
09110be Allow images to be filtered by project ID
a80f008 Imported Translations from Zanata
c2a8611 Fix the format mess
550dec0 Imported Translations from Zanata
5300006 Remove setting of version/release from releasenotes
9cbf4df Updated from global requirements
30e29cc Updated from global requirements
d84339d Drop django_openstack_auth from requirements.txt
e3ff7bc Fix ValueError in environment details page
0b47b88 Imported Translations from Zanata
ccb1d92 Imported Translations from Zanata
1882bb2 Fix circular reference error for lists of Object Ids
6db87d8 Imported Translations from Zanata
e6e7c76 Updated from global requirements
5925252 Imported Translations from Zanata
57b9acd Remove vestigate HUDSON_PUBLISH_DOCS reference
66953dc Fix to use "." to source script files
d76bbb9 Revert ThemableSelectWidget for themable selects
baf32df Updated from global requirements
2da498f Updated from global requirements
d9a205c Modify the '.gitignore' file
26c85a2 Updated from global requirements
e7e99b3 Make net_config ChoiceField themable
054ef8a Imported Translations from Zanata
d50314e Update reno for stable/pike


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

.gitignore                                         |    1 -
.gitreview                                         |    1 +
.zuul.yaml                                         |   21 +
README.rst                                         |   12 +-
muranodashboard/catalog/views.py                   |  123 ++
muranodashboard/dynamic_ui/fields.py               |   86 +-
muranodashboard/dynamic_ui/forms.py                |    5 +-
muranodashboard/dynamic_ui/helpers.py              |   19 +-
muranodashboard/dynamic_ui/services.py             |   13 +-
muranodashboard/environments/forms.py              |    8 +-
muranodashboard/environments/tabs.py               |    5 +-
muranodashboard/environments/views.py              |    2 +-
muranodashboard/images/forms.py                    |   15 +-
.../local/local_settings.d/_50_murano.py           |    4 +
muranodashboard/locale/de/LC_MESSAGES/django.po    |   42 +-
muranodashboard/locale/en_GB/LC_MESSAGES/django.po | 1238 ++++++++++++++++++++
.../locale/en_GB/LC_MESSAGES/djangojs.po           |   85 ++
muranodashboard/locale/id/LC_MESSAGES/django.po    |   39 +-
muranodashboard/locale/ko_KR/LC_MESSAGES/django.po |  124 +-
muranodashboard/locale/pt_BR/LC_MESSAGES/django.po |   21 +-
.../locale/pt_BR/LC_MESSAGES/djangojs.po           |   85 ++
muranodashboard/locale/zh_CN/LC_MESSAGES/django.po |   15 +-
muranodashboard/packages/forms.py                  |    4 +-
.../templates/services/_wizard_create.html         |  119 +-
.../legacy/murano-dashboard-sanity-check/post.yaml |   67 ++
.../legacy/murano-dashboard-sanity-check/run.yaml  |   66 ++
...mages-filter-project.yaml-081bffde1b91057f.yaml |    5 +
.../notes/show-resource-91a1f73cdb5d74ab.yaml      |    6 +
releasenotes/source/conf.py                        |   11 +-
releasenotes/source/index.rst                      |    1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  480 --------
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  135 ---
.../source/locale/id/LC_MESSAGES/releasenotes.po   |  514 --------
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       |  191 ---
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |  442 -------
releasenotes/source/pike.rst                       |    6 +
requirements.txt                                   |   12 +-
test-requirements.txt                              |   17 +-
tools/install_venv.py                              |   71 --
tools/install_venv_common.py                       |  172 ---
tools/with_venv.sh                                 |    7 -
tox.ini                                            |    5 +-
60 files changed, 2861 insertions(+), 2204 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index eecf611..5148618 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Django<2.0,>=1.8 # BSD
-django-formtools # BSD
+django-formtools>=1.0 # BSD
@@ -10 +10 @@ iso8601>=0.1.11 # MIT
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
@@ -13,3 +13,3 @@ pytz>=2013.6 # MIT
-PyYAML>=3.10.0 # MIT
-yaql>=1.1.0 # Apache 2.0 License
-castellan>=0.7.0 # Apache-2.0
+PyYAML>=3.10 # MIT
+yaql>=1.1.3 # Apache 2.0 License
+castellan>=0.16.0 # Apache-2.0
@@ -17 +17 @@ castellan>=0.7.0 # Apache-2.0
-oslo.log>=3.22.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0cf38ca..b77e2f7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ django-nose>=1.4.4 # BSD
-nose # LGPL
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+nose>=1.3.7 # LGPL
+oslo.config>=5.1.0 # Apache-2.0
@@ -14,3 +14,3 @@ selenium>=2.50.1 # Apache-2.0
-testtools>=1.4.0 # MIT
-mock>=2.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+mock>=2.0.0 # BSD
+mox3>=0.20.0 # Apache-2.0
@@ -19,3 +19,3 @@ mox3!=0.19.0,>=0.7.0 # Apache-2.0
-openstackdocstheme>=1.16.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+reno>=2.5.0 # Apache-2.0
@@ -25 +24,0 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=3.5.0 # Apache-2.0






More information about the Release-announce mailing list