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

推荐订阅源

S
Secure Thoughts
S
Securelist
P
Proofpoint News Feed
D
DataBreaches.Net
Cisco Talos Blog
Cisco Talos Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Project Zero
Project Zero
A
About on SuperTechFans
罗磊的独立博客
WordPress大学
WordPress大学
月光博客
月光博客
Latest news
Latest news
C
Cyber Attacks, Cyber Crime and Cyber Security
GbyAI
GbyAI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
博客园 - 三生石上(FineUI控件)
F
Fortinet All Blogs
W
WeLiveSecurity
Attack and Defense Labs
Attack and Defense Labs
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
P
Privacy International News Feed
AI
AI
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence
Help Net Security
Help Net Security
T
Tor Project blog
V
Vulnerabilities – Threatpost
C
Cisco Blogs
I
Intezer
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
MyScale Blog
MyScale Blog
雷峰网
雷峰网
MongoDB | Blog
MongoDB | Blog
Forbes - Security
Forbes - Security
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
T
Threat Research - Cisco Blogs
B
Blog RSS Feed
博客园 - 叶小钗
N
News and Events Feed by Topic
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Simon Willison's Weblog
Simon Willison's Weblog
C
CERT Recently Published Vulnerability Notes
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
News and Events Feed by Topic

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.