We are happy to announce the release of: puppet-heat 10.2.0: Puppet module for OpenStack Heat This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-heat/ For more details, please see below. 10.2.0 ^^^^^^ New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. Changes in puppet-heat 10.1.0..10.2.0 ------------------------------------- 2416150 Add oslo::db to dependency chain f861341 Fix typo in heat_api_paste_ini_spec.rb 19a37b7 Prepare 10.2.0 release 12a328d Allow python-memcache install from authtoken class 0540b5c Deprecate signing_dir option b1899aa Pin reno version to reno>=0.1.1,!=2.0.0 Diffstat (except docs and test files) ------------------------------------- manifests/deps.pp | 4 ++++ manifests/keystone/authtoken.pp | 24 ++++++++++++++++------ metadata.json | 8 ++++---- ...n_manage_memcache_package-21f43bca9d7ff620.yaml | 3 +++ ...ate_signing_dir_parameter-1734561a234013ef.yaml | 4 ++++ releasenotes/source/conf.py | 4 ++-- spec/classes/heat_keystone_authtoken_spec.rb | 8 +++++--- spec/unit/type/heat_api_paste_ini_spec.rb | 2 +- test-requirements.txt | 3 ++- 9 files changed, 43 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bedd666..baa2346 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache-2.0 +# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 +reno>=0.1.1,!=2.0.0 # Apache-2.0