From b28b850a79055817146bce572c0abca4ec40dae9 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Thu, 2 Jul 2020 20:55:05 +0000 Subject: [PATCH] versions: Revert "versions: update QEMU to 5.0.0" This reverts commit 15af20b6dac6f427892405c3e4b064e0c8fe2cd6. kubernetes test are failing randomly with QEMU 5.0.0, let's go back to QEMU 4.1.1 and debug the failures with QEMU 5 Depends-on: github.com/kata-containers/tests#2701 fixes #379 Signed-off-by: Julio Montes --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index f3d230c2d6..c92d1f9120 100644 --- a/versions.yaml +++ b/versions.yaml @@ -88,8 +88,8 @@ assets: qemu: description: "VMM that uses KVM" url: "https://github.com/qemu/qemu" - version: "5.0.0" - tag: "v5.0.0" + version: "4.1.1" + tag: "v4.1.1" # Do not include any non-full release versions # Break the line *without CR or space being appended*, to appease # yamllint, and note the deliberate ' ' at the end of the expression.