Skip to content

Commit 3fc2561

Browse files
committed
NEWS: tag version 1.23
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 69c3ba1 commit 3fc2561

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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

0 commit comments

Comments
 (0)