[release-announce] murano-dashboard 7.0.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 10 12:41:45 UTC 2019


We high-spiritedly announce the release of:

murano-dashboard 7.0.0: The Murano Dashboard

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/murano-dashboard

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/murano/+bugs

For more details, please see below.

Changes in murano-dashboard 6.0.0..7.0.0
----------------------------------------

50076cf2 Fix selenium test test_abandon_two_environments_at_once
939f1bcf Change devstack default role Member to member
de877e92 Change devstack default role Member to member
673f501f Using six to fix python2/3 compatible
0f78176c Fix selenium test test_filter_component_by_tag
d8891aba Fix selenium test test_check_env_name_validation
9eec74f8 Change import module nova to _nova
bb138ac6 Fix selenium test test_filter_by_tag
838201b5 Add mock request to Datatable to fix murano-dashboard UT
98ef69ab Clean up usage of APIMockTestCase
d123d1ac Remove the unused experimental job
7395b401 Add a mock request for Tab
d6d3d0d8 Imported Translations from Zanata
704a2ff2 add py36 to classifier and UT job
494b45ef Fix lower constraints
496968d7 Change openstack-dev to openstack-discuss
ad87d04e Change openstack-dev to openstack-discuss
ace879d9 Update min tox version to 2.0
18b276ec Fix python3 compatible use six
74c3a3e4 Imported Translations from Zanata
fa3a0448 Increment versioning with pbr instruction
4985bfa0 Switch test runner to django default runner
caaa9ea8 murano-dashbord python3 fix and use standard cover tox env
25dae5ed Imported Translations from Zanata
92a304ec Imported Translations from Zanata
821f50fc Import legacy-dashboard-dsvm-selenium-package
7cd0180e Use templates for cover and lower-constraints
9be17de5 Fix some pep8 errors
87b1be79 switch documentation job to new PTI
91ac805e import zuul job settings from project-config
c78951ca Imported Translations from Zanata
5e52eb36 Remove use_mox directive
a304c5d6 Update reno for stable/rocky
e1460682 Add test 'node_modules' in tox.ini for flake8 exclude


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

.zuul.yaml                                         | 11 ++-
CONTRIBUTING.rst                                   |  2 +-
lower-constraints.txt                              | 16 ++--
muranodashboard/catalog/views.py                   |  2 +-
muranodashboard/dynamic_ui/fields.py               |  5 +-
muranodashboard/environments/tables.py             |  3 +-
muranodashboard/packages/views.py                  |  4 +-
releasenotes/source/index.rst                      |  1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  9 ++-
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  9 ++-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |  8 +-
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       | 15 +++-
releasenotes/source/rocky.rst                      |  6 ++
requirements.txt                                   |  3 +-
setup.cfg                                          |  3 +-
test-requirements.txt                              |  6 --
tools/cover.sh                                     | 90 ----------------------
tox.ini                                            | 18 +++--
51 files changed, 276 insertions(+), 318 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1d8a29e0..93bcde09 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,0 +15 @@ castellan>=0.18.0 # Apache-2.0
+django-floppyforms>=1.7.0,<2  # BSD
@@ -19 +20 @@ semantic-version>=2.3.1 # BSD
-horizon>=13.0.0 # Apache-2.0
+horizon>=15.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 40ae3cb3..47bf4d62 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +6,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-django-nose>=1.4.4 # BSD
-nose>=1.3.7 # LGPL
@@ -10,2 +7,0 @@ oslo.config>=5.2.0 # Apache-2.0
-openstack.nose-plugin>=0.7 # Apache-2.0
-nosehtmloutput>=0.0.3 # Apache-2.0
@@ -14 +9,0 @@ selenium>=2.50.1 # Apache-2.0
-testtools>=2.2.0 # MIT
@@ -16 +10,0 @@ mock>=2.0.0 # BSD
-mox3>=0.20.0 # Apache-2.0






More information about the Release-announce mailing list