From 3f39bdfc3e759404bdf659763eba7d569d137fe7 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sun, 20 Sep 2020 09:23:43 +0800 Subject: [PATCH] versions: update clh to v0.10.0 `kata-deploy` test failed on `v0.9.0` and succeeded on `v0.10.0`. See https://github.com/kata-containers/kata-containers/runs/1139077520?check_suite_focus=true and https://github.com/bergwolf/kata-containers/runs/1139304442?check_suite_focus=true Fixes: #765 Signed-off-by: Peng Tao --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 5cf99a716c..170fef6b1c 100644 --- a/versions.yaml +++ b/versions.yaml @@ -75,7 +75,7 @@ assets: url: "https://github.com/cloud-hypervisor/cloud-hypervisor" uscan-url: >- https://github.com/cloud-hypervisor/cloud-hypervisor/tags.*/v?(\d\S+)\.tar\.gz - version: "v0.9.0" + version: "v0.10.0" firecracker: description: "Firecracker micro-VMM"