File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ * crun-1.23
2+
3+ - krun: enable virtio-gpu. Enable and configure a virtio-gpu device
4+ if /dev/dri and /usr/libexec/virgl_render_server are present within
5+ the container.
6+ - krun: add support for nitro enclaves.
7+ - criu: Add support for tcp-close.
8+ - linux: fix issue when RestrictAddressFamilies="AF_UNIX AF_NETLINK" is
9+ in place in the systemd unit. Regression introduced in crun 1.17.
10+ - cgroup,systemd: use BPFProgram=device on systemd to install the device
11+ controller eBPF.
12+ - cgroup,systemd: allow empty slice in cgroupsPath.
13+ - crun: print the program version even with an invalid rundir.
14+ - linux: fix regression with idmapped mounts. Support idmapped mounts
15+ also when there is no user namespace specified for the container.
16+ crun 1.22 introduced the regression.
17+ - cgroup: change formula to convert from cpu shares to cpu weight.
18+ The OCI CPU shares (range [2-262144]) to cgroup v2 `cpu.weight`
19+ (range [1-10000]) conversion formula has been updated to use a
20+ quadratic function so that min, max and default values match.
21+
122* crun-1.22
223
324- crun: add a new command crun mounts to dynamically add or remove
You can’t perform that action at this time.
0 commit comments