From 44c7c082d9f728c07fde847267bdd003871a00ac Mon Sep 17 00:00:00 2001 From: Simon Kaegi Date: Mon, 18 Sep 2023 14:17:32 -0400 Subject: [PATCH] versions: Bump virtiofsd to v1.8.0 https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.8.0 was released two weeks ago. We have fully tested and are using this version. Also bumps toolchain version to match what virtiofsd used. Fixes: #7960 Signed-off-by: Simon Kaegi --- versions.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/versions.yaml b/versions.yaml index c7cafb079..2a7a326cf 100644 --- a/versions.yaml +++ b/versions.yaml @@ -329,14 +329,14 @@ externals: virtiofsd: description: "vhost-user virtio-fs device backend written in Rust" url: "https://gitlab.com/virtio-fs/virtiofsd" - version: "v1.6.1" - toolchain: "1.66.0" + version: "v1.8.0" + toolchain: "1.72.0" meta: - # From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.7.0, - # this is the link labelled virtiofsd-v1.7.0.zip + # From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.8.0, + # this is the link labelled virtiofsd-v1.8.0.zip # # yamllint disable-line rule:line-length - binary: "https://gitlab.com/virtio-fs/virtiofsd/uploads/dc56ecbf86ce1226bdc31f946cfded75/virtiofsd-v1.7.0.zip" + binary: "https://gitlab.com/virtio-fs/virtiofsd/uploads/9ec473efd0203219d016e66aac4190aa/virtiofsd-v1.8.0.zip" languages: description: |