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

推荐订阅源

J
Java Code Geeks
Martin Fowler
Martin Fowler
B
Blog RSS Feed
D
DataBreaches.Net
L
LangChain Blog
月光博客
月光博客
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
美团技术团队
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
小众软件
小众软件
罗磊的独立博客
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta

Release 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 Release 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.