We eagerly announce the release of: glance 30.0.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 29.0.0..30.0.0 -------------------------------- 1f4f380bd Refresh Glance example configs for Epoxy rc1 6e3dd3644 Replace redundant own utilities f54f6b3b1 Safety check output of image conversion 046c738c4 Allow ignoring specific gpt safety checks 75a8851c1 Run safety checks on uploaded content 7c748d385 Make glance able to require disk_format match 9f86f15a0 Imported Translations from Zanata 21c478b9c Add support for service role in discovery API e791ed565 Fix broken metadata function calls 5cfecc799 Remove FunctionalInitWrapper a468ac01f Inherit from BaseTestCase rather than FunctionalTest when possible 33fa9596e Remove S3 credentials from debug log ebb05e3b9 Fix api path in multistore doc 81e3cc62a docs: Fix possible values for enabled_backends 579ee7ade Bump minimum version of glance_store 5e3d32e1f Refresh Glance example configs for epoxy m2 69cb639f0 Release notes for Epoxy Milestone 2 0addd1a99 Move all periodic tips jobs from py311 to py313 b95a163c9 Documentation: use dnf instead of yum fbf4cd0c4 Imported Translations from Zanata 417b2225c Fix doc bug ff313acaf Add ``fsid`` to RBD store properties 4418b0f74 Tempest job for s3 backend of glance 7eb5e2948 Remove default override for config options policy_file 1ca8c20d4 Update gate jobs as per the 2025.1 cycle testing runtime 45202b1e0 Fix performance glitch while sorting image locations 293cb2c0b Change DB migration constant to 2025_1 1f8a84cdc Replace deprecated functions in datetime 26b9e49ab Revert "Increase per project quota to 50" acab9351a Remove Windows OS support abc5a8838 Add new glance.wsgi module 704b24fd6 Increase per project quota to 50 7101293a5 Use time.sleep() instead of eventlet.sleep() 7a98b9f0f Doc: Add info about multi-attach volume types 017080208 Imported Translations from Zanata f640f5e2d Remove no-longer valid comment about IPv6 workaround 0e7ce177a Remove python 3.8 support b35138d28 Add note about version changes 9cacc3554 Remove workaround for eventlet bug #592 562a2eb48 Do not call Enforcer.__call__ at module level 6c5f27f96 api-ref: Update with links to 2.17 7ea554b2d Update master for stable/2024.2 c080d2819 [doc]Update hw_vif_model as it supports igb now 7ab301434 api-ref: Fix 'name' reference 13a382d03 Remove workaround for eventlet <0.22.0 0be2737d6 Use format_inspector from oslo Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 121 ++- .../source/v2/metadefs-namespaces-properties.inc | 6 +- .../v2/samples/stores-list-detail-response.json | 3 +- api-ref/source/versions/index.rst | 8 + .../versions/samples/image-versions-response.json | 12 +- etc/glance-api.conf | 411 +++----- etc/glance-cache.conf | 53 +- etc/glance-manage.conf | 14 +- etc/glance-scrubber.conf | 61 +- etc/metadefs/compute-libvirt-image.json | 5 +- glance/api/policy.py | 10 - glance/api/v2/discovery.py | 24 +- glance/api/v2/image_data.py | 6 + glance/api/versions.py | 3 + glance/async_/flows/location_import.py | 3 +- glance/async_/flows/plugins/image_conversion.py | 70 +- glance/cmd/api.py | 22 +- glance/cmd/cache_manage.py | 8 +- glance/cmd/scrubber.py | 45 +- glance/common/config.py | 36 +- glance/common/exception.py | 4 + glance/common/format_inspector.py | 1022 -------------------- glance/common/timeutils.py | 52 +- glance/common/utils.py | 18 +- glance/common/wsgi.py | 139 +-- glance/db/migration.py | 2 +- glance/db/simple/api.py | 62 +- glance/db/sqlalchemy/api.py | 43 +- glance/db/sqlalchemy/metadata.py | 16 +- glance/db/sqlalchemy/models.py | 3 +- glance/db/sqlalchemy/models_metadef.py | 2 +- glance/domain/__init__.py | 2 +- glance/image_cache/__init__.py | 4 +- glance/image_cache/drivers/common.py | 2 +- glance/locale/en_GB/LC_MESSAGES/glance.po | 9 +- glance/location.py | 99 +- glance/opts.py | 1 - glance/policies/base.py | 3 + glance/policies/discovery.py | 8 +- glance/sqlite_migration.py | 10 +- .../image_cache/drivers/test_centralized_db.py | 1 - .../async_/flows/plugins/test_image_conversion.py | 91 +- glance/wsgi/api.py | 22 + ...-fsid-in-rbd-store-detail-9c611684c7f59c32.yaml | 5 + .../add-glance-wsgi-module-bbebcb5c23f41917.yaml | 22 + ...service-role-to-discovery-e37eb2fd74ed20ef.yaml | 11 + .../notes/epoxy-milestone-2-570d8688494d7015.yaml | 10 + ...image-safety-check-config-94b5fc7997f9f8bf.yaml | 22 + .../notes/remove-py38-0d208cda61f2e0a7.yaml | 5 + .../notes/remove-windows-873b19639c9b6ed5.yaml | 5 + releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 96 +- requirements.txt | 11 +- setup.cfg | 3 +- 90 files changed, 1322 insertions(+), 2924 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3daf1052f..25231aae0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ oslo.upgradecheck>=1.3.0 # Apache-2.0 -oslo.utils>=4.7.0 # Apache-2.0 +oslo.utils>=7.3.0 # Apache-2.0 @@ -38 +38 @@ oslo.reports>=1.18.0 # Apache-2.0 -oslo.policy>=4.4.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0 @@ -44 +44 @@ osprofiler>=1.4.0 # Apache-2.0 -glance-store>=2.3.0 # Apache-2.0 +glance-store>=4.9.0 # Apache-2.0 @@ -51,5 +50,0 @@ cursive>=0.2.1 # Apache-2.0 -# timeutils -iso8601>=0.1.11 # MIT - -os-win>=4.0.1 # Apache-2.0 -
participants (1)
-
no-reply@openstack.org