Skip to content

Commit

Permalink
[cri-tools] add hashes for 1.23.0 (kubernetes-sigs#8442)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin authored and LuckySB committed Oct 20, 2023
1 parent d8e3977 commit 3412ac9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ etcd_supported_versions:
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"

crictl_supported_versions:
v1.23: "v1.22.0"
v1.23: "v1.23.0"
v1.22: "v1.22.0"
v1.21: "v1.21.0"
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
Expand Down Expand Up @@ -154,12 +154,15 @@ containerd_download_url: "https://github.com/containerd/containerd/releases/down

crictl_checksums:
arm:
v1.23.0: c20f7a118183d1e6da24c3709471ea0b4dee51cb709f958e0d90f3acb4eb59ae
v1.22.0: b74f7cc52ce79c6d7fd776beb6353f4628e9c36f17ba2b8e6c48155714057f07
v1.21.0: 638af758860b282f8ec862b90ecbc200ec87388134e555684f92d39591c938f7
arm64:
v1.23.0: 91094253e77094435027998a99b9b6a67b0baad3327975365f7715a1a3bd9595
v1.22.0: a713c37fade0d96a989bc15ebe906e08ef5c8fe5e107c2161b0665e9963b770e
v1.21.0: 454eecd29fe636282339af5b73c60234a7d10e4b11b9e18937e33056763d72cf
amd64:
v1.23.0: b754f83c80acdc75f93aba191ff269da6be45d0fc2d3f4079704e7d1424f1ca8
v1.22.0: 45e0556c42616af60ebe93bf4691056338b3ea0001c0201a6a8ff8b1dbc0652a
v1.21.0: 85c78a35584971625bf1c3bcd46e5404a90396f979d7586f18b11119cb623e24

Expand Down

0 comments on commit 3412ac9

Please sign in to comment.