aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-08-28 15:08:37 +0200
committerGravatar GitHub <noreply@github.com> 2020-08-28 15:08:37 +0200
commitecd61a21656a7d6f6d87e3b74ad4e70a24c420c9 (patch)
treeab96c5f21033c77649c50efb02fe0924b700050f /notes
parentaced73f8cb887d62c77f607a67ef29fb67541b65 (diff)
downloadcoredns-ecd61a21656a7d6f6d87e3b74ad4e70a24c420c9.tar.gz
coredns-ecd61a21656a7d6f6d87e3b74ad4e70a24c420c9.tar.zst
coredns-ecd61a21656a7d6f6d87e3b74ad4e70a24c420c9.zip
Update the 1.7.1 notes (#4086)
* Update the 1.7.1 notes Add bunch of PR, remote the text that should show up in the 1.8.0 release. Signed-off-by: Miek Gieben <miek@miek.nl> * Update notes/coredns-1.7.1.md Co-authored-by: Chris O'Haver <cohaver@infoblox.com> Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.7.1.md28
1 files changed, 19 insertions, 9 deletions
diff --git a/notes/coredns-1.7.1.md b/notes/coredns-1.7.1.md
index b76bc1270..381a05ae8 100644
--- a/notes/coredns-1.7.1.md
+++ b/notes/coredns-1.7.1.md
@@ -13,24 +13,34 @@ draft = true
The CoreDNS team has released
[CoreDNS-1.7.1](https://github.com/coredns/coredns/releases/tag/v1.7.1).
-This is a small, incremental release that adds some polish.
-
-Note that the next (or at least soon), we will
-
-* merge caddy v1 into the coredns org. This requires a import renaming for all plugins: ` sed -i
- 's|github.com/caddyserver/caddy|github.com/coredns/caddy|'`, i.e. "github.com/caddyserver/caddy"
- needs to be renamed to "github.com/coredns/caddy".
-* merge the new transfer plugin and move plugins over to that; if you don't use the *file* plugin,
- nor zonetransfer this doesn't apply to you.
+This is a small, incremental release that adds some polish and fixes a bunch of bugs.
## Brought to You By
+Ben Kochie,
+Ben Ye,
+Chris O'Haver,
+Cricket Liu,
+Grant Garrett-Grossman,
+Li Zhijian,
+Maxime Guyot,
+Miek Gieben,
+milgradesec,
+Oleg Atamanenko,
+Olivier Lemasle,
+Ricardo Katz,
+Yong Tang,
+Zhou Hao,
+Zou Nengren.
## Noteworthy Changes
* core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920).
+* plugin/{etcd,kubernetes}: fix root zone usage (https://github.com/coredns/coredns/pull/4039).
* plugin/forward: Register HealthcheckBrokenCount (https://github.com/coredns/coredns/pull/4021).
* plugin/grpc: Improve gRPC Plugin when backend is not available (https://github.com/coredns/coredns/pull/3966)
+* plugin/route53: Fix wildcard records issue in route53 plugin (https://github.com/coredns/coredns/pull/4038).
* plugins: Using promauto package to ensure all created metrics are properly registered (https://github.com/coredns/coredns/pull/4025).
+* plugin/template: Add client IP data (https://github.com/coredns/coredns/pull/4034).
* plugin/trace: Only with *debug* active enable debug mode for tracing - removes extra logging (https://github.com/coredns/coredns/pull/4016).
* project: Add DCO requirement in Contributing guidelines (https://github.com/coredns/coredns/pull/4008).