[puppet] puppet-oslo 12.0.0 (queens)
We are delighted to announce the release of: puppet-oslo 12.0.0: Puppet module for Oslo This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-oslo/ For more details, please see below. 12.0.0 ^^^^^^ New Features ************ * Adds the use_journal option for configuring oslo.log. This will enable passing the logs to journald. Upgrade Notes ************* * Bump minimum version of puppetlabs-stdlib to 4.13.0 as we are using the any2bool function. Bug Fixes ********* * oslo.log fails if the debug setting is the configuration file is not a boolean. So we've added boolean conversion to the setting to ensure that we are either passing a proper boolean or $::os_service_default. We are leveraging puppetlabs-stdlib any2bool for the conversion. LP#1719929 Changes in puppet-oslo 11.3.0..12.0.0 ------------------------------------- 17761a3 Add Puppet package to bindep, for module build 6c00387 Prepare for Queens Milestone 1 f32c680 Add use_journal option for logging configuration 70816f4 Ensure debug is a boolean 1530191 Update to the latest address in README 51cebc5 Update openstackdocstheme to latest version 5911b08 Add ability to disable backend packages management 6ff575f Use Python to compute release notes version 2e25649 Update versions for Queens cycle a491f60 Update reno for stable/pike 5c7e2de Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + manifests/cache.pp | 29 +++++++---- manifests/db.pp | 59 ++++++++++++---------- manifests/log.pp | 16 +++++- metadata.json | 6 +-- ...ournal-option-for-logging-e8182a1cd944ef59.yaml | 5 ++ ...sure-log-debug-is-boolean-ca20c1b14f5774e7.yaml | 11 ++++ releasenotes/source/conf.py | 4 +- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 +++ spec/defines/oslo_cache_spec.rb | 24 +++++++++ spec/defines/oslo_db_spec.rb | 48 ++++++++++++++++++ spec/defines/oslo_log_spec.rb | 12 +++++ test-requirements.txt | 5 +- 15 files changed, 182 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 629ab00..8db5c0d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0 -# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 -reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org