Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cri-o] Bump versions to 1.26.3, 1.25.3, 1.24.5 #9999

Merged
merged 1 commit into from
Apr 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ crictl_supported_versions:
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"

crio_supported_versions:
v1.26: v1.26.0
v1.25: v1.25.1
v1.24: v1.24.3
v1.26: v1.26.3
v1.25: v1.25.3
v1.24: v1.24.5
crio_version: "{{ crio_supported_versions[kube_major_version] }}"

yq_version: "v4.33.2"
Expand Down Expand Up @@ -201,21 +201,21 @@ crictl_checksums:

crio_archive_checksums:
arm:
v1.26.0: 0
v1.25.1: 0
v1.24.3: 0
v1.26.3: 0
v1.25.3: 0
v1.24.5: 0
arm64:
v1.26.0: 8605b166d00c674e6363ee2336600fa6c6730a6a724f03ab3b72a0d5f9efcd1d
v1.25.1: add26675dc993b292024d007fd69980d8d1e75c675851d0cb687fe1dfd1f3008
v1.24.3: d8040602e03c90e4482b4ce97b63c2cf1301cd2afb0aa722342f40f3537a1a1f
v1.26.3: c85ea3f6476b354af0b15ad7ab80ae202d082ed0c83f1a323b48352c4698db9a
v1.25.3: 09cabe5499a12013618fb5d8d9c71df56d68f54f6cbe67cab75e6d886eb30214
v1.24.5: 677c5a01c3352a1095df4d5b2502eb26fa423ec15243b96bf81dc447a3e80062
amd64:
v1.26.0: 79837d8b7af95547b92dbab105268dd6382ce2a7afbddad93cc168ab0ca766c8
v1.25.1: 49f98a38805740c40266a5bf3badc28e4ca725ccf923327c75c00fccc241f562
v1.24.3: 43f6e3a7ad6ae8cf05ed0f1e493578c28abf6a798aedb8ee9643ff7c25a68ca3
v1.26.3: 942772081d9cd4bd0c07e466439b76a1ca95d3f10a7b53dc524d2946b2b17a71
v1.25.3: b990709ca45784726489aac77bb1e309d9148944483870d737a3a595f6305491
v1.24.5: 32c5f577c53c8e6d516e75127079798a35988c637ca1ebb050734d66a52353c5
ppc64le:
v1.26.0: 0
v1.25.1: 0
v1.24.3: 0
v1.26.3: 0
v1.25.3: 0
v1.24.5: 0

# Checksum
# Kubernetes versions above Kubespray's current target version are untested and should be used with caution.
Expand Down