File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments