mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
update doc for k8s 1.19 (#236)
Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
This commit is contained in:
parent
dd80017e25
commit
97bcf513d2
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +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 <br><br> ***---DEPRECATIONS---*** <br><br> <ul> <li>The federation plugin (which allows for v1 Kubernetes federation) has been removed.</li> <li> Better metrics names. More details in https://coredns.io/2020/06/15/coredns-1.7.0-release/#metric-changes </li> </ul> |
|
||||
| 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 <br> https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.7.md <br><br> ***---DEPRECATIONS---*** <br><br> <ul> <li>None</li> </ul> |
|
||||
| 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 <br> https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.4.md <br> https://github.com/coredns/coredns/blob/master/notes/coredns-1.6.5.md <br><br> ***---DEPRECATIONS---*** <br><br> <ul> <li>None</li> </ul> |
|
||||
| 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. <br><br> kubernetes fixes the logging now that kubernetes’ client lib switched to klog from glog. <br><br> The ready plugin was added that signals a plugin is ready to receive queries. First user is the kubernetes plugin. <br><br> plugin/kubernetes: Don’t do a zone transfer for NS requests <br><br> ***---DEPRECATIONS---*** <br><br> <ul> <li> 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. </li> <li> the kubernetes plugin removes the resyncperiod option.</li></ul>|
|
||||
|
|
Loading…
Reference in a new issue