We are excited to announce the release of: glance 30.1.0 This release is part of the epoxy 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. Changes in glance 30.0.0..30.1.0 -------------------------------- d70e40e4c Fix inaccurate usage reporting when delayed_delete is enabled 2cf0c070e Fix: Policy for new location APIs 93ff66c91 Cancel hashing operation if image is deleted 8e10a6511 Add task cancellation tracker utility 2596f7253 Fix incomplete migration to datetime.fromtimestamp eebe82f1a Harden copy bust lock test 08ec545b6 Fix vTPM metadefs. 0e6443944 Update TOX_CONSTRAINTS_FILE for stable/2025.1 942025a1c Update .gitreview for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + etc/metadefs/compute-vtpm-hw.json | 18 +++- glance/api/v2/images.py | 55 +++++++---- glance/async_/flows/location_import.py | 39 +++++--- glance/cmd/cache_manage.py | 2 +- glance/db/sqlalchemy/api.py | 12 ++- glance/policies/base.py | 5 +- glance/task_cancellation_tracker.py | 101 +++++++++++++++++++ .../functional/v2/test_images_import_locking.py | 14 ++- .../unit/async_/flows/test_location_import.py | 95 +++++++++++++++--- tox.ini | 2 +- 16 files changed, 516 insertions(+), 67 deletions(-)
participants (1)
-
no-reply@openstack.org