[release-announce] glance 24.2.0 (yoga)
no-reply at openstack.org
no-reply at openstack.org
Tue Jan 31 15:41:20 UTC 2023
We are jazzed to announce the release of:
glance 24.2.0: OpenStack Image Service
This release is part of the yoga stable release series.
The source is available from:
https://opendev.org/openstack/glance
Download the package from:
https://tarballs.openstack.org/glance/
Please report issues through:
https://bugs.launchpad.net/glance/+bugs
For more details, please see below.
24.2.0
^^^^^^
Upgrade Notes
*************
* The Image service API call "DELETE /v2/cache/{image_id}" and
"DELETE /v2/cache" now returns a 204 (No Content) response code to
indicate success. In glance 24.0.0 (the initial Yoga release), it
had mistakenly returned a 200.
Bug Fixes
*********
* Bug #1979699 (https://bugs.launchpad.net/glance/+bug/1979699): Fix
the "glance-cache-prefetcher" command to set up access to backend
stores when the multi store feature is used.
* Bug 1980049 (https://bugs.launchpad.net/glance/+bug/1980049):
Fixed the success response code of the REST API call "DELETE
/v2/cache/{image_id}" and "DELETE /v2/cache" to be 204 (No Content),
following the original design of the feature.
Changes in glance 24.1.0..24.2.0
--------------------------------
3f6c689b Fix tox4 error
dc8e5a5c Enforce image safety during image_conversion
5fbf4737 [stable-only] Remove glance-code-constants-check
f3ae67fa Mock getaddrinfo in cinder store tests
20110a7d Fix tests for logging connection info
b4091752 glance-cache-prefetcher: Set up access to multistore backends
ea4ed6df [APIImpact] Correct API response code for DELETE cache APIs
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 19 ---------
glance/api/v2/cached_images.py | 6 +++
glance/async_/flows/plugins/image_conversion.py | 23 +++++++++++
glance/cmd/cache_prefetcher.py | 12 ++++--
glance/common/config.py | 12 ++++++
.../v2/test_legacy_update_cinder_store.py | 31 ++++++++++----
.../async_/flows/plugins/test_image_conversion.py | 47 ++++++++++++++++++++++
.../notes/bug-1979699-70182ec2aead0383.yaml | 6 +++
.../notes/bug-1980049-623d2eb0fa074136.yaml | 14 +++++++
tox.ini | 5 ++-
11 files changed, 145 insertions(+), 34 deletions(-)
More information about the Release-announce
mailing list