We are delighted to announce the release of: designate 13.0.2: DNS as a Service This release is part of the xena 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. 13.0.2 ^^^^^^ Bug Fixes * Fixed an issue in central where "designate manage pool update" may return an error designate.exceptions.MissingProjectID when attempting to create a new pool. Changes in designate 13.0.1..13.0.2 ----------------------------------- 019b1ae9 CI: Move queue configuration into project-template 465cee23 Check zone_id in notification_handler to avoid UUID format issue. 1787dd86 Fix Redis connection over TLS f674574f Fix designate-manage pool update MissingProjectID 410c1e8d Minmum TTL value is zero Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- designate/central/service.py | 2 - designate/cmd/__init__.py | 7 +++ designate/notification_handler/neutron.py | 6 +++ designate/notification_handler/nova.py | 5 ++ designate/objects/recordset.py | 2 +- ...fix-designate-manage-pool-7d812f938e894133.yaml | 6 +++ 8 files changed, 66 insertions(+), 21 deletions(-)