We joyfully announce the release of: mistral-extra 16.0.0 This release is part of the gazpacho 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. 16.0.0 ^^^^^^ Upgrade Notes * Support for Python 3.9 has been dropped. * Update the create_instance default workflow to simplify it. Now it will use names instead of ID as input. Also get rid of floating IP and wait_ssh tasks for simplicity. Changes in mistral-extra 15.1.0..16.0.0 --------------------------------------- 31b541d tox: Drop basepython a950d76 Migrate setup configuration to pyproject.toml ca802e5 Remove options for old documentation/translation build process 8e120f2 Update master for stable/2025.2 d7e1922 Remove services_find and services_list f3105b2 Simplify the create_instance default workflow Diffstat (except docs and test files) ------------------------------------- mistral_extra/actions/openstack/mapping.json | 2 - .../openstack/workflows/create_instance.yaml | 99 ++++++++++------------ pyproject.toml | 58 +++++++++++++ releasenotes/notes/drop-python-39.yaml | 4 + .../update-create-instance-b4f64fa0017f35d3.yaml | 6 ++ releasenotes/source/2025.2.rst | 6 ++ releasenotes/source/index.rst | 1 + setup.cfg | 68 --------------- tox.ini | 9 +- 9 files changed, 122 insertions(+), 131 deletions(-)