From c053c83c57551bca13ead8600237341818975974 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 18 Oct 2023 21:27:05 +0200 Subject: [PATCH] NEWS: tag 1.10 Signed-off-by: Giuseppe Scrivano --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 68f11a5b4..093362f44 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +* crun-1.10 + +- support for Intel Resource Director Technology (RDT). +- new mount option "copy-symlink". When provided for a mount, if the + source is a symlink, then it is copied in the container instead of + attempting a mount. +- linux: open mounts before setgroups if in a userns. This solves a + problem where a directory that was previously accessible to the + user, become inaccessible after setgroups causing the bind mount to + fail. + * crun-1.9.2 - cgroup: reset the inherited cpu affinity after moving to cgroup.