[release-announce] murano-dashboard 8.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:51:58 UTC 2019


We are psyched to announce the release of:

murano-dashboard 8.0.0: The Murano Dashboard

This release is part of the train release series.

The source is available from:

    https://opendev.org/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 7.0.0..8.0.0
----------------------------------------

2372f8b9 Fix semantic_version compared
43ff8849 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
c17dfba8 Update .gitreview for stable/train
a8848d9a Make sensible default choices for fields
f5eccdc3 Remove 'add' button for keypairs on launch
be8d1121 Fix adding dependency package to environment with debreach
3342531a Imported Translations from Zanata
3cb13c6c Fix py27 UT gate
5838b914 Hide availability zones that are not available
b14f7bb5 Imported Translations from Zanata
59980b1f Imported Translations from Zanata
72f4e48d Imported Translations from Zanata
090fa214 Bump the openstackdocstheme extension to 1.20
66a34475 Blacklist sphinx 2.1.0 (autodoc bug)
08fffa32 Add Python 3 Train unit tests
fc8fda2e Update contraints url
ea2749ad Import openstack_dashboard defaults settings
27483f3c Fix dictionary changed size during iteration error with Python 3
43efb807 Fix sphinx requirements
d1ef202c Replace git.openstack.org URLs with opendev.org URLs
0a6b222a OpenDev Migration Patch
cb9f3da8 Dropping the py35 testing
56a53ad2 Replace openstack.org git:// URLs with https://
0544bb78 Update master for stable/stein
dc0bc457 Remove the dependency of floppyforms


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

.gitreview                                         |   3 +-
.zuul.yaml                                         |   5 +-
CONTRIBUTING.rst                                   |  12 +-
README.rst                                         |   2 +-
lower-constraints.txt                              |   7 +-
muranodashboard/catalog/views.py                   |   8 +-
muranodashboard/common/utils.py                    |  35 ++++++
muranodashboard/common/widgets.py                  |  98 ++++++++++++++-
muranodashboard/dynamic_ui/fields.py               |  11 +-
muranodashboard/dynamic_ui/forms.py                |   6 -
muranodashboard/dynamic_ui/version.py              |   2 +-
muranodashboard/locale/ru/LC_MESSAGES/django.po    | 132 +++++++++++++++++++--
.../legacy/murano-dashboard-sanity-check/run.yaml  |  12 +-
releasenotes/source/conf.py                        |  21 ----
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |   8 +-
.../source/locale/id/LC_MESSAGES/releasenotes.po   |   7 +-
releasenotes/source/stein.rst                      |   6 +
requirements.txt                                   |   1 -
setup.cfg                                          |   2 +-
test-requirements.txt                              |   5 +-
tools/post_install.sh                              |   2 +-
tox.ini                                            |   7 +-
28 files changed, 334 insertions(+), 106 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 93bcde09..070ed9e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +14,0 @@ castellan>=0.18.0 # Apache-2.0
-django-floppyforms>=1.7.0,<2  # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 47bf4d62..5804edd7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,2 +13,3 @@ mock>=2.0.0 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.20.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD






More information about the Release-announce mailing list