[release-announce] mistral-lib 1.4.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 28 12:41:47 UTC 2020


We are pleased to announce the release of:

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

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/mistral-lib

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/mistral/+bugs

For more details, please see below.

1.4.0
^^^^^


Security Issues
***************

* Ensure we mask sensitive data before logging Action return values


Bug Fixes
*********

* https://bugs.launchpad.net/tripleo/+bug/1850843

Changes in mistral-lib 1.3.0..1.4.0
-----------------------------------

77e640f Move inspect utils to mistral-lib
a2fed6c Fix requirements, doc
1c3a3f2 Update hacking and fix warning
fd02f4c Use py3 only
f51d2a2 Ensure we mask sensitive data from Mistral Action logs
8502208 Wrong call to super
98f8ad4 tox: Keeping going with docs
dbaa01d Switch to Ussuri jobs


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

.zuul.yaml                                         |  2 +-
lower-constraints.txt                              |  3 +-
mistral_lib/actions/context.py                     |  1 +
mistral_lib/actions/types.py                       |  6 +-
mistral_lib/exceptions.py                          |  2 +-
mistral_lib/utils/__init__.py                      | 15 +++-
mistral_lib/utils/inspect_utils.py                 | 94 ++++++++++++++++++++++
.../notes/mask-password-6899d868d213f722.yaml      |  5 ++
test-requirements.txt                              | 10 +--
tox.ini                                            | 32 ++++----
15 files changed, 283 insertions(+), 49 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 15caea4..5d5d532 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5,3 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=1.1.0 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0
+Pygments>=2.2.0 # BSD license
@@ -7,3 +8,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
@@ -13,2 +12 @@ testtools>=2.2.0 # MIT
-# releasenotes
-reno>=2.5.0 # Apache-2.0
+






More information about the Release-announce mailing list