minikube/hack/update/containerd_version
Nir Soffer df8f21b2b3 hack: Fix containerd update for binary release
The previous update script assumed building from source tarball, using
the tag (e.g. v2.1.4). But now we install a binary release, and the
makefile use the version without the "v" prefix (e.g. 2.1.4).

Change the update command:
- to use the tag without the prefix when replacing the version
- to update the hash file with the binary release checksum

With this change we need to download the tarball and compute the hash
twice, twice, since the x86_64 and aarch64 tarballs are different.
2025-12-08 01:32:47 +02:00
..
containerd_version.go hack: Fix containerd update for binary release 2025-12-08 01:32:47 +02:00