Skip to content

Commit

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

- cgroup: support running without a sub-cgroup with systemd. Use the
d-bus API to set the container limits on the systemd scope itself.
It allows running without a sub-cgroup when the systemd driver is
used, the run.oci.systemd.subgroup annotation controls it. For now,
a sub-cgroup is still created, but it might be changed in future.
- cgroup: add support for the misc controller.
- linux: fix running on kernel without user namespaces.
- criu, restore: add lsm-profile option.
- criu, restore: add lsm-mount-context option.
- linux: add duplicate namespace detection.

* crun-1.17

- Add `--log-level` option. It accepts `error`, `warning` and `error`.
Expand Down

0 comments on commit fea1b3b

Please sign in to comment.