aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes/coredns-1.8.6.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/notes/coredns-1.8.6.md b/notes/coredns-1.8.6.md
index c563949d1..4df55db42 100644
--- a/notes/coredns-1.8.6.md
+++ b/notes/coredns-1.8.6.md
@@ -3,7 +3,7 @@ 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
+date = 2021-10-7T00:00:00+00:00
author = "coredns"
+++
@@ -17,3 +17,4 @@ Miek Gieben.
## Noteworthy Changes
* plugin/kubernetes: fix reload panic (https://github.com/coredns/coredns/pull/4881)
+* plugin/kubernetes: Don't use pod names longer than 63 characters as dns labels (https://github.com/coredns/coredns/pull/4908)