We are glad to announce the release of: puppet-watcher 11.0.0: Puppet module for OpenStack Watcher This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-watcher/ For more details, please see below. 11.0.0 ^^^^^^ Deprecation Notes * watcher::ensure_package is now deprecated and will be removed in the future release. Please use watcher::package_ensure instead. Changes in puppet-watcher 10.3.0..11.0.0 ---------------------------------------- bb5eedd Drop -dev for release prep 3483432 oslo log: check puppet resource instead of actual config in spec 7f6a3fc Update test-requirements.txt 2bf4646 Add bindep support 7202e71 Fix ci d99788e Fix typo 516c0e1 Inconsistent package_ensure parameter name 27893d5 Prepare Pike metadata c3b259e Remove rpc_backend check for amqp eb0fb26 Disable beaker on Ubuntu cd3dc1f Update reno for stable/ocata c3a1278 Add oslo::db to dependency chain 8cfe5de Fix typo in api.pp Diffstat (except docs and test files) ------------------------------------- bindep.txt | 2 + manifests/api.pp | 2 +- manifests/deps.pp | 4 + manifests/init.pp | 22 +++- metadata.json | 130 ++++++++++----------- ..._ensure_package_parameter-12a9e89713d6791f.yaml | 4 + releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/acceptance/watcher_spec.rb | 60 +++++----- spec/classes/watcher_init_spec.rb | 32 ++--- spec/classes/watcher_logging_spec.rb | 92 +++++++-------- test-requirements.txt | 10 +- 13 files changed, 203 insertions(+), 174 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index baa2346..1ea50a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,5 @@ -# this is required for the docs build jobs -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +# This is required for the docs build jobs +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 + +# This is required for the releasenotes build jobs @@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1,!=2.0.0 # Apache-2.0 +reno>=1.8.0,!=2.0.0 # Apache-2.0