diff options
-rw-r--r-- | notes/coredns-1.8.6.md | 19 |
1 files changed, 19 insertions, 0 deletions
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) |