Skip to content

Commit

Permalink
chore: bump kind to v0.12.0 (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Mar 8, 2022
1 parent 9bf45ca commit 30d83e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
go-version: '1.17.7'
- uses: engineerd/setup-kind@v0.5.0
with:
version: v0.11.1
version: v0.12.0
# Cluster will be created by the tests themselves so no need to create it here.
skipClusterCreation: "true"
# As described in
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
go-version: '1.17.7'
- uses: engineerd/setup-kind@v0.5.0
with:
version: v0.11.1
version: v0.12.0
# Cluster will be created by the tests themselves so no need to create it here.
skipClusterCreation: "true"
# As described in
Expand Down
14 changes: 7 additions & 7 deletions tests/integration/kind_images.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"supported": [
"kindest/node:v1.19.11@sha256:07db187ae84b4b7de440a73886f008cf903fcf5764ba8106a9fd5243d6f32729",
"kindest/node:v1.20.7@sha256:cbeaf907fc78ac97ce7b625e4bf0de16e3ea725daf6b04f930bd14c67c671ff9",
"kindest/node:v1.21.2@sha256:9d07ff05e4afefbba983fac311807b3c17a5f36e7061f6cb7e2ba756255b2be4",
"kindest/node:v1.22.0@sha256:b8bda84bb3a190e6e028b1760d277454a72267a5454b57db34437c34a588d047"
],
"default": "kindest/node:v1.22.0@sha256:b8bda84bb3a190e6e028b1760d277454a72267a5454b57db34437c34a588d047"
}
"kindest/node:v1.22.7@sha256:1dfd72d193bf7da64765fd2f2898f78663b9ba366c2aa74be1fd7498a1873166",
"kindest/node:v1.21.10@sha256:84709f09756ba4f863769bdcabe5edafc2ada72d3c8c44d6515fc581b66b029c",
"kindest/node:v1.20.15@sha256:393bb9096c6c4d723bb17bceb0896407d7db581532d11ea2839c80b28e5d8deb",
"kindest/node:v1.19.16@sha256:81f552397c1e6c1f293f967ecb1344d8857613fb978f963c30e907c32f598467"
],
"default": "kindest/node:v1.22.7@sha256:1dfd72d193bf7da64765fd2f2898f78663b9ba366c2aa74be1fd7498a1873166"
}

0 comments on commit 30d83e5

Please sign in to comment.