notes/coredns-005.md
+++ date = "2017-02-09T18:50:31Z" description = "CoreDNS-005 Release Notes." tags = ["Release", "005", "Notes"] release = "005" title = "CoreDNS-005 Release" author = "coredns" +++
CoreDNS-005 has been released!
CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS feature.
A way to configure (external) plugin was added. Edit plugin.cfg and do a go generate && go build and your plugin has been added. This allows for out-of-tree plugin to be easily
added. Documentation can be found in
plugin.cfg.
protocol. For
Monitoring an extra label was added: proxy_proto that shows the protocol used (dns or https_google).
See the proxy README.md for details.pod type for requests in both a Kube-DNS compatible mode
(insecure) and a mode which validates that the IP in question belongs to a pod in the specified
namespace (verified)cidrs option.The following people helped with getting this release done:
Bob Wasniak, Chris O'Haver, devnev, Dmytro Kislov, John Belamaric, Miek Gieben, Yong Tang.
If you want to help, please check out one of the issues and start coding!
For documentation and help, see our community page.