We are psyched to announce the release of: mistral-extra 12.0.0: Mistral OpenStack-specific bindings This release is part of the zed 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. 12.0.0 ^^^^^^ Upgrade Notes * The "Glare" project is no longer maintained and is not compatible with the global runtime requirement. Because of this, support for Glare resources have been removed. Changes in mistral-extra 11.2.0..12.0.0 --------------------------------------- d8a8f99 Remove support for unmaintained Glare Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - mistral_extra/actions/generator_factory.py | 2 +- mistral_extra/actions/openstack/actions.py | 29 ---------------------- mistral_extra/actions/openstack/mapping.json | 19 -------------- .../actions/openstack/test_openstack_actions.py | 13 ---------- .../remove-glare-support-f31592ead8742ce8.yaml | 6 +++++ requirements.txt | 3 +-- tools/get_action_list.py | 11 -------- 9 files changed, 8 insertions(+), 77 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e4667cd..dfca098 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +15,0 @@ python-glanceclient>=2.8.0 # Apache-2.0 -python-glareclient>=0.3.0 # Apache-2.0 @@ -35 +34 @@ yaql>=1.1.3 # Apache-2.0 -keystoneauth1>=3.18.0 # Apache-2.0 \ No newline at end of file +keystoneauth1>=3.18.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org