python-mistralclient 3.7.0 (rocky)
We are excited to announce the release of: python-mistralclient 3.7.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. Changes in python-mistralclient 3.6.1..3.7.0 -------------------------------------------- 9f197f3 Clarify details about the target cacert parameter 21cf6f4 Add missing `--public` option to workbook api 2f14711 Add the root execution ID to the CLI output 304922c Add missing oslo.serialization requirement Diffstat (except docs and test files) ------------------------------------- mistralclient/api/v2/workbooks.py | 8 ++-- mistralclient/commands/v2/executions.py | 2 + mistralclient/commands/v2/workbooks.py | 22 +++++++++- requirements.txt | 1 + 12 files changed, 168 insertions(+), 57 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 757fff8..f3e12cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,0 +8 @@ oslo.i18n>=3.15.3 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org