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).