Skip to content

Commit

Permalink
Merge pull request #10980 from sbueringer/pr-bump-corefile-migration
Browse files Browse the repository at this point in the history
🌱 Bump corefile-migration to support CoreDNS v1.11.3
  • Loading branch information
k8s-ci-robot authored Aug 1, 2024
2 parents 0119340 + 1386c64 commit bb23eef
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 147 deletions.
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

0 comments on commit bb23eef

Please sign in to comment.