Skip to content

Commit

Permalink
NEWS: tag 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Aug 7, 2024
1 parent e6a1ef1 commit 2dc1598
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
* crun-1.16

- build: fix build for s390x.
- linux: fix mount of special files with rro. Open the mount target
with O_PATH to prevent open(2) failures with special files like
FIFOs or UNIX sockets.
- Fix sd-bus error handling for cpu quota and period props update.
- container: use relative path for rootfs if possible. If the rootfs
cannot be resolved and it is below the current working directory,
only use its relative path.
- wasmedge: access container environment variables for the WasmEdge
configuration.
- cgroup, systemd: use MemoryMax instead of MemoryLimit. Fixes a
warning for using an old configuration name.
- cgroup, systemd: improve checks for sd_bus_message_append errors

* crun-1.15

- fix a mount point leak under /run/crun, add a retry mechanism to
Expand Down

0 comments on commit 2dc1598

Please sign in to comment.