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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
H
Help Net Security
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
C
Check Point Blog
F
Fortinet All Blogs
腾讯CDC
博客园 - Franky
WordPress大学
WordPress大学
U
Unit 42

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.1.3 Release
coredns · 2018-05-24 · via Release on CoreDNS: DNS and Service Discovery

We are pleased to announce the release of CoreDNS-1.1.3!

This release has fixes in the plugins, small core updates and experimental DNS over HTTPs support. We also announce the deprecation of a few things.

Core

Experimental DNS-over-HTTPS support was added in the server. Use https:// as the server’s scheme in the configuration.

The -log flag actually doesn’t do anything, so this is a deprecation notice that this flag will be removed in the next release.

Plugins

  • metrics All in-tree plugins serve metrics with a server label.
    • cache and dnssec drop the capacity metrics
    • add a panic counter: coredns_panic_count_total
  • etcd supports A and AAAA record under the zone’s apex.
  • rewrite now handles continue in response rewrites.
  • forward clean ups, esp when shutting it down.
  • cache adds some optimization.
  • kubernetes adds option to ignore services without ready endpoints.
  • Deprecation notice for the reverse plugin.
  • Deprecation notice for the https_google protocol in proxy.

Contributors

The following people helped with getting this release done:

Ahmet Alp Balkan, Anton Antonov, Cem Türker, Chris O’Haver, darkweaver87, Eugen Kleiner, Francois Tur, John Belamaric, Mario Kleinsasser, Miek Gieben, Ruslan Drozhdzh, Silver, Tobias Schmidt, Yong Tang.

For documentation see our (in progress!) manual. For help and other resources, see our community page.