File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controlle
14
14
15
15
- sigs.k8s.io/controller-runtime: v0.12.x => v0.13.x
16
16
- 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
18
18
- k8s.io/* : v0.24.x => v0.25.x (derived from controller-runtime)
19
19
- github.com/onsi/ginkgo: v1.x => v2.x (derived from controller-runtime)
20
20
- k8s.io/kubectl: v0.24.x => 0.25.x
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ workflow that offers easy deployments and rapid iterative builds.
8
8
## Prerequisites
9
9
10
10
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
12
12
1 . [ Tilt] ( https://docs.tilt.dev/install.html ) : v0.22.2 or newer
13
13
1 . [ kustomize] ( https://github.com/kubernetes-sigs/kustomize ) : provided via ` make kustomize `
14
14
1 . [ envsubst] ( https://github.com/drone/envsubst ) : provided via ` make envsubst `
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ a target [management cluster] on the selected [infrastructure provider].
45
45
46
46
[ kind] is not designed for production use.
47
47
48
- ** Minimum [ kind] supported version** : v0.15 .0
48
+ ** Minimum [ kind] supported version** : v0.16 .0
49
49
50
50
** Help with common issues can be found in the [ Troubleshooting Guide] ( ./troubleshooting.md ) .**
51
51
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set -o pipefail
21
21
set -x
22
22
23
23
GOPATH_BIN=" $( go env GOPATH) /bin/"
24
- MINIMUM_KIND_VERSION=v0.15 .0
24
+ MINIMUM_KIND_VERSION=v0.16 .0
25
25
goarch=" $( go env GOARCH) "
26
26
goos=" $( go env GOOS) "
27
27
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
26
26
sigs.k8s.io/cluster-api v0.0.0-00010101000000-000000000000
27
27
sigs.k8s.io/controller-runtime v0.13.0
28
- sigs.k8s.io/kind v0.15 .0
28
+ sigs.k8s.io/kind v0.16 .0
29
29
sigs.k8s.io/yaml v1.3.0
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -1122,8 +1122,8 @@ sigs.k8s.io/controller-runtime v0.13.0 h1:iqa5RNciy7ADWnIc8QxCbOX5FEKVR3uxVxKHRM
1122
1122
sigs.k8s.io/controller-runtime v0.13.0 /go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI =
1123
1123
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
1124
1124
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 =
1127
1127
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE =
1128
1128
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 /go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E =
1129
1129
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo =
You can’t perform that action at this time.
0 commit comments