Skip to content

Commit

Permalink
Merge pull request #11482 from chrischdi/pr-downgrade-kind-binary
Browse files Browse the repository at this point in the history
🐛 kind: downgrade binary to v0.24.0 to fix building node images for <= v1.30
  • Loading branch information
k8s-ci-robot authored Nov 27, 2024
2 parents 721b6cf + ea285b7 commit 600ae34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/ensure-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ goarch="$(go env GOARCH)"
goos="$(go env GOOS)"

# Note: When updating the MINIMUM_KIND_VERSION new shas MUST be added in `preBuiltMappings` at `test/infrastructure/kind/mapper.go`
MINIMUM_KIND_VERSION=v0.25.0
# Note: The kind version here is out of sync with our go dependency which is 0.25.0 due to issues building images <= kubernetes v1.30.
MINIMUM_KIND_VERSION=v0.24.0


# Ensure the kind tool exists and is a viable version, or installs it
Expand Down

0 comments on commit 600ae34

Please sign in to comment.