coredns/notes/coredns-1.5.0.md
Miek Gieben 1cb94e0ed9
ore release notes: k8s plugin and chaos (#2755)
Signed-off-by: Miek Gieben <miek@miek.nl>
2019-04-03 11:30:01 +01:00

2.1 KiB

+++ title = "CoreDNS-1.5.0 Release" description = "CoreDNS-1.5.0 Release Notes." tags = ["Release", "1.5.0", "Notes"] release = "1.5.0" date = "2019-04-02T08:01:07+00:01" author = "coredns" +++

A new release: CoreDNS-1.5.0.

Two new plugins in this release: grpc, and ready. And some polish and simplifications in the core server code.

The use of TIMEOUT and no_reload in file and auto have been fully deprecated. As is the proxy plugin.

And a update on two important and active bugs:

  • 2593 seems to hone in on Docker and/or the container environment being a contributing factor.

  • 2624 is because of TLS session negotiating in the forward plugin.

Plugins

  • a new ready was added that signals a plugin is ready to receive queries. First user is the kubernetes plugin.
  • a new grpc was added to implement forwarding gRPC. If you were relying on this in the proxy you can migrate to this one.
  • the cancel was added that adds a context.WithTimeout to each context (but not enabled - yet).
  • the forward adds dnstap support.
  • the route53 now supports wildcards.
  • the pprof adds a block option that enables the block profiling.
  • the prometheus adds a coredns_plugin_enabled metric that shows which plugins are enabled.
  • the chaos returns the maintainers when queried for "authors.bind TXT CH".
  • the resync in the kubernetes is disabled by default and will be removed in future versions.

Brought to You By

Aleks, Chris O'Haver, David, dilyevsky, Francois Tur, Iñigo, Jiacheng Xu, Matt Greenfield, MengZeLee, Miek Gieben, peiranliushop, Rajveer Malviya, Ruslan Drozhdzh, Stefan Budeanu, Xiao An, Yong Tang.