We are pumped to announce the release of: python-designateclient 5.2.0: OpenStack DNS-as-a-Service - Client This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/python-designateclient Download the package from: https://pypi.org/project/python-designateclient Please report issues through: https://bugs.launchpad.net/python-designateclient/+bugs For more details, please see below. 5.2.0 ^^^^^ New Features ************ * Adds zone share commands to support sharing zones with additional projects. * Adds a "--delete-shares" option to zone delete to delete existing zone shares along with the zone. Without this option, you cannot delete a zone that has been shared with other projects. Upgrade Notes ************* * Added option``hard-delete`` for zone delete API. This will allow user to delete zone-files on the backend when zone is deleted. Changes in python-designateclient 5.1.0..5.2.0 ---------------------------------------------- bc39d23 Add shared zone commands 483e0d1 Provide option for delete zonefiles on zone delete a4f67bc Update tox.ini for tox4 Diffstat (except docs and test files) ------------------------------------- designateclient/v2/cli/common.py | 19 +++ designateclient/v2/cli/zones.py | 134 ++++++++++++++++++++- designateclient/v2/client.py | 12 +- designateclient/v2/zones.py | 36 +++++- .../Add-shared-zones-support-4be565f3d1c6356c.yaml | 6 + ...te-option-for-zone-delete-e16652c8e72fc023.yaml | 5 + setup.cfg | 5 + tox.ini | 12 +- 12 files changed, 418 insertions(+), 9 deletions(-)