From 0e9229ae34caaebcb86f1fde18de3acaf18c6d9a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 21 Jan 2021 08:44:06 +0100 Subject: [PATCH] NEWS: tag 0.17 Signed-off-by: Giuseppe Scrivano --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 4f8111fd11..adb394088e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +* crun-0.17 + +- allow creating user namespaces without root being mapped. +- allow arbitrary IDs with single ID userns. +- use close_range(CLOSE_RANGE_CLOEXEC) where available. +- honor /sys/kernel/cgroup/delegate. +- fix an issue with hooks running in the container PID namespace. +- fix building without seccomp. +- fix building without libcap. + * crun-0.16 - CRIU support.