Skip to content

Commit

Permalink
Bump to kind 0.13.0
Browse files Browse the repository at this point in the history
This will allow us to test against the current release of Kubernetes,
1.24. Support for 1.17 is no longer provided by default with kind, so
the corresponding entry is removed.

See https://github.com/kubernetes-sigs/kind/releases/tag/v0.13.0 for
details.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed May 18, 2022
1 parent b875606 commit b80b0a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile.shipyard-dapper-base
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \

ENV LINT_VERSION=v1.46.0 \
HELM_VERSION=v3.8.0 \
KIND_VERSION=v0.12.0 \
KIND_VERSION=v0.13.0 \
BUILDX_VERSION=v0.7.1 \
GH_VERSION=2.5.1 \
YQ_VERSION=4.20.2
Expand Down
14 changes: 7 additions & 7 deletions scripts/shared/clusters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# See the release notes of the kind version in use
DEFAULT_K8S_VERSION=1.23
declare -A kind_k8s_versions
kind_k8s_versions[1.17]=1.17.17@sha256:e477ee64df5731aa4ef4deabbafc34e8d9a686b49178f726563598344a3898d5
kind_k8s_versions[1.18]=1.18.20@sha256:e3dca5e16116d11363e31639640042a9b1bd2c90f85717a7fc66be34089a8169
kind_k8s_versions[1.19]=1.19.16@sha256:81f552397c1e6c1f293f967ecb1344d8857613fb978f963c30e907c32f598467
kind_k8s_versions[1.20]=1.20.15@sha256:393bb9096c6c4d723bb17bceb0896407d7db581532d11ea2839c80b28e5d8deb
kind_k8s_versions[1.21]=1.21.10@sha256:84709f09756ba4f863769bdcabe5edafc2ada72d3c8c44d6515fc581b66b029c
kind_k8s_versions[1.22]=1.22.7@sha256:1dfd72d193bf7da64765fd2f2898f78663b9ba366c2aa74be1fd7498a1873166
kind_k8s_versions[1.23]=1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
kind_k8s_versions[1.18]=1.18.20@sha256:38a8726ece5d7867fb0ede63d718d27ce2d41af519ce68be5ae7fcca563537ed
kind_k8s_versions[1.19]=1.19.16@sha256:dec41184d10deca01a08ea548197b77dc99eeacb56ff3e371af3193c86ca99f4
kind_k8s_versions[1.20]=1.20.15@sha256:a6ce604504db064c5e25921c6c0fffea64507109a1f2a512b1b562ac37d652f3
kind_k8s_versions[1.21]=1.21.12@sha256:ae05d44cc636ee961068399ea5123ae421790f472c309900c151a44ee35c3e3e
kind_k8s_versions[1.22]=1.22.9@sha256:6e57a6b0c493c7d7183a1151acff0bfa44bf37eb668826bf00da5637c55b6d5e
kind_k8s_versions[1.23]=1.23.6@sha256:1af0f1bee4c3c0fe9b07de5e5d3fafeb2eec7b4e1b268ae89fcab96ec67e8355
kind_k8s_versions[1.24]=1.24.0@sha256:406fd86d48eaf4c04c7280cd1d2ca1d61e7d0d61ddef0125cb097bc7b82ed6a1

## Process command line flags ##

Expand Down

0 comments on commit b80b0a5

Please sign in to comment.