From db6d4f7e16b0552f762be2e0a196e4a16acd613a Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Mon, 9 May 2022 14:08:41 -0700 Subject: [PATCH] versions: Upgrade to Cloud Hypervisor v23.1 The following issues have been addressed from the latest bug fix release v23.1 of Cloud Hypervisor: 1) Add some missing seccomp rules; 2) Remove virtio-fs filesystem entries from config on removal; 3) Do not delete API socket on API server start; 4) Reject virtio-mem resize if the guest doesn't activate the device; 5) Fix OpenAPI naming of I/O throttling knobs; Fixes: #4222 Signed-off-by: Bo Chen (cherry picked from commit 82ea0182811142d4bda8a09554d87921f66e5639) --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 6fab525a35..b0d1d3ac18 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: "v23.0" + version: "v23.1" firecracker: description: "Firecracker micro-VMM"