From bbd317cb22f673a7d9c756ecff13681535bf74c6 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 24 Sep 2021 11:57:37 -0400 Subject: [PATCH] initial 1.8.6 notes (#4884) Signed-off-by: Chris O'Haver --- notes/coredns-1.8.6.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 notes/coredns-1.8.6.md diff --git a/notes/coredns-1.8.6.md b/notes/coredns-1.8.6.md new file mode 100644 index 000000000..c563949d1 --- /dev/null +++ b/notes/coredns-1.8.6.md @@ -0,0 +1,19 @@ ++++ +title = "CoreDNS-1.8.6 Release" +description = "CoreDNS-1.8.6 Release Notes." +tags = ["Release", "1.8.6", "Notes"] +release = "1.8.6" +date = 2021-09-24T00:00:00+00:00 +author = "coredns" ++++ + +This is a small bug fix release. + +## Brought to You By + +Chris O'Haver, +Miek Gieben. + +## Noteworthy Changes + +* plugin/kubernetes: fix reload panic (https://github.com/coredns/coredns/pull/4881)