[release-announce] [mistral] mistral-lib 0.4.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 1 17:14:17 UTC 2018


We are excited to announce the release of:

mistral-lib 0.4.0: Mistral shared routings and utilities (Actions API,
YAQL functions API, data types etc.)

This release is part of the queens release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/mistral-lib

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/mistral

For more details, please see below.

Changes in mistral-lib 0.2.0..0.4.0
-----------------------------------

d61073a Updated from global requirements
f3bb0c9 Updated from global requirements
fb8f4e3 fix the method description, wrong grammar
6c2c933 Updated from global requirements
ef753fb Updated from global requirements
ae4fa90 Fix the method description
fae38ee Avoid tox_install.sh for constraints support
817461b Provide redirection for all security context attributes
40e593b Rename task_id to task_execution_id
e195c6d Add deprecated context parameters to the new security context
ff1e583 Add an empty __init__ method to the base Action class
fdc115e Revert "Migrate mistral-lib to zuul v3"
db09c50 Add a representation of the ActionContext in mistral-lib
3a4b179 Migrate mistral-lib to zuul v3
892919f Cleanup test-requirements
6fcf63b Updated from global requirements
1f66b29 Updated from global requirements
2198efb Updated from global requirements
56d3971 Update reno for stable/pike
0eb8d7f Updated from global requirements
8a1a3a8 Removes unnecessary utf-8 encoding
cd2c355 Drop MANIFEST.in - it's not needed by pbr
8fa917e Switch from oslosphinx to openstackdocstheme
87a3f76 Apply Pike document structure
436f013 Enable warning-is-error
b03800c Updated from global requirements
800f945 Updated from global requirements
954d2c2 Updated from global requirements


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

MANIFEST.in                                        |  6 --
mistral_lib/actions/base.py                        |  6 ++
mistral_lib/actions/context.py                     | 88 ++++++++++++++++++++++
mistral_lib/serialization.py                       |  4 +-
...k-id-to-task-execution-id-f17d671fcef0127a.yaml |  5 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++
requirements.txt                                   |  2 +-
setup.cfg                                          |  1 +
test-requirements.txt                              |  9 +--
tools/tox_install.sh                               | 56 --------------
tox.ini                                            |  7 +-
25 files changed, 319 insertions(+), 171 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7f4089a..b27c0da 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fd918c2..3242938 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,4 +7,3 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -14 +13 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-reno>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list