murano-dashboard 10.0.0 (victoria)
We are satisfied to announce the release of: murano-dashboard 10.0.0: The Murano Dashboard This release is part of the victoria 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 9.0.0..10.0.0 ----------------------------------------- 5915355c [goal] Migrate testing to ubuntu focal 1c1dac9a Cleanup for Refactor-error-messages 65b44569 [goal] Migrate testing to ubuntu focal 8fe07304 Switch to py3 syntax for dictionary contains test 6def1495 Imported Translations from Zanata faf77e95 drop mock from lower-constraints ffa6f6d4 Stop to use the __future__ module. f4fca357 Switch to newer openstackdocstheme and reno versions 53fa7f95 Fix hacking min version to 3.0.1 7975ca5c Cleanup py27 support 2bb72e75 Imported Translations from Zanata 105b88fe Imported Translations from Zanata 415485ea Bump default tox env from py37 to py38 e52bb885 Add py38 package metadata ae805a59 Add Python3 victoria unit tests 9c2512b5 Update master for stable/ussuri ced8ef94 Install packages for murano-dashboard-sanity-check job f91d0177 Remove six Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- karma.conf.js | 2 +- lower-constraints.txt | 9 ++++----- muranodashboard/catalog/views.py | 9 ++++----- muranodashboard/dynamic_ui/fields.py | 5 ++--- muranodashboard/environments/api.py | 3 +-- muranodashboard/environments/tables.py | 18 +++++++----------- muranodashboard/local/local_settings.d/_50_murano.py | 2 +- muranodashboard/packages/forms.py | 19 ++----------------- releasenotes/source/conf.py | 8 ++++---- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 17 +++++++++++++++-- .../source/locale/en_GB/LC_MESSAGES/releasenotes.po | 11 +++++++---- releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 6 +----- test-requirements.txt | 8 ++++---- tools/post_install.sh | 2 +- tox.ini | 18 +++--------------- 26 files changed, 81 insertions(+), 105 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6ac0c994..5430b541 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<4.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -14,3 +14,3 @@ selenium>=2.50.1 # Apache-2.0 -openstackdocstheme>=1.20.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD -reno>=2.5.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org