[release-announce] designate 16.0.1 (antelope)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 13 15:53:14 UTC 2023


We are overjoyed to announce the release of:

designate 16.0.1: DNS as a Service

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

16.0.1
^^^^^^

Bug Fixes

* Fixed an issue where zones shared with other projects may not be
  visible when a zone list or zone show request is made by the other
  projects.

* Fixed a bug that allowed users to create a zone share for the zone
  owner.

* Fixed issues with list zones and recordsets when a zone is shared
  with more than one project.

* Fixed bug 2015762 which could cause managed records to
  occasionally fail to delete due to a race condition.

   (https://bugs.launchpad.net/designate/+bug/2015762)

Changes in designate 16.0.0..16.0.1
-----------------------------------

efeff8e8 Fix list zones if shared with multiple projects
bc87a7da Fix TsigKeyring issues with dnspython 2.x
e742851d Re-enable test jobs
904d8d66 Fix create zone export RBAC
72de55df Fix zone list/show for shared zones
9c0df1a8 Fix shared zones missing project ID error
0721ced8 Use ids when removing sink managed records
1c7344d7 Use ids when removing ptr records
4c08082b Fix sharing a zone with the zone owner
bda31ec6 [coordination] backend_url should be secret
766cfd8d Removed unsupported test B309 from bandit
aae28eb7 Update TOX_CONSTRAINTS_FILE for stable/2023.1
b98d4a26 Update .gitreview for stable/2023.1


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

.gitreview                                         |  1 +
.zuul.yaml                                         |  6 +-
designate/central/service.py                       | 36 ++++++---
designate/conf/coordination.py                     |  1 +
designate/dnsutils.py                              |  3 +-
designate/mdns/handler.py                          | 17 +++--
designate/notification_handler/base.py             | 26 ++++---
designate/sqlalchemy/base.py                       | 36 ++++++---
designate/storage/impl_sqlalchemy/__init__.py      | 22 ++++--
...ist-and-show-shared-zones-8a42a6b5f4910fc7.yaml |  5 ++
...hare-zone-with-zone-owner-31a20c57a65c0cc4.yaml |  4 +
...one-shared-more-than-once-288b57cafeba82df.yaml |  5 ++
...lete-fails-intermittently-53168cf5cd830b59.yaml |  7 ++
tox.ini                                            | 10 +--
21 files changed, 361 insertions(+), 60 deletions(-)







More information about the Release-announce mailing list