Skip to content

Commit

Permalink
NEWS: tag 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Dec 6, 2024
1 parent 1f8dc4d commit db31c42
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
* crun-1.19

- wasm: add new handler wamr.
- criu: allow passing network lock method to libcriu
- linux: honor exec cpu affinity mask.
- build: fix build with musl libc.
- crun: use mount API to self-clone.
- cgroup, systemd: do not override devices on update. If the "update" request has no
device block configured, do not reset the previously configuration.
- cgroup: handle case where cgroup v1 freezer is disabled. On systems without the
freezer controller, containers were mistakenly reported as paused.
- cgroup: do not stop process on exec. The cpu mask is configured on the systemd
scope, the previous workaround to stop the container until the cgroup is fully
configured is no longer needed.

* crun-1.18.2

- cgroup, systemd: fix a regression when a configuration file includes only one
Expand Down

0 comments on commit db31c42

Please sign in to comment.