We are satisfied to announce the release of: puppet-oslo 20.0.0: Puppet module for Oslo This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/puppet-oslo Download the package from: https://tarballs.openstack.org/puppet-oslo/ Please report issues through: https://bugs.launchpad.net/puppet-oslo/+bugs For more details, please see below. 20.0.0 ^^^^^^ New Features ************ * The new "oslo::limit" resource type has been added. This manages parameters of the "oslo.limit" library. Upgrade Notes ************* * The "oslo_config" resource has been removed. Changes in puppet-oslo 19.4.0..20.0.0 ------------------------------------- 056a1db Remove deprecated oslo_config 88a7885 Bump version for the start of Yoga 969d431 Update master for stable/xena f1ed9f4 Add support for oslo.limit library parameters Diffstat (except docs and test files) ------------------------------------- lib/puppet/provider/oslo_config/ini_setting.rb | 15 ---- lib/puppet/type/oslo_config.rb | 53 -------------- manifests/limit.pp | 81 ++++++++++++++++++++++ metadata.json | 8 +-- .../notes/oslo-limit-opts-4ec9fa3880a991f4.yaml | 5 ++ .../notes/remove-oslo_config-ee4c8b63e4226a46.yaml | 4 ++ releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 ++ spec/defines/oslo_limit_spec.rb | 79 +++++++++++++++++++++ spec/unit/provider/oslo_config/ini_setting_spec.rb | 68 ------------------ spec/unit/type/oslo_config_spec.rb | 64 ----------------- 11 files changed, 178 insertions(+), 206 deletions(-)
participants (1)
-
no-reply@openstack.org