[release-announce] puppet-designate 22.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 5 15:46:31 UTC 2023


We are pumped to announce the release of:

puppet-designate 22.0.0: Puppet module for OpenStack Designate

This release is part of the antelope 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.

Changes in puppet-designate 21.0.0..22.0.0
------------------------------------------

03748f7 Add strict validation about (more) boolean parameters
520f03f Prepare 2023.1 release
35f8d7b Expose executor_thread_pool_size
5e89485 Add strict validation about boolean parameters
dd44ce0 Replace legacy facts and use fact hash
bf0a7ec Deprecate support for designate-agent
99de16e Expose policy_default_rule
8fd3879 Switch to Ubuntu Jammy (22.04)
eda0856 bind9: Enforce proper parameter types
d9634ff Remove cleanup of [service:api] max_header_line
6aeb861 worker: Remove deprecated worker_topic
8522fa1 Ensure Redis is enabled in acceptance test
a6f1fbd Update master for stable/zed


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

manifests/agent.pp                                 |  18 ++--
manifests/agent/bind9.pp                           |  21 ++--
manifests/api.pp                                   |  78 +++++++-------
manifests/backend/agent.pp                         |   5 +
manifests/backend/bind9.pp                         |   7 ++
manifests/backend/pdns4.pp                         |   2 +
manifests/central.pp                               |  35 ++++---
manifests/coordination.pp                          |  12 +--
manifests/cors.pp                                  |  24 ++---
manifests/db.pp                                    |  25 ++---
manifests/generic_service.pp                       |   3 +
manifests/healthcheck.pp                           |  16 +--
manifests/init.pp                                  |  84 ++++++++-------
manifests/keystone.pp                              |  36 +++----
manifests/keystone/authtoken.pp                    | 116 ++++++++++-----------
manifests/logging.pp                               |  78 +++++++-------
manifests/mdns.pp                                  |  47 +++++----
manifests/network_api/neutron.pp                   |  12 +--
manifests/params.pp                                |   4 +-
manifests/policy.pp                                |  18 ++--
manifests/producer.pp                              |  17 +--
manifests/producer_task/delayed_notify.pp          |  12 +--
manifests/producer_task/periodic_exists.pp         |   8 +-
.../producer_task/periodic_secondary_refresh.pp    |   8 +-
.../producer_task/worker_periodic_recovery.pp      |   8 +-
manifests/producer_task/zone_purge.pp              |  16 +--
manifests/quota.pp                                 |  24 ++---
manifests/sink.pp                                  |  15 +--
manifests/worker.pp                                |  56 ++++------
manifests/wsgi/apache.pp                           |   8 +-
manifests/wsgi/uwsgi.pp                            |   6 +-
metadata.json                                      |  10 +-
...deprecate-agent-framework-c8d8e5017ebb8851.yaml |   5 +
...executor_thread_pool_size-89efded5c86adcdd.yaml |   4 +
.../policy_default_rule-78e0497678c57bc8.yaml      |   4 +
.../remove-worker_topic-320402936e83f88a.yaml      |   4 +
.../notes/ubuntu-jammy-55e752a8f85be986.yaml       |   8 ++
releasenotes/source/index.rst                      |   1 +
releasenotes/source/zed.rst                        |   6 ++
spec/acceptance/10_basic_designate_spec.rb         |   1 +
spec/classes/designate_agent_spec.rb               |   2 +-
spec/classes/designate_api_spec.rb                 |   2 +-
spec/classes/designate_backend_bind9_spec.rb       |   6 +-
spec/classes/designate_central_spec.rb             |   2 +-
spec/classes/designate_client_spec.rb              |   2 +-
spec/classes/designate_init_spec.rb                |   9 +-
spec/classes/designate_mdns_spec.rb                |   2 +-
spec/classes/designate_policy_spec.rb              |   2 +
spec/classes/designate_producer_spec.rb            |   2 +-
spec/classes/designate_sink_spec.rb                |   2 +-
spec/classes/designate_worker_spec.rb              |   2 +-
spec/classes/designate_wsgi_apache_spec.rb         |   8 +-
52 files changed, 486 insertions(+), 417 deletions(-)







More information about the Release-announce mailing list