File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ def install_cc_runtime(debug=False):
6565 "kata-qemu" ,
6666 "kata-qemu-coco-dev" ,
6767 "kata-qemu-tdx" ,
68- "kata-qemu-sev" ,
6968 "kata-qemu-snp" ,
7069 ]
7170 run_class_cmd = "get runtimeclass -o jsonpath='{.items..handler}'"
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ def install_sc2_runtime(debug=False):
170170 "kata-clh" ,
171171 "kata-qemu" ,
172172 "kata-qemu-coco-dev" ,
173- "kata-qemu-sev" ,
174173 "kata-qemu-snp" ,
175174 "kata-qemu-snp-sc2" ,
176175 "kata-qemu-tdx" ,
Original file line number Diff line number Diff line change 1- # CoCo versions (note that the CoCo release pins the Kata Version)
2- COCO_VERSION = "0.12.0"
3- KATA_VERSION = "3.14.0"
1+ # CoCo versions (note that the CoCo release pins the Kata Version, but we may
2+ # bump the latter if we need to pick up some changes)
3+ COCO_VERSION = "0.13.0"
4+ KATA_VERSION = "3.15.0"
45
56# Base software versions
67GO_VERSION = "1.23.0"
You can’t perform that action at this time.
0 commit comments