diff options
author | 2020-09-21 12:10:03 +0200 | |
---|---|---|
committer | 2020-09-21 12:10:03 +0200 | |
commit | aa82ca62fb048562ffaf4aa24d3f2db8d8bd0333 (patch) | |
tree | 1d86bb8eeaef4a9d5a41a9b5ea90a4118607c21f /notes | |
parent | 16d489851e47dc3902d17d0eff9b8ba9f3bc70cc (diff) | |
download | coredns-aa82ca62fb048562ffaf4aa24d3f2db8d8bd0333.tar.gz coredns-aa82ca62fb048562ffaf4aa24d3f2db8d8bd0333.tar.zst coredns-aa82ca62fb048562ffaf4aa24d3f2db8d8bd0333.zip |
coredns: bump version to 1.7.1 (#4136)v1.7.1
Set correct date on the release notes and add one more PR (for cache)
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.7.1.md | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/notes/coredns-1.7.1.md b/notes/coredns-1.7.1.md index c8b8415fa..aafb8b8c2 100644 --- a/notes/coredns-1.7.1.md +++ b/notes/coredns-1.7.1.md @@ -3,13 +3,10 @@ title = "CoreDNS-1.7.1 Release" description = "CoreDNS-1.7.1 Release Notes." tags = ["Release", "1.7.1", "Notes"] release = "1.7.1" -date = 2020-06-15T10:00:00+00:00 +date = 2020-09-21T10:00:00+00:00 author = "coredns" -draft = true +++ -**UNRELEASED** - The CoreDNS team has released [CoreDNS-1.7.1](https://github.com/coredns/coredns/releases/tag/v1.7.1). @@ -38,18 +35,19 @@ Zou Nengren. ## Noteworthy Changes * backend: fix root zone usage (https://github.com/coredns/coredns/pull/4039) -* core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920). +* core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920) * pkg/upstream: set edns0 and Do when required (https://github.com/coredns/coredns/pull/4055) +* plugin/cache: cache: default to DNSSEC (https://github.com/coredns/coredns/pull/4085) * plugin/{clouddns,route53}: fix lingering goroutines after restart (https://github.com/coredns/coredns/pull/4096) * plugin/debug: Enable debug globally if enabled in any server config (https://github.com/coredns/coredns/pull/4007) -* plugin/{etcd,kubernetes}: fix root zone usage (https://github.com/coredns/coredns/pull/4039). +* plugin/{etcd,kubernetes}: fix root zone usage (https://github.com/coredns/coredns/pull/4039) * plugin/forward: add hit/miss metrics for connection cache (https://github.com/coredns/coredns/pull/4114) * plugin/forward: fix panic when `expire` is configured as 0s (https://github.com/coredns/coredns/pull/4115) * plugin/forward: init ClientSessionCache in tls.Config (https://github.com/coredns/coredns/pull/4108) -* plugin/forward: Register HealthcheckBrokenCount (https://github.com/coredns/coredns/pull/4021). +* 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) * 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/template: Add client IP data (https://github.com/coredns/coredns/pull/4034) * plugin/trace: fix struct allignment (https://github.com/coredns/coredns/pull/4112) -* 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). +* 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) |