Current Series Release Notes

6.4.0-12

New Features

  • Adds --status and --zone-id filter options to the zone export list command.

  • Adds --status, --zone-id, and --message filter options to the zone import list command.

  • Adds --status filter option to the zone transfer accept list command.

  • Added --attributes option to openstack zone import create command. This allows users to pass zone attributes (e.g. pool_id) when importing a zonefile, using the same key:value format as openstack zone create. When attributes are provided, the client sends the request as application/json instead of text/dns. Existing behavior without --attributes is unchanged.

Bug Fixes

  • Wires up the existing --pattern filter option in the dns blacklist list command so it is actually passed to the API.

  • Wires up the existing --name filter option in the tld list command so it is actually passed to the API.

  • “–email” is no longer an effectively required argument when creating zone. It is now only required for PRIMARY zone type, and is silently ignored for SECONDARY zone type.