Skip to content

Commit 62e6600

Browse files
authored
Merge pull request #7276 from sbueringer/pr-bump-to-kind-v0.16
🌱 Bump kind to v0.16.0
2 parents 975027c + 5ff95ec commit 62e6600

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/book/src/developer/providers/v1.2-to-v1.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controlle
1414

1515
- sigs.k8s.io/controller-runtime: v0.12.x => v0.13.x
1616
- sigs.k8s.io/controller-tools: v0.9.x => v0.10.x
17-
- sigs.k8s.io/kind: v0.14.x => v0.15.x
17+
- sigs.k8s.io/kind: v0.14.x => v0.16.x
1818
- k8s.io/*: v0.24.x => v0.25.x (derived from controller-runtime)
1919
- github.com/onsi/ginkgo: v1.x => v2.x (derived from controller-runtime)
2020
- k8s.io/kubectl: v0.24.x => 0.25.x

docs/book/src/developer/tilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workflow that offers easy deployments and rapid iterative builds.
88
## Prerequisites
99

1010
1. [Docker](https://docs.docker.com/install/): v19.03 or newer
11-
1. [kind](https://kind.sigs.k8s.io): v0.15 or newer
11+
1. [kind](https://kind.sigs.k8s.io): v0.16 or newer
1212
1. [Tilt](https://docs.tilt.dev/install.html): v0.22.2 or newer
1313
1. [kustomize](https://github.com/kubernetes-sigs/kustomize): provided via `make kustomize`
1414
1. [envsubst](https://github.com/drone/envsubst): provided via `make envsubst`

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ a target [management cluster] on the selected [infrastructure provider].
4545

4646
[kind] is not designed for production use.
4747

48-
**Minimum [kind] supported version**: v0.15.0
48+
**Minimum [kind] supported version**: v0.16.0
4949

5050
**Help with common issues can be found in the [Troubleshooting Guide](./troubleshooting.md).**
5151

hack/ensure-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -o pipefail
2121
set -x
2222

2323
GOPATH_BIN="$(go env GOPATH)/bin/"
24-
MINIMUM_KIND_VERSION=v0.15.0
24+
MINIMUM_KIND_VERSION=v0.16.0
2525
goarch="$(go env GOARCH)"
2626
goos="$(go env GOOS)"
2727

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
2626
sigs.k8s.io/cluster-api v0.0.0-00010101000000-000000000000
2727
sigs.k8s.io/controller-runtime v0.13.0
28-
sigs.k8s.io/kind v0.15.0
28+
sigs.k8s.io/kind v0.16.0
2929
sigs.k8s.io/yaml v1.3.0
3030
)
3131

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,8 @@ sigs.k8s.io/controller-runtime v0.13.0 h1:iqa5RNciy7ADWnIc8QxCbOX5FEKVR3uxVxKHRM
11221122
sigs.k8s.io/controller-runtime v0.13.0/go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI=
11231123
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=
11241124
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
1125-
sigs.k8s.io/kind v0.15.0 h1:Fskj234L4hjQlsScCgeYvCBIRt06cjLzc7+kbr1u8Tg=
1126-
sigs.k8s.io/kind v0.15.0/go.mod h1:cKTqagdRyUQmihhBOd+7p43DpOPRn9rHsUC08K1Jbsk=
1125+
sigs.k8s.io/kind v0.16.0 h1:GFXyyxtPnHFKqXr3ZG8/X0+0K9sl69lejStlPn2WQyM=
1126+
sigs.k8s.io/kind v0.16.0/go.mod h1:cKTqagdRyUQmihhBOd+7p43DpOPRn9rHsUC08K1Jbsk=
11271127
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=
11281128
sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E=
11291129
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=

0 commit comments

Comments
 (0)