Skip to content

Commit 8f5108e

Browse files
Update kind to v0.18.0
Signed-off-by: killianmuldoon <[email protected]>
1 parent 8561e03 commit 8f5108e

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

docs/book/src/developer/providers/migrations/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.17.x
17+
- sigs.k8s.io/kind: v0.14.x => v0.18.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/providers/migrations/v1.3-to-v1.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ maintainers of providers and consumers of our Go API.
1111

1212
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
1313

14+
- sigs.k8s.io/kind: v0.17.x => v0.18.x
1415
- sigs.k8s.io/controller-runtime: v0.13.x => v0.14.x
1516
- sigs.k8s.io/controller-tools: v0.10.x => v0.11.x
1617
- github.com/joelanford/go-apidiff: 0.5.0 => 0.6.0

docs/book/src/developer/providers/migrations/v1.4-to-v1.5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ maintainers of providers and consumers of our Go API.
1111

1212
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
1313

14+
- sigs.k8s.io/kind: v0.17.x => v0.18.x
15+
1416
## Changes by Kind
1517

1618
### Deprecation

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

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

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

49-
**Minimum [kind] supported version**: v0.17.0
49+
**Minimum [kind] supported version**: v0.18.0
5050

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

hack/ensure-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
2727

2828
GOPATH_BIN="$(go env GOPATH)/bin"
29-
MINIMUM_KIND_VERSION=v0.17.0
29+
MINIMUM_KIND_VERSION=v0.18.0
3030
goarch="$(go env GOARCH)"
3131
goos="$(go env GOOS)"
3232

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
2525
sigs.k8s.io/cluster-api v0.0.0-00010101000000-000000000000
2626
sigs.k8s.io/controller-runtime v0.14.6
27-
sigs.k8s.io/kind v0.17.0
27+
sigs.k8s.io/kind v0.18.0
2828
sigs.k8s.io/yaml v1.3.0
2929
)
3030

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ sigs.k8s.io/controller-runtime v0.14.6 h1:oxstGVvXGNnMvY7TAESYk+lzr6S3V5VFxQ6d92
970970
sigs.k8s.io/controller-runtime v0.14.6/go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0=
971971
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=
972972
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
973-
sigs.k8s.io/kind v0.17.0 h1:CScmGz/wX66puA06Gj8OZb76Wmk7JIjgWf5JDvY7msM=
974-
sigs.k8s.io/kind v0.17.0/go.mod h1:Qqp8AiwOlMZmJWs37Hgs31xcbiYXjtXlRBSftcnZXQk=
973+
sigs.k8s.io/kind v0.18.0 h1:ahgZdVV1pdhXlYe1f+ztISakT23KdrBl/NFY9JMygzs=
974+
sigs.k8s.io/kind v0.18.0/go.mod h1:Qqp8AiwOlMZmJWs37Hgs31xcbiYXjtXlRBSftcnZXQk=
975975
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=
976976
sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E=
977977
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=

0 commit comments

Comments
 (0)