puppet-glance 26.0.0 (epoxy)
We high-spiritedly announce the release of: puppet-glance 26.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/puppet-glance Download the package from: https://tarballs.openstack.org/puppet-glance/ Please report issues through: https://bugs.launchpad.net/puppet-glance/+bugs For more details, please see below. 26.0.0 ^^^^^^ New Features ************ * Ubuntu 24.04 is now formally supported. Upgrade Notes ************* * Ubuntu 22.04 is no longer supported. Changes in puppet-glance 25.0.0..26.0.0 --------------------------------------- f67547a Bump Ubuntu version 385f7fc Prepare 2025.1 release fa1c475 Add a rabbit_transient_queues_ttl and amqp_auto_delete params 197afbb Fix new lint errors 0b4cb48 Add support for [image_format] require_image_format_match a1a95cc Fix assertion of heartbeat_in_pthread parameter d53b8f8 Deprecate support for [oslo_messaging_rabbit] heartbeat_in_pthread 745ace1 Stop using absolute names for defined resource types 09a14f0 Mark puppet 8 supported bfd0839 reno: Update master for unmaintained/2023.1 71f0a21 add access_log_env_var parameter to glance::wsgi::apache 7485fcb limit: Add default service_name/type 6dd07c0 api: Remove deprecated pipeline parameter ecdb379 Drop remaining logic of VMWare backend a13b64f Allow s3 backend 1e57638 Expose configure_service fa4a2b4 Support new oslo.limit options to query endpoint 579d10a Use common function to parse python dict 9ae6b0b Use only Hash value for properties 28da1b7 Drop compatibility with openstackclient < 4.0.0 c84627b Remove support for VMWare Datastore store driver 67dea3e Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- lib/puppet/provider/glance_image/openstack.rb | 28 +---- lib/puppet/type/glance_image.rb | 12 +- manifests/api.pp | 36 +++--- manifests/api/authtoken.pp | 2 +- manifests/backend/multistore/vsphere.pp | 131 --------------------- manifests/backend/vsphere.pp | 115 ------------------ manifests/db/mysql.pp | 2 +- manifests/db/postgresql.pp | 2 +- manifests/keystone/auth.pp | 6 + manifests/limit.pp | 91 +++++++++----- manifests/notify/rabbitmq.pp | 38 ++++-- manifests/wsgi/apache.pp | 9 +- metadata.json | 14 +-- .../notes/access_log_env_var-faac53acf7960ab4.yaml | 5 + .../notes/amqp_auto_delete-b6189c9b151c7d5e.yaml | 5 + .../notes/configure_service-9be83a9af11c7564.yaml | 5 + ...bbit_heartbeat_in_pthread-ea808f6b2d6f08f8.yaml | 5 + ...it-query-endpoint-options-3eb8ad61d5e682b6.yaml | 9 ++ .../notes/properties-hash-87129602c88ca3ff.yaml | 5 + releasenotes/notes/puppet-8-0d062371c4a6ba29.yaml | 4 + ...bbit_transient_queues_ttl-3d310ee093053a66.yaml | 6 + .../remove-api-pipeline-d7054e2cd9f1616f.yaml | 4 + .../remove-vsphere-backend-636f815d495acb05.yaml | 4 + ...equire_image_format_match-b8b8f60b86634832.yaml | 5 + .../notes/ubuntu-noble-05ec8ab2e7602ffe.yaml | 8 ++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + spec/classes/glance_api_spec.rb | 24 ++-- spec/classes/glance_backend_vsphere_spec.rb | 99 ---------------- spec/classes/glance_keystone_auth_spec.rb | 3 + spec/classes/glance_limit_spec.rb | 127 +++++++++++++------- spec/classes/glance_notify_rabbitmq_spec.rb | 8 +- spec/classes/glance_wsgi_apache_spec.rb | 15 ++- .../glance_backend_multistore_vsphere_spec.rb | 106 ----------------- .../openstack_spec.rb} | 44 ++----- 36 files changed, 330 insertions(+), 656 deletions(-)
participants (1)
-
no-reply@openstack.org