diff --git a/kubernetes/CoreDNS-k8s_version.md b/kubernetes/CoreDNS-k8s_version.md
index 9523681..9b6a3d6 100644
--- a/kubernetes/CoreDNS-k8s_version.md
+++ b/kubernetes/CoreDNS-k8s_version.md
@@ -7,8 +7,8 @@ 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.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.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.5.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---***
- The proxy will be moved to an external repository and as such be deprecated from the default set of plugin; use the forward as a replacement.
- the kubernetes plugin removes the resyncperiod option.
|
| v1.14 & v1.15 | [v1.3.1](https://coredns.io/2019/01/13/coredns-1.3.1-release/) | TTL is also applied to negative responses (NXDOMAIN, etc).
k8s_external a new plugin that allows external zones to point to Kubernetes in-cluster services.
kubernetes now checks if a zone transfer is allowed. Also allow a TTL of 0 to avoid caching in the cache plugin.
***---DEPRECATIONS---***
|
| v1.13 | [v1.2.6](https://coredns.io/2018/11/05/coredns-1.2.6-release/) | Support for using a kubeconfig file, including various auth providers (Azure not supported due to a compilation issue with that code).
`loop` plugin fixes a bug when dealing with a failing upstream.
***---DEPRECATIONS---***
|