Skip to content

Commit

Permalink
NEWS: tag 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Sep 7, 2023
1 parent 212bb48 commit a538ac4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
* crun-1.9

- linux: support arbitrary idmapped mounts. Now it is possible to
specify a mapping for any type of mount, not only bind mounts.
- linux: add support for "ridmap" mount option to support recursive
idmapped mounts.
- crun delete: call systemd's reset-failed. In case systemd cgroup
driver is used, and the systemd unit has failed (e.g. oom-killed),
systemd won't remove the unit (that is, unless the "CollectMode:
inactive-or-failed" property is set).
- linux: fix check for oom_score_adj. Write the oom_score_adj file
even when the new value is 0.
- features: Support mountExtensions.
- linux: correctly handle unknown signal string when it doesn't start
with a digit.
- linux: do not attempt to join again already joined namespace.
- wasmer: use latest wasix API.

* crun-1.8.7

- linux: fix a race condition when an exec was performed
Expand Down

0 comments on commit a538ac4

Please sign in to comment.