DnsControl v3.2.0 Release Notes

Release Date: 2020-06-02 // almost 4 years ago
  • Lots of great new stuff! A new provider (PowerDNS), a new record type (DS), a new notification target (Slack), and "get-certs" now generates .PEM files.

    ๐Ÿ”’ SECURITY CHANGE:
    get-certs now generates one additional file: a .pem file, which is just .crt + "\n" + .key ). While not breaking change, it does contain secrets and therefore should be protected. If you encrypt or otherwise protect the .key file, you should take the same care with the .pem file.

    Major features:

    • ๐Ÿ†• NEW PROVIDER: PowerDNS
    • ๐Ÿ†• NEW RTYPE: DS (Thanks Robert and Nicolai!)
    • get-certs now generates .pem files (.crt + .key)
    • ๐Ÿ†• New notification target: Slack (Thanks Jan-Philipp!)

    Provider-specific changes:

    • ๐Ÿ‘ CLOUDFLAREAPI: Now supports DS records

    Other stuff:

    • Lists of adds/changes/deletes are now sorted (#755)
    • ๐Ÿ›  Fixed vendoring problem
    • _domainconnect is added to the whitelist
    • โšก๏ธ Update many dependencies.