coredns/notes/coredns-1.5.1.md
Miek Gieben 242ed71845
Add 1.5.1 release notes (#2912)
* Add 1.5.1 release notes

Prepare for imminent release.
Also list PRs merged in a new section to provide more detail.

Signed-off-by: Miek Gieben <miek@miek.nl>

* Updates after review

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-06-25 07:42:59 +01:00

3.7 KiB

+++ title = "CoreDNS-1.5.1 Release" description = "CoreDNS-1.5.1 Release Notes." tags = ["Release", "1.5.1", "Notes"] release = "1.5.1" date = "2019-06-20T13:03:07+00:01" author = "coredns" +++

The CoreDNS team has relased CoreDNS-1.5.1.

Various bugfixes, better documentation and cleanups.

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 otherwise we'll remove it in the next release.

Plugins

  • A new plugin any that block ANY queries according to RFC 8482 was added.

  • 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. And also return pod IPs for running pods, instead of just the first (PR and PR

  • The cache now sets the Authoritative bit on replies (PR). Further more it also caches DNS failures (PR)

Brought to You By

Alyx, Andras Spitzer, Andrey Meshkov, Anshul Sharma, Anurag Goel, An Xiao, Billie Cleek, Chris O'Haver, Cricket Liu, Francois Tur, JINMEI Tatuya, John Belamaric, Kun Chang, Michael Grosser, Miek Gieben, Sandeep Rajan, varyoo, Yong Tang.

Noteworthy Changes