Skip to content

Commit

Permalink
Crun v0.19 support (kubernetes-sigs#7433)
Browse files Browse the repository at this point in the history
* Add support for crun v0.19

* Change default crun version to v0.19
  • Loading branch information
necatican authored and sakuraiyuta committed Apr 16, 2022
1 parent e141a8d commit d21ba73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ image_arch: "{{host_architecture | default('amd64')}}"
# Versions
kubeadm_version: "{{ kube_version }}"
etcd_version: v3.4.13
crun_version: 0.18
crun_version: 0.19
kata_containers_version: 1.12.1

# gcr and kubernetes image repo define
Expand Down Expand Up @@ -470,10 +470,12 @@ crun_checksums:
0.16: a16508a9c15a2aa898d6ba18bbc394cd37cdb4e3968f177f2fbb7b70a8a0f4fb
0.17: af99d543a41c5ef441e9e653b60392e8d6988a56762819a6959031e3154e94c1
0.18: e94578c013eae98b0a50477f6bc77963a7c85145bf280da39f9855d69d9cab53
0.19: bb12a7e1f3c8d5e29527f9cc4d18ec18724607d108bb0d276340014ea22569c8
arm64:
0.16: 0
0.17: 0
0.18: e580157bc8f87114a2f1d8ac28f8a7c4a588dfa21969fc99f78919cb9bf3ed0a
0.19: 18ee1f2e50ba07dc0e8c35c86cd4c8990942a2adebaabfc20e26e11db4b01a28

kata_containers_binary_checksums:
arm:
Expand Down

0 comments on commit d21ba73

Please sign in to comment.