Skip to content

Commit

Permalink
runc: upgrade to v1.0.3 (kubernetes-sigs#8274)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin authored and sakuraiyuta committed Apr 16, 2022
1 parent 1608488 commit 9761716
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 @@ -52,7 +52,7 @@ image_arch: "{{host_architecture | default('amd64')}}"
kubeadm_version: "{{ kube_version }}"
etcd_version: v3.5.0
crun_version: 1.3
runc_version: v1.0.2
runc_version: v1.0.3
kata_containers_version: 2.2.3
gvisor_version: 20210921

Expand Down Expand Up @@ -458,10 +458,13 @@ helm_archive_checksums:
runc_checksums:
arm:
v1.0.2: 0
v1.0.3: 0
arm64:
v1.0.2: 0
v1.0.3: edda26f24f9137f5e6981583dc0e782ea9e3ffee591d4c7a9f9565adc2ed9461
amd64:
v1.0.2: 44d1ba01a286aaf0b31b4be9c6abc20deab0653d44ecb0d93b4d0d20eac3e0b6
v1.0.3: 5d4c0e5a4e8d6ccbb9c6696bb239f31cfab8d94b15801bafe09aaee600714f61

crun_checksums:
arm: 0
Expand Down

0 comments on commit 9761716

Please sign in to comment.