[murano] murano-dashboard 3.2.0 (ocata)
We are delighted to announce the release of: murano-dashboard 3.2.0: The Murano Dashboard This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/murano-dashboard/ For more details, please see below. Changes in murano-dashboard 3.1.0..3.2.0 ---------------------------------------- a0dbc27 Updated from global requirements d58db97 Imported Translations from Zanata 814bdb0 Imported Translations from Zanata 8a10c6a Fixes Deployment History tab incorrectly formatting status. 5c4dfd3 Imported Translations from Zanata 1b11876 Fix click issue with test_env_status_new_session_remove_from_two. 18c8376 Imported Translations from Zanata fc4380f Imported Translations from Zanata c888e9c Updated from global requirements 86c2788 Imported Translations from Zanata 3bf3843 Changes image creation/deletion in sanity_check to be atomic.. d88bfde Correct the pep8 exclude 1e80c3f Using rbac policy for images panel 1b2ff3f Fix Mark Image form can not open when have invalid metadata Diffstat (except docs and test files) ------------------------------------- muranodashboard/conf/murano_policy.json | 5 +- muranodashboard/environments/consts.py | 12 +- muranodashboard/environments/tables.py | 1 + muranodashboard/images/forms.py | 6 +- muranodashboard/images/tables.py | 10 +- muranodashboard/locale/ja/LC_MESSAGES/django.po | 40 ++- muranodashboard/locale/ja/LC_MESSAGES/djangojs.po | 21 +- muranodashboard/locale/ru/LC_MESSAGES/django.po | 47 +++- muranodashboard/locale/zh_CN/LC_MESSAGES/django.po | 75 ++++- .../locale/zh_CN/LC_MESSAGES/djangojs.po | 19 +- .../source/locale/de/LC_MESSAGES/releasenotes.po | 16 +- .../source/locale/id/LC_MESSAGES/releasenotes.po | 12 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 28 +- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 302 ++++++++++++++++++++- test-requirements.txt | 6 +- tox.ini | 2 +- 18 files changed, 573 insertions(+), 81 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c3f4ad4..223b729 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 @@ -20 +20 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD @@ -25 +25 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=2.4.0 # Apache-2.0 +django-openstack-auth>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org