Skip to content

Releases: akamai/cli-dns

cli-dns release 0.7.0

06 Feb 12:18
5bd7735

Choose a tag to compare

Features/Enhancements

  • Add support for arm64 architecture
  • Upgrade to Edgegrid v12.3.0
  • Migrate to go 1.25.0

cli-dns release 0.6.0

08 Oct 18:45
def50ff

Choose a tag to compare

Features/Enhancements:

  • Upgrade to Edgegrid v11.0.0

  • Session based authentication

  • Migrate to go 1.23

  • The add-record, retrieve-zone, rm-record and update-zone command now use the Edge DNS API v2

  • add-record command
    -- The command checks if the DNS record already exists before creating it.
    -- If the record does not exist, it is created.
    -- If the record exists with the same type:
    --- It is updated only if the TTL or RDATA values have changed.
    --- If there are no changes, no update is performed and a message is shown.
    -- uses the --rdata flag instead of --target flag

  • retrieve-zone command
    -- Fetches detailed information about the specified DNS zone.
    -- If the zone is of type ALIAS, it displays only the zone details.
    -- Otherwise, fetches all DNS recordsets associated with the zone.
    -- Supports filtering the recordsets by DNS record type via a --filter flag.
    -- Supports output in either human-readable table format or JSON format

  • rm-record command
    -- Enables deletion of DNS records from a zone using record type and name.

  • update-zone command
    -- Updates DNS recordsets for the specified zone using input JSON or master zone file.
    -- Validates zone; disallows ALIAS zones for recordset updates.
    -- Accepts input from file (--file) or STDIN.
    -- Supports master zone file upload with --dns flag.
    -- Can overwrite all existing recordsets (--overwrite) or merge changes.

CLI-DNS 0.5.0

10 May 09:47
4fae183

Choose a tag to compare

Release Notes

Version 0.5.0 (May 10, 2023)

Features/Enhancements

  • Add M1 support
  • Migrate to go 1.18

CLI-DNS 0.4.0

03 Nov 18:56

Choose a tag to compare

Add zone master file support to retrieve-zoneconfig and update-zoneconfig
Add bulk zone create and delete actions [submit-bulkzones, status-bulkzones, -result-bulkzones]

DNS 0.3.0

30 Jun 15:47
c1f9afd

Choose a tag to compare

Add additional commands and support for Zoneconfigs and Recordsets utilizing DNS v2 API

Bug Fixes

30 Jan 09:13

Choose a tag to compare

Bug Fixes Pre-release
Pre-release

This release fixes a couple of bugs

Fixes

  • SOA is always increment by one (#1)
  • Removing SRV records doesn't work (akamai/cli#71)

Initial Release

20 Apr 01:58

Choose a tag to compare

Initial Release Pre-release
Pre-release

This is the initial release of the Akamai CLI for Fast DNS