From 6e06a7a132b94486f81e0c5848a855238d1acd56 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Wed, 18 Aug 2021 09:54:08 -0400 Subject: [PATCH 1/3] Update CoreDNS-k8s_version.md --- kubernetes/CoreDNS-k8s_version.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubernetes/CoreDNS-k8s_version.md b/kubernetes/CoreDNS-k8s_version.md index 76a6f43..055d39b 100644 --- a/kubernetes/CoreDNS-k8s_version.md +++ b/kubernetes/CoreDNS-k8s_version.md @@ -5,6 +5,8 @@ This document records the CoreDNS version that was installed by kubeadm with eac | Kubernetes Version | CoreDNS version installed by kubeadm | Changes in CoreDNS from previous release to Kubernetes | |:--------------------:|:-------------------------:|:----------| +| v1.22 | [v1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4) | CoreDNS must be granted list and watch permissions to EndpointSlices | +| v1.21 | [v1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0) | | | v1.20 | [v1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0) | | | 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---***

| From 4e392388a075eece8dc91a3ab56ba87998782548 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Wed, 18 Aug 2021 09:56:22 -0400 Subject: [PATCH 2/3] 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 055d39b..707c85c 100644 --- a/kubernetes/CoreDNS-k8s_version.md +++ b/kubernetes/CoreDNS-k8s_version.md @@ -5,7 +5,7 @@ This document records the CoreDNS version that was installed by kubeadm with eac | Kubernetes Version | CoreDNS version installed by kubeadm | Changes in CoreDNS from previous release to Kubernetes | |:--------------------:|:-------------------------:|:----------| -| v1.22 | [v1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4) | CoreDNS must be granted list and watch permissions to EndpointSlices | +| v1.22 | [v1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4) | CoreDNS must be granted list and watch access to EndpointSlices | | v1.21 | [v1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0) | | | v1.20 | [v1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0) | | | 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---***

| From 4660d68a6f14d9b67284bdd12106a0369aeb021b Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Wed, 18 Aug 2021 11:37:27 -0400 Subject: [PATCH 3/3] Update CoreDNS-k8s_version.md --- kubernetes/CoreDNS-k8s_version.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/CoreDNS-k8s_version.md b/kubernetes/CoreDNS-k8s_version.md index 707c85c..8dab8f6 100644 --- a/kubernetes/CoreDNS-k8s_version.md +++ b/kubernetes/CoreDNS-k8s_version.md @@ -5,8 +5,8 @@ This document records the CoreDNS version that was installed by kubeadm with eac | Kubernetes Version | CoreDNS version installed by kubeadm | Changes in CoreDNS from previous release to Kubernetes | |:--------------------:|:-------------------------:|:----------| -| v1.22 | [v1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4) | CoreDNS must be granted list and watch access to EndpointSlices | -| v1.21 | [v1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0) | | +| v1.22 | [v1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.1.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.2.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.3.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.4.md

***---NOTE---*** CoreDNS must be granted list and watch access to EndpointSlices | +| v1.21 | [v1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0) | https://github.com/coredns/coredns/blob/master/notes/coredns-1.7.1.md
https://github.com/coredns/coredns/blob/master/notes/coredns-1.8.0.md

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

  • The `transfer` option in the _kubernetes_ plugin has been removed. Zone transfers can be enabled with the new _transfer_ plugin.
| | v1.20 | [v1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0) | | | 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---***

  • The federation plugin (which allows for v1 Kubernetes federation) has been removed.
  • Many Prometheus metrics names have changed. More details in https://coredns.io/2020/06/15/coredns-1.7.0-release/#metric-changes
| | 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---***

  • None
|