Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.8] 🌱 Bump corefile-migration to support CoreDNS v1.11.3 #10985

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/book/src/reference/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,13 @@ The Kubeadm Control Plane requires the Kubeadm Bootstrap Provider.

##### CoreDNS

| CAPI Version | Max CoreDNS Version for Upgrade |
|----------------------|---------------------------------|
| v1.5 (v1beta1) | v1.10.1 |
| >= v1.5.1 (v1beta1) | v1.11.1 |
| v1.6 (v1beta1) | v1.11.1 |
| v1.7 (v1beta1) | v1.11.1 |
| CAPI Version | Max CoreDNS Version for Upgrade |
|---------------------|---------------------------------|
| v1.5 (v1beta1) | v1.10.1 |
| >= v1.5.1 (v1beta1) | v1.11.1 |
| v1.6 (v1beta1) | v1.11.1 |
| v1.7 (v1beta1) | v1.11.1 |
| v1.8 (v1beta1) | v1.11.3 |

#### Kubernetes version specific notes

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/adrg/xdg v0.5.0
github.com/blang/semver/v4 v4.0.0
github.com/coredns/corefile-migration v1.0.21
github.com/coredns/corefile-migration v1.0.23
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/distribution/reference v0.6.0
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/coredns/caddy v1.1.0 // indirect
github.com/coredns/caddy v1.1.1 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
Expand Down
Loading