We are amped to announce the release of: puppet-barbican 20.0.0: Puppet module for Barbican This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/puppet-barbican Download the package from: https://tarballs.openstack.org/puppet-barbican/ Please report issues through: https://bugs.launchpad.net/puppet-barbican/+bugs For more details, please see below. 20.0.0 ^^^^^^ New Features ************ * The following two new parameters have been added to the "barbican::api" class. * "max_limit_paging" * "default_limit_paging" * The new "key_val_separator" attribute has been added to the "barbican_api_paste_ini" resource type. Upgrade Notes ************* * Default value of the "barbican::wsgi::apache::ssl" parameter will be changed from "true" to "false" in a future release. Make sure the parameter is set to the desired value. Changes in puppet-barbican 19.4.0..20.0.0 ----------------------------------------- f6ca184 Add support for [DEFAULT] *_limit_paging 90694cd Prepare to update default of <service>::wsgi::apache::ssl 044c415 Bump puppetlabs-inifile c94b67a Allow customizing separator for api-paste.ini 6cefdbc Bump version for the start of Yoga e983630 Do not update barbican_api pipeline when keystone auth is used deeac55 Update master for stable/xena Diffstat (except docs and test files) ------------------------------------- lib/puppet/type/barbican_api_paste_ini.rb | 5 +++ manifests/api.pp | 40 +++++++++++++--------- manifests/wsgi/apache.pp | 11 ++++-- metadata.json | 10 +++--- .../notes/api-limit_paging-9994bae6e53697ca.yaml | 8 +++++ .../api_paste_ini-separator-427d9eacb371d231.yaml | 5 +++ ...pare-to-change-apache-ssl-accf9aae3abfc57f.yaml | 6 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 ++++ spec/classes/barbican_api_spec.rb | 11 ++++-- 10 files changed, 77 insertions(+), 26 deletions(-)