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

推荐订阅源

博客园 - 三生石上(FineUI控件)
博客园 - Franky
GbyAI
GbyAI
B
Blog
WordPress大学
WordPress大学
D
Docker
小众软件
小众软件
月光博客
月光博客
博客园 - 【当耐特】
T
The Blog of Author Tim Ferriss
IT之家
IT之家
腾讯CDC
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
H
Help Net Security
M
MIT News - Artificial intelligence
L
LangChain Blog
云风的 BLOG
云风的 BLOG
S
SegmentFault 最新的问题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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.5.1 Release
coredns · 2019-06-26 · via Release on CoreDNS: DNS and Service Discovery

The CoreDNS team has released CoreDNS-1.5.1.

Various bugfixes, better documentation and cleanups.

The -cpu flag is somewhat redundant (cgroups/systemd/GOMAXPROCS are better ways to deal with this) and we want to remove it; if you depend on it in some way please voice that in this PR otherwise we’ll remove it in the next release.

Plugins

  • A new plugin any that block ANY queries according to RFC 8482 was added.

  • Failed reload fixes for: ready, health and prometheus - when CoreDNS reloads and the Corefile is invalid these plugins now keep on working. The reload also gained a metric that export failed reloads. (PR.

  • tls now has a client_auth option that allows verification of client TLS certificates. Note that the default behavior continues to be to not require validation, however in version 1.6.0 this default will change to required_and_verify if the CA is provided.

  • kubernetes can now publish metadata about the request and, if pods verified is enabled, about the client Pod. To enable this, you must enable the metadata plugin. And also return pod IPs for running pods, instead of just the first (PR and PR

  • The cache now sets the Authoritative bit on replies (PR). Further more it also caches DNS failures (PR)

Brought to You By

Alyx, Andras Spitzer, Andrey Meshkov, Anshul Sharma, Anurag Goel, An Xiao, Billie Cleek, Chris O’Haver, Cricket Liu, Francois Tur, JINMEI Tatuya, John Belamaric, Kun Chang, Michael Grosser, Miek Gieben, Sandeep Rajan, varyoo, Yong Tang.

Noteworthy Changes