Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
0f307cf7
Commit
0f307cf7
authored
Jan 12, 2021
by
Miek Gieben
Committed by
GitHub
Jan 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.8.1 notes: sort PR (#4373)
Automatically submitted.
parent
d54b5c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
notes/coredns-1.8.1.md
notes/coredns-1.8.1.md
+18
-14
No files found.
notes/coredns-1.8.1.md
View file @
0f307cf7
...
@@ -3,7 +3,7 @@ title = "CoreDNS-1.8.1 Release"
...
@@ -3,7 +3,7 @@ title = "CoreDNS-1.8.1 Release"
description = "CoreDNS-1.8.1 Release Notes."
description = "CoreDNS-1.8.1 Release Notes."
tags = ["Release", "1.8.1", "Notes"]
tags = ["Release", "1.8.1", "Notes"]
release = "1.8.1"
release = "1.8.1"
date = 202
0-12-22
T08:00:00+00:00
date = 202
1-01-10
T08:00:00+00:00
author = "coredns"
author = "coredns"
draft = true
draft = true
+++
+++
...
@@ -15,25 +15,29 @@ The CoreDNS team has released
...
@@ -15,25 +15,29 @@ The CoreDNS team has released
## Brought to You By
## Brought to You By
Blake Ryan, Bob, Chotiwat Chawannakul, Chris O'Haver, Guangwen Feng, Jiang Biao, Johnny Bergström, Matt Kulka, Miek Gieben, Serge, Yong Tang, ZouYu, mgugger
Blake Ryan, Bob, Chotiwat Chawannakul, Chris O'Haver, Guangwen Feng, Jiang Biao, Johnny Bergström,
Matt Kulka, Miek Gieben, Serge, Yong Tang, ZouYu, mgugger
## Noteworthy Changes
## Noteworthy Changes
*
plugin/{clouddns,azure,route53}: Use cancelable contexts for cloud provider plugin refreshes (https://github.com/coredns/coredns/pull/4226)
*
plugin/{clouddns,azure,route53}: Use cancelable contexts for cloud provider plugin refreshes (https://github.com/coredns/coredns/pull/4226)
*
plugin/health: Fix health check endpoint (https://github.com/coredns/coredns/pull/4231)
*
plugin/azure: Iterate over all RecordSetListResultPage Pages (https://github.com/coredns/coredns/pull/4351)
*
plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262)
*
core: custom DoH request validation (https://github.com/coredns/coredns/pull/4329)
*
plugin/kubernetes: Watch EndpointSlices (https://github.com/coredns/coredns/pull/4209)
*
plugin/dnstap: remove custom encoder (https://github.com/coredns/coredns/pull/4242)
*
plugin/dnstap: remove config struct (https://github.com/coredns/coredns/pull/4258)
*
plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262)
*
pkg/tls: remove InsecureSkipVerify=true flag (https://github.com/coredns/coredns/pull/4265)
*
pkg/tls: remove InsecureSkipVerify=true flag (https://github.com/coredns/coredns/pull/4265)
*
plugin/trace: Fix zipkin json_v2 (https://github.com/coredns/coredns/pull/4180)
*
plugin/azure: return FQDN as MNAME in SOA record (https://github.com/coredns/coredns/pull/4286)
*
plugin/azure: return FQDN as MNAME in SOA record (https://github.com/coredns/coredns/pull/4286)
*
plugin/kubernetes: Fix dns programming duration metric (https://github.com/coredns/coredns/pull/4255)
*
plugin/file: Use NXDOMAIN response if CNAME target is NXDOMAIN (https://github.com/coredns/coredns/pull/4303)
*
plugin/cache: Move .LocalAddr() out of goroutine (https://github.com/coredns/coredns/pull/4281)
*
plugin/cache: Move .LocalAddr() out of goroutine (https://github.com/coredns/coredns/pull/4281)
*
plugin/cache: Fix concurrent prefetch (TODO)
*
plugin/dnssec: Change hash key input (https://github.com/coredns/coredns/pull/4372)
*
plugin/dnstap: remove config struct (https://github.com/coredns/coredns/pull/4258)
*
plugin/dnstap: remove custom encoder (https://github.com/coredns/coredns/pull/4242)
*
plugin/file: Use NXDOMAIN response if CNAME target is NXDOMAIN (https://github.com/coredns/coredns/pull/4303)
*
plugin/forward: respond with REFUSED when max_concurrent is exceeded (https://github.com/coredns/coredns/pull/4326)
*
plugin/forward: respond with REFUSED when max_concurrent is exceeded (https://github.com/coredns/coredns/pull/4326)
*
core: custom DoH request validation (https://github.com/coredns/coredns/pull/4329
)
*
plugin/forward: perform HC every 0.5 (TODO
)
*
plugin/
kubernetes: Fix NPE issue (https://github.com/coredns/coredns/pull/4338
)
*
plugin/
health: Fix health check endpoint (https://github.com/coredns/coredns/pull/4231
)
*
plugin/kubernetes: Add support for dual stack ClusterIP Services (https://github.com/coredns/coredns/pull/4339)
*
plugin/kubernetes: Add support for dual stack ClusterIP Services (https://github.com/coredns/coredns/pull/4339)
*
plugin/azure: Iterate over all RecordSetListResultPage Pages (https://github.com/coredns/coredns/pull/4351)
*
plugin/kubernetes: Fix dns programming duration metric (https://github.com/coredns/coredns/pull/4255)
*
plugin/kubernetes: Fix NPE issue (https://github.com/coredns/coredns/pull/4338)
*
plugin/kubernetes: Watch EndpointSlices (https://github.com/coredns/coredns/pull/4209)
*
plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262)
*
plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262)
*
plugin/trace: Fix zipkin json_v2 (https://github.com/coredns/coredns/pull/4180)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment