Current Series Release Notes¶
25.0.0-11¶
New Features¶
Add a new
amqp_auto_delete
parameter, so that transient queues are automatically deleted.
The following parameters have been added to the
barbican::plugins::p11_crypt
class.
p11_crypto_plugin_hmac_mechanism
p11_crypto_plugin_key_wrap_mechanism
p11_crypto_plugin_key_wrap_generate_iv
This module now officially supports Puppet 8.
A new parameter
rabbit_transient_queues_ttl
has been added to the barbican init class to configure how long transient queue should stay until they are automatically deleted.Deprecation Notes¶
The
barbican::config::api_config
parameter has been deprecated in favor of the newbarbican_config
parameter.
The
barbican::rabbit_heartbeat_in_pthread
parameter has been deprecated and will be removed in the future release.
Support for the oslo.messaging options and queue options by the
barbican::api
class. Use the parameters of thebarbican
class instead.