[release-announce] [mistral] python-mistralclient 3.1.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 25 06:16:47 UTC 2017


We are delighted to announce the release of:

python-mistralclient 3.1.1: Mistral Client Library

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-mistralclient

Download the package from:

    https://pypi.python.org/pypi/python-mistralclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-mistralclient

For more details, please see below.

3.1.1
^^^^^

Critical Issues

* The "--limit" parameter of heavy CLI commands like "task-list" and
  "execution-list" and "action-execution-list" is set to "100" by
  default to avoid the huge load on server. To fetch the full result
  set, user may use "--limit -1".

Changes in python-mistralclient 3.1.0..3.1.1
--------------------------------------------

fec9664 String interpolation should be delayed
8298675 Give better tox output
caea13c Apply Pike document structure
d94b82b Updated from global requirements
331574d Enable warning-is-error in doc build
91cae33 Updated from global requirements
fabec4f Set the default value of --limit parameter
7020276 Switch from oslosphinx to openstackdocstheme
d4d4113 Updated from global requirements
5473625 Enable some off-by-default checks
c969908 Make --profile load from environment variables
cbfe42a Updated from global requirements
591b855 Updated from global requirements
5ed3537 Replace request mocking in test_httpclient with requests-mock
7704c55 Updated from global requirements
e2506df Updated from global requirements
b8946b7 Change service type to workflowv2
0f97a49 Updated from global requirements
5b36b07 Updated from global requirements
fd5ddcc Updated from global requirements
2a770dc Add a missing space to the help message for execution-create
ddbb43a fix release note formatting
25a29b7 Explicitly set 'builders' option
8c57d07 doc: Remove cruft from conf.py
6c8a32c Fix doc generation for python 3


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

mistralclient/api/httpclient.py                    |   4 +-
mistralclient/api/v2/action_executions.py          |   7 +-
mistralclient/auth/keycloak.py                     |  25 ++-
mistralclient/auth/keystone.py                     |   2 +-
mistralclient/commands/v2/action_executions.py     |  17 +-
mistralclient/commands/v2/base.py                  |   3 +
mistralclient/commands/v2/executions.py            |  12 +-
mistralclient/commands/v2/tasks.py                 |  15 ++
mistralclient/shell.py                             |   1 +
.../notes/fix-region-name-2031ff4b83b6308e.yaml    |   3 +-
.../set-default-limit-value-7e293d843d6d85ac.yaml  |   7 +
releasenotes/source/conf.py                        |  15 +-
requirements.txt                                   |   8 +-
setup.cfg                                          |   2 +
test-requirements.txt                              |  10 +-
tox.ini                                            |   3 +
29 files changed, 326 insertions(+), 442 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a32d398..4bb4c29 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-cliff>=2.3.0 # Apache-2.0
-osc-lib>=1.2.0 # Apache-2.0
+cliff>=2.8.0 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
@@ -7 +7 @@ oslo.utils>=3.20.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
@@ -11 +11 @@ PyYAML>=3.10.0 # MIT
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 707996c..e0d494b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-python-openstackclient>=3.3.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
+python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
@@ -11 +11 @@ requests-mock>=1.1 # Apache-2.0
-tempest>=14.0.0 # Apache-2.0
+tempest>=16.1.0 # Apache-2.0
@@ -13,2 +13,2 @@ osprofiler>=1.4.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0





More information about the Release-announce mailing list