2020-05-31 21:11:28 +00:00
|
|
|
#!/bin/sh
|
2021-04-19 16:46:21 +00:00
|
|
|
###############################################################################
|
|
|
|
|
# This file defines the versions of the tools that are installed in the CI
|
|
|
|
|
# toolchain and the Docker image.
|
|
|
|
|
#
|
|
|
|
|
# Updating a tool's version here is not enough, you will need to create a
|
|
|
|
|
# checksum file in ./hack/installers/checksums matching the name of the
|
|
|
|
|
# downloaded binary with a ".sha256" suffix appended, containing the proper
|
|
|
|
|
# SHA256 sum of the binary.
|
2022-09-23 00:19:01 +00:00
|
|
|
#
|
|
|
|
|
# Use ./hack/installers/checksums/add-helm-checksums.sh and
|
|
|
|
|
# add-kustomize-checksums.sh to help download checksums.
|
2021-04-19 16:46:21 +00:00
|
|
|
###############################################################################
|
2026-03-18 17:42:58 +00:00
|
|
|
helm3_version=3.20.1
|
2026-02-10 11:24:06 +00:00
|
|
|
kustomize5_version=5.8.1
|
2025-02-25 17:04:57 +00:00
|
|
|
protoc_version=29.3
|
2025-06-06 11:27:02 +00:00
|
|
|
oras_version=1.2.0
|
2026-02-18 16:58:38 +00:00
|
|
|
git_lfs_version=3.7.1
|