Skip to content

Releases: silkeh/pdns_api.sh

Version 0.5.1

12 Jun 12:12
Compare
Choose a tag to compare

This release fixes an issue where the zones retrieved from the PowerDNS API would not be correctly sorted (#31).

Version 0.5.0

13 Feb 15:01
Compare
Choose a tag to compare

Highlights:

  • Add PDNS_CURL_OPTS for setting custom curl options (#26)
  • Add PDNS_DEPLOY_CERT_HOOK for hooking simple commands (#28)
  • Fix wildcard certificates failing with Bash 4.1 or older (#29)

Additionally, there are some minor improvements in debugging and testing. See the diff for more details.

Version 0.4.2

18 Jan 09:58
Compare
Choose a tag to compare

This release fixes some errors that were broken.

Version 0.4.0:

03 Apr 10:00
Compare
Choose a tag to compare

This (long overdue) release incorporates a large set of changes since version 0.3.0.

Major changes:

  • Wildcard support (#11, #12) and associated fixes (#16, #17)
  • A notification is now enforced after record updates (#13, #14)
  • Support for an exit hook (#10)
  • Unknown hooks are now ignored (#15)
  • Support for CONFIG_D (#20, #21)
  • New config option: PDNS_SUFFIX for CNAME redirection support (#22)
  • The soa_edit command has been fixed (#24) and sets the correct value for SOA-EDIT-API (#23)

Thanks to everyone that has contributes features and fixes!

See the full set of changes here.

v0.3.0: Add interface to show/edit SOA-EDIT

19 May 18:13
Compare
Choose a tag to compare

Important Note: the configuration names have been prefixed with PDNS_.

Features:

  • Perform requests per zone (#6)
  • Interface to edit SOA-EDIT: pdns_api.sh soa_edit (#7)
  • Configuration is namespaced with PDNS_ (#8)
  • Several bugfixes (#9)