[release-announce] mistral-extra 11.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Sat Dec 5 17:33:08 UTC 2020


We high-spiritedly announce the release of:

mistral-extra 11.0.0: Mistral OpenStack-specific bindings

This release is part of the wallaby release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

11.0.0
^^^^^^

Upgrade Notes

* The "Qinling" project is no longer maintained and retired since
  Wallaby cycle . Its support is also removed since Wallaby cycle.

   (http://lists.openstack.org/pipermail/openstack-
  discuss/2020-November/018638.html)

Changes in mistral-extra 10.1.0..11.0.0
---------------------------------------

dfc6c56 Remove retired Qinling support
d2bb9b4 Update master for stable/victoria
f4272e3 Fix serialization of OpenStack actions


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

lower-constraints.txt                              |  3 +-
mistral_extra/actions/generator_factory.py         |  2 +-
.../actions/openstack/action_generator/base.py     | 10 +++-
mistral_extra/actions/openstack/actions.py         | 24 --------
mistral_extra/actions/openstack/base.py            | 26 +++++++++
mistral_extra/actions/openstack/mapping.json       | 27 ---------
.../test_openstack_action_serialization.py         | 67 ++++++++++++++++++++++
.../actions/openstack/test_openstack_actions.py    | 13 -----
.../remove-qinling-suport-523fc534d7008f3f.yaml    |  7 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++
requirements.txt                                   |  3 +-
13 files changed, 120 insertions(+), 77 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a6ce566..e4667cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ oslo.log>=3.36.0 # Apache-2.0
-mistral-lib>=1.4.0 # Apache-2.0
+mistral-lib>=2.3.0 # Apache-2.0
@@ -33 +32,0 @@ python-zunclient>=3.4.0 # Apache-2.0
-python-qinlingclient>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list