From f22b7a37ac754da0f56e445126b8b888e0d5b567 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Wed, 21 Oct 2020 15:32:11 -0400 Subject: [PATCH] Update CoreDNS-k8s_version.md --- kubernetes/CoreDNS-k8s_version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/CoreDNS-k8s_version.md b/kubernetes/CoreDNS-k8s_version.md index d4029f0..0f43042 100644 --- a/kubernetes/CoreDNS-k8s_version.md +++ b/kubernetes/CoreDNS-k8s_version.md @@ -7,7 +7,7 @@ This document helps map the CoreDNS version that has been shipped with Kubernete | Kubernetes Version | CoreDNS version | Changes in CoreDNS from previous release to Kubernetes | |:--------------------:|:-------------------------:|:----------| -| v1.19 | [v1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.9.md

***---DEPRECATIONS---***

| +| v1.19 | [v1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.9.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.7.0.md

***---DEPRECATIONS---***

| | v1.18 | [v1.6.7](https://github.com/coredns/coredns/releases/tag/v1.6.7) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.6.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.7.md

***---DEPRECATIONS---***

| | v1.17 | [v1.6.5](https://github.com/coredns/coredns/releases/tag/v1.6.5) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.3.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.4.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.5.md

***---DEPRECATIONS---***

| | v1.16 | [v1.6.2](https://coredns.io/2019/08/13/coredns-1.6.2-release/) | `health` plugin will revert back to report process level health without plugin status. A new ready plugin will make sure plugins have at least completed their startup sequence.

kubernetes fixes the logging now that kubernetes’ client lib switched to klog from glog.

The ready plugin was added that signals a plugin is ready to receive queries. First user is the kubernetes plugin.

plugin/kubernetes: Don’t do a zone transfer for NS requests

***---DEPRECATIONS---***

|