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

推荐订阅源

Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
博客园_首页
H
Help Net Security
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
The Cloudflare Blog
腾讯CDC
Jina AI
Jina AI
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
爱范儿
爱范儿
N
Netflix TechBlog - Medium
F
Fortinet All Blogs

CoreDNS: DNS and Service Discovery

CoreDNS-1.14.2 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 k8s_cache 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 and Apache APISIX open new doors for Service Discovery? Trail Of Bits Security Review CoreDNS-1.9.0 Release CoreDNS-1.8.7 Release CoreDNS-1.8.6 Release CoreDNS-1.8.5 Release CoreDNS-1.8.4 Release
CoreDNS-1.1.4 Release
coredns · 2018-06-19 · via CoreDNS: DNS and Service Discovery

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

This release has a few enhancements in the plugins, and a few (Docker) improvements.

Core

As said in the 1.1.3 Release Notes, we are making the -log command line flag a noop.

This is also a heads up that in the next release - 1.2.0 - the current etcd plugin will be replaced by a new plugin that supports etcd3, see this pull request.

The Docker image is now built using a multistage build. This means the final image is based on scratch and all architectures now have certificates in the image (not just the amd64 one).

Plugins

We are also deprecating:

  • the reverse plugin has been removed, but we allow it still in the configuration.
  • the google_https protocol has been a noop in the proxy plugin.

In the next release (1.2.0) this code will removed completely.

Further more:

  • file now always queries local zones when trying to find a CNAME target.
  • log will now always log in seconds (not micro, or milliseconds).
  • forward erases expired connection after some time.

Contributors

The following people helped with getting this release done:

Francois Tur, Malcolm Akinje, Mario Kleinsasser, Miek Gieben, Ruslan Drozhdzh, Yong Tang.

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