We are delighted to announce the release of: puppet-aodh 26.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/puppet-aodh Download the package from: https://tarballs.openstack.org/puppet-aodh/ Please report issues through: https://bugs.launchpad.net/puppet-aodh/+bugs For more details, please see below. 26.0.0 ^^^^^^ New Features ************ * Add the "access_log_env_var" parameter to the "aodh::wsgi::apache" class to allow filtering logs (eg. suppress healthecks) * Add a new "amqp_auto_delete" parameter, so that transient queues are automatically deleted. * This module now officially supports Puppet 8. * A new parameter "rabbit_transient_queues_ttl" has been added to the aodh class to configure how long transient queue should stay until they are automatically deleted. * Ubuntu 24.04 is now formally supported. Upgrade Notes ************* * Ubuntu 22.04 is no longer supported. Deprecation Notes ***************** * The "aodh::rabbit_heartbeat_in_pthread" parameter has been deprecated and will be removed in the future release. Changes in puppet-aodh 25.0.0..26.0.0 ------------------------------------- 6b3a224 Bump Ubuntu version abbc313 Prepare 2025.1 release b429c37 Add a rabbit_transient_queues_ttl and amqp_auto_delete params c7e073c Fix new lint errors 05e1210 Fix assertion of heartbeat_in_pthread parameter 825739a Deprecate support for [oslo_messaging_rabbit] heartbeat_in_pthread 9de9a42 Mark puppet 8 supported 00ce798 reno: Update master for unmaintained/2023.1 b8aa672 add access_log_env_var parameter to aodh::wsgi::apache 0a8e8a7 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 43 ++++++++++++++++------ manifests/keystone/authtoken.pp | 2 +- manifests/wsgi/apache.pp | 7 ++++ metadata.json | 12 +++--- .../notes/access_log_env_var-0b4c84de453e0b7f.yaml | 5 +++ .../notes/amqp_auto_delete-b78def2246cb2997.yaml | 5 +++ ...bbit_heartbeat_in_pthread-31d669acaccf209c.yaml | 5 +++ releasenotes/notes/puppet-8-ec4097a1ec9f6ff0.yaml | 4 ++ ...bbit_transient_queues_ttl-a2e5b7f03fb3a60e.yaml | 6 +++ .../notes/ubuntu-noble-420cababcfe97a72.yaml | 8 ++++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/index.rst | 1 + spec/classes/aodh_init_spec.rb | 8 +++- spec/classes/aodh_wsgi_apache_spec.rb | 15 +++++--- 15 files changed, 102 insertions(+), 27 deletions(-)
participants (1)
-
no-reply@openstack.org