Skip to content

Commit

Permalink
[cri-o] update to v1.28.1 (#10480)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlijin committed Sep 26, 2023
1 parent 94322ef commit a0eb7c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions roles/download/defaults/main/checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ crictl_checksums:
v1.26.0: 5538c88b8ccde419e6158ab9c06dfcca1fa0abecf33d0a75b2d22ceddd283f0d
crio_archive_checksums:
arm:
v1.28.1: 0
v1.28.0: 0
v1.27.1: 0
v1.27.0: 0
Expand All @@ -35,6 +36,7 @@ crio_archive_checksums:
v1.26.1: 0
v1.26.0: 0
arm64:
v1.28.1: 98a96c6b6bdf20c60e1a7948847c28b57d9e6e47e396b2e405811ea2c24ab9dc
v1.28.0: c8ea800244d9e4ce74af85126afadea2939cd6f7ddd152d0f09fafbf294ef1cc
v1.27.1: ddf601e28dc22d878cdd34549402a236afaa47e0a08f39b09e65bab7034b1b97
v1.27.0: c6615360311bff7fdfe1933e8d5030a2e9926b7196c4e7a07fcb10e51a676272
Expand All @@ -44,6 +46,7 @@ crio_archive_checksums:
v1.26.1: 30fe91a60c54b627962da0c21f947424d3cdf484067bc5cda3b3777c10c85384
v1.26.0: 8605b166d00c674e6363ee2336600fa6c6730a6a724f03ab3b72a0d5f9efcd1d
amd64:
v1.28.1: 63cee2e67e283e29d790caa52531bcca7bc59473fb73bde75f4fd8daa169d4bf
v1.28.0: fa87497c12815766d18f332b38a4d823fa6ad6bb3d159e383a5557e6c912eb3b
v1.27.1: 23c0b26f9df65671f20c042466c0e6c543e16ba769bbf63aa26abef170f393ba
v1.27.0: 8f99db9aeea00299cb3f28ee61646472014cac91930e4c7551c9153f8f720093
Expand All @@ -53,6 +56,7 @@ crio_archive_checksums:
v1.26.1: cc2fc263f9f88072c744e019ba1c919d9ce2d71603b1b72d288c47c82a86bf08
v1.26.0: 79837d8b7af95547b92dbab105268dd6382ce2a7afbddad93cc168ab0ca766c8
ppc64le:
v1.28.1: 0
v1.28.0: 0
v1.27.1: 0
v1.27.0: 0
Expand Down
2 changes: 1 addition & 1 deletion roles/download/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ crictl_supported_versions:
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"

crio_supported_versions:
v1.28: v1.28.0
v1.28: v1.28.1
v1.27: v1.27.1
v1.26: v1.26.3
crio_version: "{{ crio_supported_versions[kube_major_version] }}"
Expand Down

0 comments on commit a0eb7c0

Please sign in to comment.