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>
This commit is contained in:
parent
aced73f8cb
commit
ecd61a2165
1 changed files with 19 additions and 9 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue