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

推荐订阅源

V
Vulnerabilities – Threatpost
U
Unit 42
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
F
Full Disclosure
月光博客
月光博客
Engineering at Meta
Engineering at Meta
博客园_首页
The Register - Security
The Register - Security
G
Google Developers Blog
The Cloudflare Blog
博客园 - Franky
K
Kaspersky official blog
A
Arctic Wolf
Scott Helme
Scott Helme
C
Cisco Blogs
Hugging Face - Blog
Hugging Face - Blog
C
Check Point Blog
NISL@THU
NISL@THU
AI
AI
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Vercel News
Vercel News
T
Tor Project blog
P
Privacy International News Feed
D
Docker
I
Intezer
L
LangChain Blog
P
Proofpoint News Feed
Security Latest
Security Latest
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Threatpost
博客园 - 聂微东
AWS News Blog
AWS News Blog
Martin Fowler
Martin Fowler
P
Privacy & Cybersecurity Law Blog
V
V2EX
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
The Hacker News
The Hacker News
T
Tenable Blog
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog

1.1.4 on CoreDNS: DNS and Service Discovery

暂无文章

CoreDNS-1.1.4 Release
coredns · 2018-06-19 · via 1.1.4 on 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.