We are overjoyed to announce the release of: designate-tempest-plugin 0.25.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/designate-tempest-plugin Download the package from: https://tarballs.openstack.org/designate-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/designate/+bugs For more details, please see below. 0.25.0 ^^^^^^ Upgrade Notes * Python 3.8 support has been dropped. Last release of designate- tempest-plugin to support python 3.8 is 0.23.0. The minimum version of Python now supported is Python 3.9. Changes in designate-tempest-plugin 0.24.0..0.25.0 -------------------------------------------------- f36fcee Add multipool scenario tests c1f894b Add designate-manage pool scenario tests 070e4cb Add designate-manage path to tempest via a devstack script e56d8d9 Fix zone export test after tempest change 4d257b3 Update hacking 9d8aa10 Remove stable/2023.1 job from master gate aaf58f9 Support py3.12 and drop py3.8 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 22 +- designate_tempest_plugin/config.py | 8 + designate_tempest_plugin/hacking/checks.py | 22 +- devstack/README.rst | 17 + devstack/plugin.sh | 42 +++ devstack/settings | 3 + .../drop-python38-support-1a8f8b06fcc028c5.yaml | 6 + .../notes/remove-py-36-37-d7724851f8db349d.yaml | 5 - setup.cfg | 3 +- test-requirements.txt | 2 +- tools/pretty_flake8.py | 2 +- tox.ini | 5 +- 21 files changed, 668 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c0a7610..622077f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0