Skip to content

Commit 8684e97

Browse files
authored
coco: bump to version 0.13.0 (#169)
Signed-off-by: Carlos Segarra <carlos@carlossegarra.com>
1 parent 9874129 commit 8684e97

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

tasks/operator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}'"

tasks/sc2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

tasks/util/versions.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
67
GO_VERSION = "1.23.0"

0 commit comments

Comments
 (0)