We are excited to announce the release of: puppet-barbican 11.1.0: Puppet module for Barbican This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-barbican/ For more details, please see below. Changes in puppet-barbican 11.0.0..11.1.0 ----------------------------------------- adca3c8 Drop -dev in preparation for Pike M2 a2898a3 Missing some parameters to test in db.pp 133b6fd Fix unit test 1bd2953 oslo policy: check puppet resource instead of actual config in spec f610aa0 Update tox configuration 002e02d Fix the default parameter value in spec test 68735b1 Set debug to true 5b740a7 Bump modules to next minor with -dev c7b3b48 Increase the setting log level Diffstat (except docs and test files) ------------------------------------- Gemfile | 4 +--- bindep.txt | 11 +++++++++++ manifests/db/sync.pp | 1 + metadata.json | 8 ++++---- releasenotes/source/conf.py | 4 ++-- spec/acceptance/basic_barbican_spec.rb | 4 +++- spec/classes/barbican_api_spec.rb | 2 +- spec/classes/barbican_db_spec.rb | 10 ++++++---- spec/classes/barbican_db_sync_spec.rb | 2 ++ spec/classes/barbican_policy_spec.rb | 4 +++- test-requirements.txt | 4 ++-- tox.ini | 3 +++ 12 files changed, 39 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a47e6f9..1ea50a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -# this is required for the docs build jobs +# This is required for the docs build jobs @@ -5 +5 @@ oslosphinx>=4.7.0 # Apache-2.0 -# this is required for the releasenotes build jobs +# This is required for the releasenotes build jobs