We are chuffed to announce the release of: heat-tempest-plugin 2.7.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/heat-tempest-plugin Download the package from: https://tarballs.openstack.org/heat-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/heat/+bugs For more details, please see below. Changes in heat-tempest-plugin 2024.1-last..2.7.0 ------------------------------------------------- 2b953da Add stable/2026.1 job cfb1e6f tox: Remove basepython b71399b tox: Drop redundant injection of VIRTUAL_ENV variable a7d0943 Re-enable functional jobs 79a672c Manual redirect for DELETE requests e390709 Inherit from tempest's BaseTestCase 67df0de Validate ip_version_for_ssh 4972024 Drop python 3.9 and support python 3.13 9e5a82a Update stable branch jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 ++++++++-------- heat_tempest_plugin/common/test.py | 11 +++++------ heat_tempest_plugin/config.py | 1 + requirements.txt | 2 +- setup.cfg | 4 ++-- tox.ini | 3 --- 9 files changed, 32 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d3e2e28..91a26fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ keystoneauth1>=3.4.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 +oslo.config>=9.3.0 # Apache-2.0