python-mistralclient 4.2.0 (wallaby)
We enthusiastically announce the release of: python-mistralclient 4.2.0: Mistral Client Library This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/python-mistralclient Download the package from: https://pypi.org/project/python-mistralclient Please report issues through: https://bugs.launchpad.net/python-mistralclient/+bugs For more details, please see below. Changes in python-mistralclient 4.1.1..4.2.0 -------------------------------------------- 20a10f0 remove unicode from code 0b2fa40 Update TOX_CONSTRAINTS_FILE 577308f Add unit tests for dynamic actions CLI commands d82a040 Add unit tests for code sources CLI commands fc6f779 Add support for code sources and dynamic actions 668712e Fix functional action CLI test 152fc79 requirements: Drop os-testr 4f1aee3 Remove install unnecessary packages 3632e1a Add Python3 wallaby unit tests c2b7434 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 5 - mistralclient/api/base.py | 56 +++-- mistralclient/api/v2/actions.py | 5 + mistralclient/api/v2/client.py | 9 +- mistralclient/api/v2/code_sources.py | 88 ++++++++ mistralclient/api/v2/dynamic_actions.py | 105 +++++++++ mistralclient/api/v2/executions.py | 12 +- mistralclient/api/v2/workbooks.py | 18 +- mistralclient/commands/v2/action_executions.py | 27 ++- mistralclient/commands/v2/actions.py | 4 +- mistralclient/commands/v2/base.py | 1 + mistralclient/commands/v2/code_sources.py | 251 +++++++++++++++++++++ mistralclient/commands/v2/dynamic_actions.py | 244 ++++++++++++++++++++ mistralclient/commands/v2/environments.py | 5 +- mistralclient/commands/v2/executions.py | 9 +- mistralclient/commands/v2/workbooks.py | 10 +- mistralclient/shell.py | 26 +++ mistralclient/utils.py | 8 +- releasenotes/source/conf.py | 16 +- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 + setup.cfg | 14 ++ tox.ini | 8 +- 30 files changed, 1330 insertions(+), 119 deletions(-)
participants (1)
-
no-reply@openstack.org