1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-22 17:27:34 +00:00

versions: Bump virtiofsd to v1.3.0

Changes since v1.2.0:
  Update rust-vmm dependencies                           (main) ← (update-deps)
  implement std::error::Error trait                      (main) ← (fix-impl-error)
  Show the nofile hard limit value in the warning me...  (main) ← (fix-rlimit-warn)
  Do not create tmpdir and bind mount /proc/self/fd ...  (main) ← (remove-tmp-dir-for-proc)
  Disable killpriv_v2 by default                         (main) ← (no-killpriv-default)

The one that affected Kata Containers the most was , as virtiofsd
would get denied when SELinux was set to run on enforcing mode.

Fixes: 

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2022-06-10 13:14:58 +02:00
parent ae911d0cd3
commit b0e090f40b

@@ -246,13 +246,13 @@ externals:
virtiofsd: virtiofsd:
description: "vhost-user virtio-fs device backend written in Rust" description: "vhost-user virtio-fs device backend written in Rust"
url: "https://gitlab.com/virtio-fs/virtiofsd" url: "https://gitlab.com/virtio-fs/virtiofsd"
version: "v1.2.0" version: "v1.3.0"
meta: meta:
# From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.2.0, # From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.3.0,
# this is the link labelled virtiofsd-v1.2.0.zip # this is the link labelled virtiofsd-v1.3.0.zip
# #
# yamllint disable-line rule:line-length # yamllint disable-line rule:line-length
binary: "https://gitlab.com/virtio-fs/virtiofsd/uploads/b26d9891caac83209a3fdd24bcf2ae86/virtiofsd-v1.2.0.zip" binary: "https://gitlab.com/virtio-fs/virtiofsd/uploads/9a4f2261fcb1701f1e709694b5c5d980/virtiofsd-v1.3.0.zip"
languages: languages:
description: | description: |