aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-07-25 17:10:03 +0200
committerGravatar GitHub <noreply@github.com> 2020-07-25 08:10:03 -0700
commit49337b7d386fa9d5416877f87f47059de07c15a2 (patch)
tree600ac0c80a27264e6526a710a1163018053d016c /notes
parentdf4e9be8fca80ac42931ab275651c18e52f68dd2 (diff)
downloadcoredns-49337b7d386fa9d5416877f87f47059de07c15a2.tar.gz
coredns-49337b7d386fa9d5416877f87f47059de07c15a2.tar.zst
coredns-49337b7d386fa9d5416877f87f47059de07c15a2.zip
Add initial notes for 1.7.1 (#4026)
Start documenting the changes early. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.7.1.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/notes/coredns-1.7.1.md b/notes/coredns-1.7.1.md
new file mode 100644
index 000000000..783e68a08
--- /dev/null
+++ b/notes/coredns-1.7.1.md
@@ -0,0 +1,25 @@
++++
+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
+author = "coredns"
++++
+
+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.
+
+## Brought to You By
+
+
+## Noteworthy Changes
+
+* plugin/forward: register HealthcheckBrokenCount (https://github.com/coredns/coredns/pull/4021).
+ See PR TBD for using `promauto` to never have this 'forget to register metric' again.
+* plugin/trace: Only with *debug* active enable debug mode for tracing - removes extra logging (https://github.com/coredns/coredns/pull/4016)
+* plugin/grpc: Improve gRPC Plugin when backend is not available (https://github.com/coredns/coredns/pull/3966)
+* project: Add DCO requirement in Contributing guidelines (https://github.com/coredns/coredns/pull/4008)
+* core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920)