1.15
What's Changed
- fix a mount point leak under /run/crun, add a retry mechanism to unmount the directory if the removal failed with EBUSY.
- linux: cgroups: fix potential mount leak when /sys/fs/cgroup is already mounted, causing the posthooks to not run.
- release: build s390x binaries using musl libc.
- features: add support for potentiallyUnsafeConfigAnnotations.
- handlers: add option to load wasi-nn plugin for wasmedge.
- linux: fix "harden chdir()" security measure. The previous check was not correct.
- crun: add option --keep to the run command. When specified the container is not automatically deleted when it exits.
New Contributors
- @Ecordonnier made their first contribution in #1448
- @martinetd made their first contribution in #1456
Full Changelog: 1.14.4...1.15