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

推荐订阅源

云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
The GitHub Blog
The GitHub Blog
月光博客
月光博客
T
Tailwind CSS Blog
小众软件
小众软件
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
B
Blog RSS Feed
博客园 - 司徒正美
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
博客园 - Franky
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
Apple Machine Learning Research
Apple Machine Learning Research

1.5.0 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.5.0 Release
coredns · 2019-04-06 · via 1.5.0 on CoreDNS: DNS and Service Discovery

A new release: CoreDNS-1.5.0.

Two new plugins in this release: grpc, and ready. And some polish and simplifications in the core server code.

The use of TIMEOUT and no_reload in file and auto have been fully deprecated. As is the proxy plugin.

And a update on two important and active bugs:

  • 2593 seems to hone in on Docker and/or the container environment being a contributing factor.

  • 2624 is because of TLS session negotiating in the forward plugin.

Plugins

  • The ready plugin was added that signals a plugin is ready to receive queries. First user is the kubernetes plugin.
  • The grpc plugin was added to implement forwarding gRPC. If you were relying on this in the proxy you can migrate to this one.
  • The cancel plugin was added that adds a context.WithTimeout to each context (but not enabled - yet).
  • The forward plugin adds dnstap support.
  • The route53 plugin now supports wildcards.
  • The pprof plugin adds a block option that enables the block profiling.
  • The prometheus plugin adds a coredns_plugin_enabled metric that shows which plugins are enabled.
  • The chaos plugin returns the maintainers when queried for “authors.bind TXT CH”.
  • The resyncperiod option in kubernetes now defaults to zero seconds, which disables resyncing.

Deprecations

  • The resyncperiod option in kubernetes is deprecated and will be made a no-op in 1.6.0 and removed in 1.7.0.

Brought to You By

Aleks, Chris O’Haver, David, dilyevsky, Francois Tur, Iñigo, Jiacheng Xu, John Belamaric, Matt Greenfield, MengZeLee, Miek Gieben, peiranliushop, Rajveer Malviya, Ruslan Drozhdzh, Stefan Budeanu, Xiao An, Yong Tang.