diff options
author | 2021-10-06 17:04:34 -0700 | |
---|---|---|
committer | 2021-10-06 20:04:34 -0400 | |
commit | 13a9191efb0574cc92ed5ffd55a1f144b840d668 (patch) | |
tree | 5e1e8eee03b09ae5aeb6f4f00568fab231c1774b /notes | |
parent | 31c5532380de75a490028be3f2a285d18a93c06c (diff) | |
download | coredns-13a9191efb0574cc92ed5ffd55a1f144b840d668.tar.gz coredns-13a9191efb0574cc92ed5ffd55a1f144b840d668.tar.zst coredns-13a9191efb0574cc92ed5ffd55a1f144b840d668.zip |
Update 1.8.6 release note and prepare for release (#4909)v1.8.6
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.8.6.md | 3 |
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) |