Skip to content

Commit 18cf2ef

Browse files
committed
NEWS: tag 1.6
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent d99dc2c commit 18cf2ef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
* crun-1.6
2+
3+
- runc compatibility: -v now prints the version string.
4+
- build: fix build with glibc 2.36.
5+
- container: drop intermediate userns custom feature.
6+
- cgroup: change the delegate cgroup semantic so that the cgroup is
7+
created in the container payload after the cgroup namespace is created.
8+
- seccomp: use helper process to send file descriptor to the listener
9+
socket. It enables to be notified on every syscall without hanging
10+
the main process.
11+
- linux: add a fallback to using kill(2) if pidfd_send_signal(2) fails
12+
with ENOSYS.
13+
- krun: add support for krun-sev.
14+
- wasmtime: always grant file system capability for workdir inside the container.
15+
- wasmtime: inherit arguments list from the handler instead of the current process.
16+
- wasmedge: use released wasmedge library instead of libwasmedge_c.so.
17+
118
* crun-1.5
219

320
- add mono based native .NET handler

0 commit comments

Comments
 (0)