惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
罗磊的独立博客
B
Blog
博客园_首页
A
About on SuperTechFans
有赞技术团队
有赞技术团队
V
V2EX
U
Unit 42
I
InfoQ
IT之家
IT之家
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
H
Help Net Security

Notes on CoreDNS: DNS and Service Discovery

CoreDNS-1.14.5 Release CoreDNS-1.14.6 Release CoreDNS-1.14.4 Release CoreDNS-1.14.2 Release CoreDNS-1.14.3 Release CoreDNS-1.14.1 Release CoreDNS-1.14.0 Release CoreDNS-1.13.2 Release CoreDNS-1.13.1 Release CoreDNS-1.13.0 Release CoreDNS-1.12.4 Release CoreDNS-1.12.3 Release CoreDNS-1.12.2 Release CoreDNS-1.12.1 Release CoreDNS-1.12.0 Release CoreDNS-1.11.4 Release CoreDNS-1.11.3 Release CoreDNS-1.11.2 Release CoreDNS-1.11.1 Release CoreDNS-1.11.0 Release CoreDNS-1.10.1 Release CoreDNS-1.10.0 Release CoreDNS-1.9.4 Release CoreDNS-1.9.3 Release CoreDNS-1.9.2 Release CoreDNS-1.9.1 Release CoreDNS-1.9.0 Release CoreDNS-1.8.7 Release CoreDNS-1.8.6 Release CoreDNS-1.8.5 Release
CoreDNS-1.0.6 Release
coredns · 2018-02-21 · via Notes on CoreDNS: DNS and Service Discovery

We are pleased to announce the release of CoreDNS-1.0.6! This release has bug fixes, documentation fixes, polish and new plugins.

Core

We’ve moved to a OWNERS model, where each plugin (and CoreDNS itself) now has an OWNERS file listing people involved with this code.

Plugins

  • The startup and shutdown plugin are deprecated (but working and included) in this release in favor of the on plugin. If you use them, this is the moment to move to on.
  • A plugin called forward has been included in CoreDNS, this was, up until now, an external plugin. Supports DNS-over-TLS and has different way of health checking an upstream.
  • The proxy plugin has a new policy, first which always chooses the first healthy upstream host. It also contains an important fix where a non-health checked target could be mark unhealthy forever.
  • We now support zone transfers in the kubernetes plugin.
  • The bind now supports multiple listening addresses.
  • Bugfixes, improvements and documentation fixes in various other plugins.

Contributors

The following people helped with getting this release done:

Chris O’Haver, Francois Tur, Freddy, Harshavardhana, John Belamaric, Miek Gieben, Pat Moroney, Paul Greenberg, Sandeep Rajan, Tobias Schmidt, Uladzimir Trehubenka, Yong Tang.

For documentation and help, see our community page.