4 CoreDNS 1.5.1 Release Notes
John Belamaric edited this page 2019-06-11 14:30:02 -07:00

Core

The -cpu flag is somewhat redundant (cgroups/systemd/GOMAXPROCS are better ways to deal with this) and we want to remove it; if you depend on it in some way please voice that in this PR.

Reverse Zone Handling ... (something will happen here)

Plugins

  • a new plugin any that block ANY queries according to RFC 8482.
  • Failed reload fixes for: ready, health and prometheus - when CoreDNS reloads and the Corefile is invalid these plugins now keep on working.
  • tls now has a client_auth option that allows verification of client TLS certificates. Note that the default behavior continues to be to not require validation, however in version 1.6.0 this default will change to required_and_verify if the CA is provided.
  • kubernetes can now publish metadata about the request and, if pods verified is enabled, about the client Pod. To enable this, you must enable the metadata plugin.