[release-announce] mistral-dashboard 13.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 6 11:34:22 UTC 2021


We are stoked to announce the release of:

mistral-dashboard 13.0.0: Mistral dashboard

This release is part of the xena 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 12.0.0..13.0.0
-------------------------------------------

2980dfc [community goal] Update contributor documentation
fa785b2 setup.cfg: Replace dashes with underscores
a4f8e09 Use py3 as the default runtime for tox
6b73bda Add Python3 xena unit tests
ce7a949 Update master for stable/wallaby
7fd7c82 Setting DEFAULT to False.
f5473fc Fix gate jobs


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

.zuul.yaml                                   |  2 +-
CONTRIBUTING.rst                             | 21 ++++++++++++---------
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 +-
releasenotes/source/index.rst                |  1 +
releasenotes/source/wallaby.rst              |  6 ++++++
setup.cfg                                    | 10 +++++-----
test-requirements.txt                        |  8 ++------
tox.ini                                      |  8 ++++----
13 files changed, 39 insertions(+), 36 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