We are jazzed to announce the release of: glance-tempest-plugin 0.12.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/glance-tempest-plugin Download the package from: https://tarballs.openstack.org/glance-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/glance/+bugs For more details, please see below. Changes in glance-tempest-plugin 0.11.0..0.12.0 ----------------------------------------------- a1b8146 Bump hacking e8c03ed Remove stable/2023.1 job from master gate c6bf89f Support py3.12 and drop py3.8 4bad9ec Avoid lies about image format affba5c Update README.md for running glance tests in tempest Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 --- README.rst | 62 +++++++++++++++++++++- .../drop-python38-support-9e4ecbf08f56c80a.yaml | 6 +++ setup.cfg | 7 +-- test-requirements.txt | 2 +- 6 files changed, 80 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5cd4546..45f8e9d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0.1,<3.1 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0