diff options
author | 2019-12-19 15:34:03 +0100 | |
---|---|---|
committer | 2019-12-19 09:34:03 -0500 | |
commit | e1cf9ccdab004dccaac65543a62ef6c5d22ca841 (patch) | |
tree | f668e9786c33b579098e98c9cbdae767e39958d4 /plugin/kubernetes/handler_test.go | |
parent | d5ab0a781d4ed84f96d15115d5b4830c2bed0560 (diff) | |
download | coredns-e1cf9ccdab004dccaac65543a62ef6c5d22ca841.tar.gz coredns-e1cf9ccdab004dccaac65543a62ef6c5d22ca841.tar.zst coredns-e1cf9ccdab004dccaac65543a62ef6c5d22ca841.zip |
Bump kubernetes plugin schema version (#3554)
The Kubernetes DNS specification schema version was
updated to 1.1.0 in order to support IPv6
Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
Diffstat (limited to 'plugin/kubernetes/handler_test.go')
-rw-r--r-- | plugin/kubernetes/handler_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/handler_test.go b/plugin/kubernetes/handler_test.go index 186c2a3a6..9579f8421 100644 --- a/plugin/kubernetes/handler_test.go +++ b/plugin/kubernetes/handler_test.go @@ -264,7 +264,7 @@ var dnsTestCases = []test.Case{ Qname: "dns-version.cluster.local.", Qtype: dns.TypeTXT, Rcode: dns.RcodeSuccess, Answer: []dns.RR{ - test.TXT("dns-version.cluster.local 28800 IN TXT 1.0.1"), + test.TXT("dns-version.cluster.local 28800 IN TXT 1.1.0"), }, }, // A Service (Headless) does not exist |