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
44afbc6b
Commit
44afbc6b
authored
Jul 15, 2021
by
Miek Gieben
Committed by
GitHub
Jul 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notes: add introduction text and more PRs (#4755)
parent
50d888f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
notes/coredns-1.8.5.md
notes/coredns-1.8.5.md
+17
-8
No files found.
notes/coredns-1.8.5.md
View file @
44afbc6b
...
@@ -7,15 +7,21 @@ date = 2021-05-28T07:00:00+00:00
...
@@ -7,15 +7,21 @@ date = 2021-05-28T07:00:00+00:00
author = "coredns"
author = "coredns"
+++
+++
Blah blah blah
This is a rather big release, we now [share plugins among zones in the same server
block](https://github.com/coredns/coredns/pull/4593), which should save memory. Various bug fixes in
a bunch of plugins and not one, but two new plugins. A
*geoip*
plugin that can report
**where**
the
query came from and a
*header*
plugin that allows you to fiddle with (some of) the header bits in a
DNS message.
## Brought to You By
## Brought to You By
Chris O'Haver,
Chris O'Haver,
Jeongwook Park,
Licht Takeuchi,
Licht Takeuchi,
mfleader,
mfleader,
Miek Gieben,
Miek Gieben,
Ondřej Benkovský,
Ondřej Benkovský,
Qasim Sarfraz,
Sven Nebel,
Sven Nebel,
Yong Tang.
Yong Tang.
...
@@ -25,13 +31,16 @@ Yong Tang.
...
@@ -25,13 +31,16 @@ Yong Tang.
*
core: Fix IPv6 case for CIDR format reverse zones (https://github.com/coredns/coredns/pull/4652)
*
core: Fix IPv6 case for CIDR format reverse zones (https://github.com/coredns/coredns/pull/4652)
*
core: Share plugins among zones in the same server block (https://github.com/coredns/coredns/pull/4593)
*
core: Share plugins among zones in the same server block (https://github.com/coredns/coredns/pull/4593)
*
plugin/cache: Unset AD flag when DO is not set for cache miss (https://github.com/coredns/coredns/pull/4736)
*
plugin/cache: Unset AD flag when DO is not set for cache miss (https://github.com/coredns/coredns/pull/4736)
*
plugin/errors: add configurable log level to errors plugin (https://github.com/coredns/coredns/pull/4718)
*
plugin/errors: Add configurable log level to errors plugin (https://github.com/coredns/coredns/pull/4718)
*
plugin/geoip: Create geoip plugin (https://github.com/coredns/coredns/pull/4688)
*
plugin/header: Introduce header plugin (https://github.com/coredns/coredns/pull/4752)
*
plugin/kubernetes: Add NS+hosts records to xfr response. Add coredns service to test data. (https://github.com/coredns/coredns/pull/4696)
*
plugin/kubernetes: Add NS+hosts records to xfr response. Add coredns service to test data. (https://github.com/coredns/coredns/pull/4696)
*
plugin/log:
d
o not log NOERROR in log plugin when response is not available (https://github.com/coredns/coredns/pull/4725)
*
plugin/log:
D
o not log NOERROR in log plugin when response is not available (https://github.com/coredns/coredns/pull/4725)
*
plugin/log:
f
ix closing of codeblock (https://github.com/coredns/coredns/pull/4680)
*
plugin/log:
F
ix closing of codeblock (https://github.com/coredns/coredns/pull/4680)
*
plugin/metrics:
w
hen no response is written, fallback to status of next plugin in prometheus plugin (https://github.com/coredns/coredns/pull/4727)
*
plugin/metrics:
W
hen no response is written, fallback to status of next plugin in prometheus plugin (https://github.com/coredns/coredns/pull/4727)
*
plugin/route53: Fix Route53 plugin cannot retrieve ECS Task Role (https://github.com/coredns/coredns/pull/4669)
*
plugin/route53: Fix Route53 plugin cannot retrieve ECS Task Role (https://github.com/coredns/coredns/pull/4669)
*
plugin/secondary:
d
oc updates (https://github.com/coredns/coredns/pull/4686)
*
plugin/secondary:
D
oc updates (https://github.com/coredns/coredns/pull/4686)
*
plugin/secondary: Retry initial transfer until successful (https://github.com/coredns/coredns/pull/4663)
*
plugin/secondary: Retry initial transfer until successful (https://github.com/coredns/coredns/pull/4663)
*
plugin/trace: fix rcode tag in case of no response (https://github.com/coredns/coredns/pull/4742)
*
plugin/trace: Fix rcode tag in case of no response (https://github.com/coredns/coredns/pull/4742)
*
plugin/trace: trace plugin can mark traces with error tag (https://github.com/coredns/coredns/pull/4720)
*
plugin/trace: Publish trace id as metadata from trace plugin (https://github.com/coredns/coredns/pull/4749)
*
plugin/trace: Trace plugin can mark traces with error tag (https://github.com/coredns/coredns/pull/4720)
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