We are tickled pink to announce the release of: designate 7.0.1: DNS as a Service This release is part of the rocky stable release series. The source is available from: https://opendev.org/openstack/designate Download the package from: https://tarballs.openstack.org/designate/ Please report issues through: https://bugs.launchpad.net/designate/+bugs For more details, please see below. 7.0.1 ^^^^^ New Features * Adds a new option for pools using the "pdns4" backend: "tsigkey_name". This allows deployers to specify a tsig key that is installed in powerdns to use for AFXR requests. This key name is the name used to create the key in powerdns, not the Designate UUID based ID for the key. Note: This is only available in the 4.2.x versions (and above) of pdns. Changes in designate 7.0.0..7.0.1 --------------------------------- 5bb39c18 Clean up zone locking 0566f104 Use Tempest 'all' tox env 1e20d092 Fixing 404 link eb6abf7d Improve log message for better understanding f586e321 Clean fix for bandit exclusions change efd1b68b Use branched version of neutron-tempest-plugin job deed1908 Fixing RabbitMQ gate timeouts 97922a2a OpenDev Migration Patch 2b4fbbf4 Fix DBDeadLock error resulting into 500 af59fd0d Allow pdns4 backend to select tsigkey c9832994 Replace openstack.org git:// URLs with https:// 7f4c8789 Allow non localhost connections to pdns api 78bbb778 Use openstack-single-node-bionic nodeset af1bb8a3 Make update_status use synchronized_zone 5c1c636c Remove install-guide-jobs 7b82341a Removing removed bandit plugins to fix gate dd77d2ad import zuul job settings from project-config 56aca4f0 Update UPPER_CONSTRAINTS_FILE for stable/rocky 6023ab34 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- .zuul.yaml | 30 +++++++++++++------ designate/backend/impl_pdns4.py | 3 ++ designate/central/service.py | 34 ++++++++++------------ designate/manage/pool.py | 7 +++-- devstack/designate_plugins/backend-pdns4 | 1 + devstack/plugin.sh | 2 +- .../admin/backends/sample_yaml_snippets/pdns4.yaml | 2 ++ .../legacy/designate-devstack-agent-base/run.yaml | 10 +++---- playbooks/legacy/designate-devstack-base/run.yaml | 22 ++++++++++---- .../grenade-devstack-designate-pdns4/run.yaml | 12 ++++---- .../notes/pdns4-tsig-1fda534c01d90138.yaml | 10 +++++++ tox.ini | 12 ++++---- 16 files changed, 147 insertions(+), 71 deletions(-)