Skip to content

Commit

Permalink
Merge pull request #1557 from giuseppe/tag-1.17
Browse files Browse the repository at this point in the history
NEWS: tag 1.17
  • Loading branch information
giuseppe committed Sep 9, 2024
2 parents 558fce5 + 000fa0d commit 3edf8d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
* crun-1.17

- Add `--log-level` option. It accepts `error`, `warning` and `error`.
- Add debug logs for container creation.
- Fix double-free in crun exec code that could lead to a crash.
- Allow passing an ID to the journald log driver.
- Report "executable not found" errors after tty has been setup.
- Do not treat EPIPE from hooks as an error.
- Make sure `DefaultDependencies` is correctly set in the systemd scope.
- Improve the error message when the container process is not found.
- Improve error handling for the mnt namespace restoration.
- Fix error handling for `getpwuid_r`, `recvfrom` and `libcrun_kill_linux`.
- Fix handling of device paths with trailing slashes.

* crun-1.16.1

- fix a regression introduced by 1.16 where using 'rshared' rootfs
Expand Down

0 comments on commit 3edf8d4

Please sign in to comment.