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

no-reply at openstack.org no-reply at openstack.org
Tue Jun 29 11:10:06 UTC 2021


We are pleased to announce the release of:

mistral-dashboard 11.0.1: Mistral dashboard

This release is part of the victoria stable 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 11.0.0..11.0.1
-------------------------------------------

e1936e4 Setting DEFAULT to False.
0734ddd Fix gate jobs
66154b7 Update TOX_CONSTRAINTS_FILE for stable/victoria
afd0be0 Update .gitreview for stable/victoria


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

.gitreview                                   |  1 +
mistraldashboard/action_executions/tables.py |  3 +--
mistraldashboard/default/smart_cell.py       |  6 +++---
mistraldashboard/enabled/_50_mistral.py      |  2 +-
mistraldashboard/executions/tables.py        |  3 +--
mistraldashboard/tasks/tables.py             |  3 +--
mistraldashboard/test/settings.py            |  2 +-
test-requirements.txt                        |  8 ++------
tox.ini                                      | 10 +++++-----
9 files changed, 16 insertions(+), 22 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 87fced8..02499b8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,6 +5,2 @@
-# Hacking already pins down pep8, pyflakes and flake8
-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
+# hacking should appear first in case something else depends on pep8
+hacking>=4.0.0,<4.1.0 # Apache-2.0






More information about the Release-announce mailing list