python-mistralclient 3.6.0 (rocky)
We jubilantly announce the release of: python-mistralclient 3.6.0: Mistral Client Library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-mistralclient Download the package from: https://pypi.org/project/python-mistralclient Please report issues through launchpad: https://bugs.launchpad.net/python-mistralclient For more details, please see below. 3.6.0 ^^^^^ Bug Fixes * mistralclient 3.5.0 introduced a new --force option to delete executions that are still running. However, this had the unintended impact of passing force=false when it wasn't provided. This is incompatible with previous releases of the Mistral API which reject requests as they don't recognise "force". Changes in python-mistralclient 3.5.0..3.6.0 -------------------------------------------- 146d1c1 Fix force parameter being always added to URL in execution delete 4dd1c2a Add --export option to environment-get 2f06ab4 Revert "Adding environment-get-definition for easy environment-update" b62fe64 Switch to using stestr 5dc9935 Update task columns info c79ef85 Add namespace parameter to workflow-get and workflow-get-definition 6611031 Adding environment-get-definition for easy environment-update Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 ++ .stestr.conf | 3 ++ mistralclient/api/v2/executions.py | 3 +- mistralclient/commands/v2/environments.py | 20 +++++++++++++ mistralclient/commands/v2/tasks.py | 2 +- mistralclient/commands/v2/workflows.py | 33 +++++++++++++++++---- ...th-execution-force-delete-af8d1968cb2673ef.yaml | 8 +++++ test-requirements.txt | 2 +- tox.ini | 2 +- 16 files changed, 113 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 34c2818..b617707 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ mock>=2.0.0 # BSD -nose>=1.3.7 # LGPL @@ -13,0 +13 @@ reno>=2.5.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org