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

推荐订阅源

Google DeepMind News
Google DeepMind News
SecWiki News
SecWiki News
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
F
Fortinet All Blogs
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
O
OpenAI News
T
Troy Hunt's Blog
TaoSecurity Blog
TaoSecurity Blog
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
L
LINUX DO - 最新话题
N
News | PayPal Newsroom
PCI Perspectives
PCI Perspectives
Engineering at Meta
Engineering at Meta
美团技术团队
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
V
Vulnerabilities – Threatpost
B
Blog RSS Feed
NISL@THU
NISL@THU
Security Latest
Security Latest
The Register - Security
The Register - Security
酷 壳 – CoolShell
酷 壳 – CoolShell
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
N
News and Events Feed by Topic
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
S
Schneier on Security
罗磊的独立博客
Know Your Adversary
Know Your Adversary
Hacker News: Ask HN
Hacker News: Ask HN
S
Security Affairs
月光博客
月光博客
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO

1.2.0 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.2.0 Release
coredns · 2018-07-11 · via 1.2.0 on CoreDNS: DNS and Service Discovery

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

In this release we have a new plugin, bump etcd to version 3 and bugfixes.

Core

Enable watch functionality when CoreDNS is used as a gRPC server (documented in the code - for now).

Plugins

  • A new plugin called metadata was added. It adds metadata to a query, via the context.
  • The etcd plugin now supports etcd version 3 (only!). It was impossible to support v2 and v3 at the same time (even as separate plugins); so we decided to drop v2 support.
  • Fix a race/crash in the cache plugin when prefetch is enabled.
  • The forward plugin has a prefer_udp option, that even when the incoming query is over TCP, the outgoing one will be tried over UDP first.
  • secondary plugin has a bug fix for zone expiration: don’t expire zones if we can reach the primary, but see no zone changes.
  • The auto plugin now works better with Kubernetes Configmaps.

Contributors

The following people helped with getting this release done: Chris O’Haver, Eren Güven, Eugen Kleiner, Francois Tur, Isolus, Joey Espinosa, John Belamaric, Jun Li, Marcus André, Miek Gieben, Nitish Tiwari, Ruslan Drozhdzh, Tobias Schmidt, Yong Tang.

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