Skip to content

Commit

Permalink
feat: Upgrade cri-tools to v1.25.0
Browse files Browse the repository at this point in the history
From v1.22.0 on flatcar and RHEL derivatives, and from an undetermined
version (known only at machine provision time) for Debian derivatives.
  • Loading branch information
dlipovetsky committed Jan 23, 2023
1 parent 68200b1 commit dc48e4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ kubernetes_cni_version: "0.9.1"
# The project release closely follows the Kubernetes release cycle, and uses a
# nearly identical version scheme.
# IMPORTANT When you update crictl_version, also update crictl_sha256.
crictl_version: "1.22.0"
crictl_version: "1.25.0"

# On flatcar Linux, we install crictl from a release artifact, not a system package.
# The url points to the linux/amd64 release artifact.
crictl_url: https://github.com/kubernetes-sigs/cri-tools/releases/download/v{{ crictl_version }}/crictl-v{{ crictl_version }}-linux-amd64.tar.gz
# The sha256 sum verifies the integrity of the release artifact.
crictl_sha256: 45e0556c42616af60ebe93bf4691056338b3ea0001c0201a6a8ff8b1dbc0652a
crictl_sha256: 86ab210c007f521ac4cdcbcf0ae3fb2e10923e65f16de83e0e1db191a07f0235


# The critools deb and rpm package versions. While the version derives directly from
# the crictl verson, the package revision can change independently.
Expand Down

0 comments on commit dc48e4b

Please sign in to comment.