puppet-barbican 15.0.0 (train)
We are tickled pink to announce the release of: puppet-barbican 15.0.0: Puppet module for Barbican This release is part of the train 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. 15.0.0 ^^^^^^ New Features ************ * Added vault secret store plugin Deprecation Notes ***************** * database_idle_timeout is deprecated and will be removed in a future release. Please use database_connection_recycle_time instead. Changes in puppet-barbican 14.4.0..15.0.0 ----------------------------------------- 7ab351d Add Vault Secret Store Plugin 33ab5f7 Fix secretstore value to align with python entrypoint. ae7dbe4 Fix client spec test 2e25f8f Deprecate idle_timeout option 637b508 Move to opendev d1ac9f9 Fix Repository 104ed37 Replace git.openstack.org with opendev.org/openstack 06372d1 OpenDev Migration Patch e6a6674 Add Beaker-Rspec to the table of contents 4f13907 Bump version for the start of Train b83c119 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- Gemfile | 2 +- README.md | 13 ++- manifests/db.pp | 56 ++++++---- manifests/plugins/dogtag.pp | 2 +- manifests/plugins/vault.pp | 61 +++++++++++ metadata.json | 10 +- .../notes/add_vault_plugin-ba10e2519dbf247c.yaml | 3 + ...te_idle_timeout_parameter-8da00e01fc00d947.yaml | 4 + releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 + spec/classes/barbican_client_spec.rb | 4 + spec/classes/barbican_db_spec.rb | 56 +++++----- spec/classes/barbican_plugins_dogtag_spec.rb | 2 +- spec/classes/barbican_plugins_vault_spec.rb | 122 +++++++++++++++++++++ tox.ini | 2 +- 16 files changed, 281 insertions(+), 65 deletions(-)
participants (1)
-
no-reply@openstack.org