We are satisfied to announce the release of: mistral-dashboard 14.0.1: Mistral dashboard This release is part of the yoga 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. 14.0.1 ^^^^^^ Security Issues * Bug #1931558 (https://launchpad.net/bugs/1931558): Previosuly Mistral Dashboard leaked contents of local files if a user put in a local file path in definitions. Now Mistral Dashboard no longer treats inputs as file path or URL but it always use the raw input as resource definitions. Changes in mistral-dashboard xena-em..14.0.1 -------------------------------------------- c077728 Enforce usage of raw definitions c016a7a Update TOX_CONSTRAINTS_FILE for stable/yoga 531b060 Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + mistraldashboard/api.py | 5 ++++- releasenotes/notes/bug-1931558-4674cdde721dfab8.yaml | 8 ++++++++ requirements.txt | 2 +- tox.ini | 6 +++--- 5 files changed, 17 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e831d1f..b9cb2b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ iso8601>=0.1.11 # MIT -python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 +python-mistralclient>=4.3.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org