We are excited to announce the release of: puppet-designate 12.0.0: Puppet module for OpenStack Designate This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-designate/ For more details, please see below. 12.0.0 ^^^^^^ New Features ************ * Add new parameter "amqp_durable_queues", to indicate whether to use durable queues in AMQP Known Issues ************ * Keystone v2.0 API was removed so we need to set a default value for user_domain_name and project_domain name, which will be Default as it is already in some other classes in modules. Deprecation Notes ***************** * revocation_cache_time option is now deprecated for removal, the parameter has no effect. Changes in puppet-designate 11.3.0..12.0.0 ------------------------------------------ 606d383 Add Puppet package to bindep, for module build d18f3f8 Set *_domain_name vars to 'Default' by default a3d45f3 Prepare for Queens Milestone 1 4bed705 Accept empty strings for log_dir 3a89e97 Update to the latest address in README e600491 Update openstackdocstheme to latest version 36a5831 Add amqp_durable_queues parameter 3f069cd Deprecate revocation_cache_time option ddc888c Use Python to compute release notes version 22121d0 Update versions for Queens cycle fb1d654 Update reno for stable/pike 9bf5847 Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + manifests/init.pp | 6 ++++ manifests/keystone/authtoken.pp | 32 +++++++++++++--------- manifests/logging.pp | 6 +++- metadata.json | 8 +++--- .../add_amqp_durable_queues-bc6e32cab4574428.yaml | 4 +++ .../notes/default_domain-a85852fdf2a9df3d.yaml | 6 ++++ ...tion_cache_time_parameter-a3c674c05a694a69.yaml | 4 +++ releasenotes/source/conf.py | 4 +-- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++ spec/classes/designate_init_spec.rb | 5 +++- spec/classes/designate_keystone_authtoken_spec.rb | 7 ++--- test-requirements.txt | 5 ++-- 15 files changed, 67 insertions(+), 30 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