[release-announce] mistral-dashboard 11.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:25:09 UTC 2020


We are satisfied to announce the release of:

mistral-dashboard 11.0.0: Mistral dashboard

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/mistral-dashboard

Download the package from:

    https://pypi.org/project/mistral-dashboard

Please report issues through:

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

For more details, please see below.

Changes in mistral-dashboard 10.0.0..11.0.0
-------------------------------------------

c9e8d95 [goal] Migrate testing to ubuntu focal
0af8c03 Cleanup for Refactor-error-messages
d46e3cf Use unittest.mock instead of mock
0317054 Switch to newer openstackdocstheme and reno versions
1447317 Bump default tox env from py37 to py38
fc3033d Add py38 package metadata
bef1a4c Add Python3 victoria unit tests
a63a7b7 Update master for stable/ussuri


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

.zuul.yaml                            |  2 +-
mistraldashboard/actions/forms.py     |  8 ++++----
mistraldashboard/actions/views.py     |  4 ++--
mistraldashboard/executions/forms.py  |  4 ++--
mistraldashboard/executions/tables.py |  7 ++-----
mistraldashboard/executions/views.py  | 14 +++++---------
mistraldashboard/tasks/tables.py      |  7 ++-----
mistraldashboard/test/settings.py     |  2 +-
mistraldashboard/workbooks/forms.py   |  8 ++++----
mistraldashboard/workflows/forms.py   | 12 ++++++------
releasenotes/source/conf.py           |  8 +++++++-
releasenotes/source/index.rst         |  1 +
releasenotes/source/ussuri.rst        |  6 ++++++
setup.cfg                             |  1 +
test-requirements.txt                 |  5 ++++-
tox.ini                               |  2 +-
18 files changed, 58 insertions(+), 45 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c737881..87fced8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,0 +7,4 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+# remove this pyflakes from here once you bump the
+# hacking to 3.2.0 or above. hacking 3.2.0 takes
+# care of pyflakes version compatibilty.
+pyflakes>=2.1.1
@@ -10 +13,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list