Skip to content

1.16

Compare
Choose a tag to compare
@giuseppe giuseppe released this 07 Aug 12:38
· 84 commits to main since this release
1.16
2dc1598
  • 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