[release-announce] [mistral] mistral-dashboard 6.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 28 11:40:04 UTC 2018


We are happy to announce the release of:

mistral-dashboard 6.0.0: Mistral dashboard

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

Changes in mistral-dashboard 5.0.0..6.0.0
-----------------------------------------

e221ba4 Updated from global requirements
f9ff279 Drop django_openstack_auth from requirements.txt
2688f3e Revert "Migrate mistral-dashboard to zuul v3"
63f84ff Migrate mistral-dashboard to zuul v3
352f30f Updated from global requirements
4cc6d18 Fix CSS for "Cancel" button in workflow execution
c028617 Updated from global requirements
b42b2c4 Expand parameter list for workflow execution
7f9c821 Updated from global requirements
64d5ae3 Updated from global requirements
3eea7eb Update reno for stable/pike
e891c2a Update the URLs


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

CONTRIBUTING.rst                                   |  6 ++---
README.rst                                         |  4 +--
.../templates/action_executions/_update.html       |  4 +--
.../actions/templates/actions/_create.html         |  2 +-
.../actions/templates/actions/_update.html         |  2 +-
.../templates/cron_triggers/_create.html           |  2 +-
.../templates/workbooks/_select_definition.html    |  2 +-
mistraldashboard/workflows/forms.py                | 31 +++++++++++++++++-----
.../workflows/templates/workflows/_execute.html    |  2 +-
.../templates/workflows/_select_definition.html    |  2 +-
mistraldashboard/workflows/views.py                |  4 ++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 +++++
requirements.txt                                   |  3 +--
setup.cfg                                          |  2 +-
test-requirements.txt                              | 15 +++++------
16 files changed, 57 insertions(+), 31 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3d615fe..a1789f9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +8,0 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=3.5.0 # Apache-2.0
@@ -12 +11 @@ python-mistralclient>=3.1.0 # Apache-2.0
-PyYAML>=3.10.0 # MIT
+PyYAML>=3.10 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 33cffa7..1d65268 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11,2 @@ django-nose>=1.4.4 # BSD
-mock>=2.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
+mock>=2.0.0 # BSD
+mox3>=0.20.0 # Apache-2.0
@@ -14,3 +14,3 @@ nodeenv>=0.9.4 # BSD
-nose # LGPL
-nose-exclude # LGPL
-nosexcover # BSD
+nose>=1.3.7 # LGPL
+nose-exclude>=0.3.0 # LGPL
+nosexcover>=1.0.10 # BSD
@@ -23 +23 @@ xvfbwrapper>=0.1.3 #license: MIT
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
@@ -25 +25 @@ oslosphinx>=4.7.0 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
@@ -30 +29,0 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=3.5.0 # Apache-2.0






More information about the Release-announce mailing list