We eagerly announce the release of: glance_store 4.9.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/glance_store Download the package from: https://pypi.org/project/glance_store For more details, please see below. 4.9.0 ^^^^^ Upgrade Notes ************* * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Bug Fixes ********* * Cinder (Dell PowerFlex) bug #2086759 (https://bugs.launchpad.net /glance-store/+bug/2086759): Fixed issue when downloading an image. Previously, we used to fail trying to download an image when using Glance -> Cinder -> Dell PowerFlex configuration which is now fixed with better file handling for the volume device. Changes in glance_store 4.8.1..4.9.0 ------------------------------------ 4e38ba8 Update python classifier as per the 2025.1 cycle testing runtime 0cadea3 Move Ubuntu focal jobs to Ubuntu Jammy 71a3650 Followup: Add try/finally block bb45873 Add interface to get store weight from memory 62b9c16 Imported Translations from Zanata 55cefed Cinder PowerFlex: Fix issue when downloading image f9db33e S3: add option to specify a custom CA cert bundle 3082d04 Add note about requirements lower bounds b92bcb0 Use time.sleep() instead of eventlet.sleep() 6057c7e Follow-up of "Move to python3.9 as minimal python version" 086bc20 Move to python3.9 as minimal python version 23916fc Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +-- glance_store/_drivers/cinder/scaleio.py | 24 +++++---- glance_store/_drivers/s3.py | 28 +++++++--- glance_store/common/utils.py | 8 +-- glance_store/multi_backend.py | 28 ++++++++++ ...ix-scaleio-download-image-2563cb2681895d0e.yaml | 9 ++++ .../notes/remove-py38-ad3b92513d4381e3.yaml | 5 ++ releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 ++- requirements.txt | 4 ++ setup.cfg | 4 +- tox.ini | 2 +- 26 files changed, 317 insertions(+), 176 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9d7adfe..e1627cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +
participants (1)
-
no-reply@openstack.org