From 4064430f81208284888363cc259ca16338067659 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Wed, 9 Feb 2022 15:04:09 -0500 Subject: [PATCH] fix notes (#5175) Signed-off-by: Chris O'Haver --- notes/coredns-1.9.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/notes/coredns-1.9.0.md b/notes/coredns-1.9.0.md index 353d81780..4fb023a91 100644 --- a/notes/coredns-1.9.0.md +++ b/notes/coredns-1.9.0.md @@ -24,6 +24,5 @@ xuweiwei * plugin/kubernetes: remove wildcard query functionality (https://github.com/coredns/coredns/pull/5019) * Health-checks should respect force_tcp (https://github.com/coredns/coredns/pull/5109) -```suggestion * plugin/prometheus: Write rcode properly to the metrics (https://github.com/coredns/coredns/pull/5126) * plugin/template: Persist truncated state to client if CNAME lookup response is truncated (https://github.com/coredns/coredns/pull/4713)