[release-announce] puppet-designate 18.2.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 22 09:36:07 UTC 2021


We are gleeful to announce the release of:

puppet-designate 18.2.0: Puppet module for OpenStack Designate

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/puppet-designate

Download the package from:

    https://tarballs.openstack.org/puppet-designate/

Please report issues through:

    https://bugs.launchpad.net/puppet-designate/+bugs

For more details, please see below.

18.2.0
^^^^^^


New Features
************

* The new "designate::central::max_zone_name_len" parameter has been
  added to set the maximum zone name length.

* The "designate::api::enabled_extensions_v1" parameter has been
  deprecated and has no effect. This parmaeter will be removed in a
  future release.


Upgrade Notes
*************

* Now policy.yaml is used by default instead of policy.json.

* The keystone endpoint urls no longer include "/v1" by default,
  since v1 API was already removed from Designate.


Deprecation Notes
*****************

* The "designate::central::max_domain_name_len" parameter has been
  deprecated and has no effect now. This parameter doesn't work as
  intended since the corresponding parameter was renamed in Designate.
  Use the "designate::central::max_zone_name_len" parameter instead.

Changes in puppet-designate 18.1.0..18.2.0
------------------------------------------

03afe4f Prepare Wallaby M2
702128c Use yaml instead of json for policy file
e1d8a9c Fix ignored unit tests
1f0071e Fix the outdated parameter to define maximum zone name length
a5d7845 Fix leftovers about removed v1 API


Diffstat (except docs and test files)
-------------------------------------

manifests/api.pp                                   | 19 ++++++++++-----
manifests/central.pp                               | 28 ++++++++++++++++------
manifests/keystone/auth.pp                         |  6 ++---
manifests/policy.pp                                | 13 +++++-----
metadata.json                                      |  8 +++----
...central-max_zone_name_len-e244007aff83df06.yaml | 12 ++++++++++
...-format-from-json-to-yaml-e5dbca834cf719fd.yaml |  4 ++++
.../notes/v1-api-removal-2812946a138e4199.yaml     | 10 ++++++++
spec/classes/designate_api_spec.rb                 |  3 ---
spec/classes/designate_central_spec.rb             | 17 +++++++++++--
spec/classes/designate_keystone_auth_spec.rb       |  6 ++---
spec/classes/designate_policy_spec.rb              | 13 +++++-----
...aste_ini.rb => designate_api_paste_ini_spec.rb} |  0
13 files changed, 99 insertions(+), 40 deletions(-)







More information about the Release-announce mailing list