Skip to content

Commit 2e37076

Browse files
committed
Bump corefile-migration library to v1.0.26
Signed-off-by: Stefan Büringer [email protected]
1 parent 881a17a commit 2e37076

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

docs/book/src/reference/versions.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,19 @@ The Kubeadm Control Plane requires the Kubeadm Bootstrap Provider.
130130

131131
##### CoreDNS
132132

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 |
140-
| >= v1.8.9 (v1beta1) | v1.12.0 |
141-
| v1.9 (v1beta1) | v1.11.3 |
142-
| >= v1.9.4 (v1beta1) | v1.12.0 |
143-
| v1.10 (v1beta1) | v1.12.0 |
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 |
140+
| >= v1.8.9 (v1beta1) | v1.12.0 |
141+
| >= v1.8.12 (v1beta1) | v1.12.1 |
142+
| v1.9 (v1beta1) | v1.11.3 |
143+
| >= v1.9.4 (v1beta1) | v1.12.0 |
144+
| >= v1.9.7 (v1beta1) | v1.12.1 |
145+
| v1.10 (v1beta1) | v1.12.1 |
144146

145147
#### Kubernetes version specific notes
146148

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Masterminds/sprig/v3 v3.3.0
88
github.com/adrg/xdg v0.5.3
99
github.com/blang/semver/v4 v4.0.0
10-
github.com/coredns/corefile-migration v1.0.25
10+
github.com/coredns/corefile-migration v1.0.26
1111
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1212
github.com/distribution/reference v0.6.0
1313
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46

0 commit comments

Comments
 (0)