We joyfully announce the release of: puppet-heat 18.3.0: Puppet module for OpenStack Heat This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/puppet-heat Download the package from: https://tarballs.openstack.org/puppet-heat/ Please report issues through: https://bugs.launchpad.net/puppet-heat/+bugs For more details, please see below. 18.3.0 ^^^^^^ New Features * Add TLS options to oslo.cache * The new "heat::healthcheck" class has been added. This class manages parameters of healthcheck middlware in oslo.middleware. Changes in puppet-heat 18.2.0..18.3.0 ------------------------------------- 89d2dd4 Prepare Wallaby M3 42d1e85 Add TLS options to oslo.cache 72d1b4d Add support for healthcheck middleware options Diffstat (except docs and test files) ------------------------------------- manifests/cache.pp | 43 +++++++++++++++++ manifests/healthcheck.pp | 41 ++++++++++++++++ metadata.json | 8 ++-- .../notes/add_tls_options-e126a2206f028366.yaml | 4 ++ .../notes/healthcheck-e2384f998f060770.yaml | 5 ++ spec/classes/heat_cache_spec.rb | 15 ++++++ spec/classes/heat_healthcheck_spec.rb | 55 ++++++++++++++++++++++ 7 files changed, 167 insertions(+), 4 deletions(-)