Skip to content

Commit

Permalink
NEWS: tag 1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Nov 23, 2023
1 parent f9e3792 commit ce429cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS
@@ -1,3 +1,16 @@
* crun-1.12

- add new WebAssembly handler: spin.
- systemd: fallback to system bus if session bus is not available.
- configure the cpu rt and cpuset controllers before joining them to
avoid running temporarily the workload on the wrong cpus.
- preconfigure the cpuset with required resources instead of using the
parent's set. This prevents needless churn in the kernel as it
tracks which CPUs have load balancing disabled.
- try attr/<lsm>/* before the attr/* files. Writes to the attr/*
files may fail if apparmor is not the first "major" LSM in the list
of loaded LSMs (e.g. lsm=apparmor,bpf vs lsm=bpf,apparmor).

* crun-1.11.2

- fix a regression caused by 1.11.1 where the process crashes if there
Expand Down

0 comments on commit ce429cb

Please sign in to comment.