Skip to content

Commit

Permalink
NEWS: tag 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed May 2, 2024
1 parent f904485 commit e6eacaf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NEWS
@@ -1,3 +1,17 @@
* crun-1.15

- 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.

* crun-1.14.4

- linux: fix mount of file with recursive flags. Do not assume it is
Expand Down

0 comments on commit e6eacaf

Please sign in to comment.