Skip to content

Commit 1386c64

Browse files
committed
Bump corefile-migration to support CoreDNS v1.11.3
Signed-off-by: Stefan Büringer [email protected]
1 parent c0c7cdf commit 1386c64

File tree

5 files changed

+23
-147
lines changed

5 files changed

+23
-147
lines changed

docs/book/src/reference/versions.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,13 @@ 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 |
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 |
139140

140141
#### Kubernetes version specific notes
141142

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Masterminds/sprig/v3 v3.2.3
88
github.com/adrg/xdg v0.5.0
99
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
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
@@ -67,7 +67,7 @@ require (
6767
github.com/cespare/xxhash/v2 v2.2.0 // indirect
6868
github.com/chai2010/gettext-go v1.0.2 // indirect
6969
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
7171
github.com/coreos/go-semver v0.3.1 // indirect
7272
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
7373
github.com/coreos/go-systemd/v22 v22.5.0 // indirect

0 commit comments

Comments
 (0)