We jubilantly announce the release of: murano-dashboard 11.0.0: The Murano Dashboard This release is part of the wallaby 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 10.0.0..11.0.0 ------------------------------------------ dd78672b Imported Translations from Zanata 7d710044 Add doc/requirements ab7d97fe Run npm nodejs job with Firefox browser afb55234 Imported Translations from Zanata d11b6e8c Add Python3 wallaby unit tests e32fc3f7 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- karma.conf.js | 4 ++-- lower-constraints.txt | 13 +++++------ muranodashboard/locale/cs/LC_MESSAGES/django.po | 14 +----------- muranodashboard/locale/de/LC_MESSAGES/django.po | 26 +++++++++++++--------- muranodashboard/locale/en_GB/LC_MESSAGES/django.po | 24 +++++++++++--------- muranodashboard/locale/fr/LC_MESSAGES/django.po | 11 +-------- muranodashboard/locale/id/LC_MESSAGES/django.po | 14 +----------- muranodashboard/locale/ja/LC_MESSAGES/django.po | 14 +----------- muranodashboard/locale/ko_KR/LC_MESSAGES/django.po | 14 +----------- muranodashboard/locale/pt_BR/LC_MESSAGES/django.po | 14 +----------- muranodashboard/locale/ru/LC_MESSAGES/django.po | 14 +----------- muranodashboard/locale/tr_TR/LC_MESSAGES/django.po | 14 +----------- .../{zh_CN => zh_Hans}/LC_MESSAGES/django.po | 14 +----------- .../{zh_CN => zh_Hans}/LC_MESSAGES/djangojs.po | 2 +- package.json | 2 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 10 +++++++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 ++++-- releasenotes/source/victoria.rst | 6 +++++ requirements.txt | 2 +- test-requirements.txt | 6 ----- tox.ini | 9 +++++--- 24 files changed, 79 insertions(+), 161 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b26b2ae2..c649ed93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18 +18 @@ semantic-version>=2.3.1 # BSD -horizon>=18.3.0 # Apache-2.0 +horizon>=18.3.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5430b541..ac6975dc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,6 +11,0 @@ selenium>=2.50.1 # Apache-2.0 - -# Docs Requirements -openstackdocstheme>=2.2.1 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD -reno>=3.1.0 # Apache-2.0 -