Skip to content

Bump version to v1.1.0

Sergio Lopez requested to merge slp/virtiofsd:bump-v1.1.0 into main

Following SemVer, we need to bump the minor number, as we are adding new features.

Changes since v1.0.0:

  • xattr mapping add a new type "unsupported" (!67 (merged))
  • sandbox: Support combining --rlimit-nofile and --sandbox=chroot (!65 (merged))
  • sandbox: Propagate exit code from child to parent (!64 (merged))
  • xattrmap: Fix documentation for type "map" (!68 (merged))
  • Adds compatibility options (!61 (merged))
  • Replace crate seccomp-sys with libseccomp-sys (!71 (merged))
  • Drop membership of all supplementary groups (CVE-2022-0358) (!77 (merged))
  • Adds killpriv_v2/no_killpriv_v2 options (!62 (merged))

Signed-off-by: Sergio Lopez slp@redhat.com

Merge request reports