Skip to content

Commit

Permalink
NEWS: tag version 1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Jan 24, 2024
1 parent 0dca3a0 commit 667e6eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS
@@ -1,3 +1,15 @@
* crun-1.14

- build: drop dependency on libgcrypt. Use blake3 to compute the cache
key.
- cpuset: don't clobber parent cgroup value when writing the cpuset
value.
- linux: force umask(0). Iit ensures that the `mknodat` syscall is
not affected by the umask of the calling process, allowing file
permissions to be set as specified in the OCI configuration.
- ebpf: do not require MEMLOCK for eBPF programs. This requirement
was relaxed in Linux 5.11.

* crun-1.13

- src: use O_CLOEXEC for all open/openat calls
Expand Down

0 comments on commit 667e6eb

Please sign in to comment.