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

推荐订阅源

F
Fortinet All Blogs
WordPress大学
WordPress大学
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
博客园 - Franky
D
Docker
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
U
Unit 42
M
MIT News - Artificial intelligence
B
Blog
GbyAI
GbyAI
C
Check Point Blog
P
Proofpoint News Feed
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
IT之家
IT之家
Google DeepMind News
Google DeepMind News
V
V2EX
Stack Overflow Blog
Stack Overflow Blog

1.6.1 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.6.1 Release
coredns · 2019-08-02 · via 1.6.1 on CoreDNS: DNS and Service Discovery

The CoreDNS team has released CoreDNS-1.6.1.

This is a small (bug fix) release.

Plugins

  • Fix a panic in the hosts plugin.
  • The reload now detects changes in files imported from the main Corefile.
  • route53 increases the paging size when talking to the AWS API, this decreases the chances of getting throttled.

Brought to You By

Alan, AllenZMC, dzzg, Erik Wilson, Matt Kulka, Miek Gieben, Yong Tang.

Noteworthy Changes

core: log panics (https://github.com/coredns/coredns/pull/3072) plugin/hosts: create inline map in setup (https://github.com/coredns/coredns/pull/3071) plugin/reload: Graceful reload of imported files (https://github.com/coredns/coredns/pull/3068) plugin/route53: Increase ListResourceRecordSets paging size. (https://github.com/coredns/coredns/pull/3073)