File tree Expand file tree Collapse file tree 5 files changed +23
-147
lines changed Expand file tree Collapse file tree 5 files changed +23
-147
lines changed Original file line number Diff line number Diff line change @@ -130,12 +130,13 @@ The Kubeadm Control Plane requires the Kubeadm Bootstrap Provider.
130
130
131
131
##### CoreDNS
132
132
133
- | CAPI Version | Max CoreDNS Version for Upgrade |
134
- | ----------------------| ---------------------------------|
135
- | v1.5 (v1beta1) | v1.10.1 |
136
- | >= v1.5.1 (v1beta1) | v1.11.1 |
137
- | v1.6 (v1beta1) | v1.11.1 |
138
- | v1.7 (v1beta1) | v1.11.1 |
133
+ | CAPI Version | Max CoreDNS Version for Upgrade |
134
+ | ---------------------| ---------------------------------|
135
+ | v1.5 (v1beta1) | v1.10.1 |
136
+ | >= v1.5.1 (v1beta1) | v1.11.1 |
137
+ | v1.6 (v1beta1) | v1.11.1 |
138
+ | v1.7 (v1beta1) | v1.11.1 |
139
+ | v1.8 (v1beta1) | v1.11.3 |
139
140
140
141
#### Kubernetes version specific notes
141
142
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/Masterminds/sprig/v3 v3.2.3
8
8
github.com/adrg/xdg v0.5.0
9
9
github.com/blang/semver/v4 v4.0.0
10
- github.com/coredns/corefile-migration v1.0.21
10
+ github.com/coredns/corefile-migration v1.0.23
11
11
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
12
12
github.com/distribution/reference v0.6.0
13
13
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
@@ -67,7 +67,7 @@ require (
67
67
github.com/cespare/xxhash/v2 v2.2.0 // indirect
68
68
github.com/chai2010/gettext-go v1.0.2 // indirect
69
69
github.com/cloudflare/circl v1.3.7 // indirect
70
- github.com/coredns/caddy v1.1.0 // indirect
70
+ github.com/coredns/caddy v1.1.1 // indirect
71
71
github.com/coreos/go-semver v0.3.1 // indirect
72
72
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
73
73
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
You can’t perform that action at this time.
0 commit comments