Files
coredns/notes/coredns-1.6.0.md
Miek Gieben cfc4948f92 More note tweaks; couple of typos for 1.6.0 (#3049)
Signed-off-by: Miek Gieben <miek@miek.nl>
2019-07-26 07:10:49 +00:00

2.4 KiB

+++ title = "CoreDNS-1.6.0 Release" description = "CoreDNS-1.6.0 Release Notes." tags = ["Release", "1.6.0", "Notes"] release = "1.6.0" date = 2019-07-03T07:35:47+01:00 author = "coredns" +++

The CoreDNS team has released CoreDNS-1.6.0.

The -cpu flag is removed from this version.

This release sports changes in the file plugin. A speed up in the log plugin and fixes in the cache plugin.

Upcoming deprecation: the kubernetes federation plugin will be moved to github.com/coredns/federation. This is likely to happen in CoreDNS 1.7.0.

Plugins

  • The file got lot of bug fixes and it now loads zones lazily on start, i.e. if the zonefile does not exist, it keeps trying with every reload period.
  • The cache fixes a race.
  • Multiple fixes in the route53 plugin.
  • And the kubernetes removes the resyncperiod option.

Brought to You By

  • Wonderful people

Noteworthy Changes