Skip to content

Commit 4de19b6

Browse files
committed
NEWS: tag 1.22
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent e922e42 commit 4de19b6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

NEWS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
* crun-1.22
2+
3+
- crun: add a new command crun mounts to dynamically add or remove
4+
mounts from a running container.
5+
- linux: add support for moving existing network devices into the
6+
container namespace as defined in the OCI specification.
7+
- linux: add src-nofollow and dest-nofollow mount options for more
8+
precise control over how symbolic links are handled.
9+
- krun: implement support for external kernels, allowing users to
10+
bundle a kernel image with the container.
11+
- krun: the vCPU limit has been increased to 16.
12+
- krun: add support for specifying the libkrun flavor via the
13+
KRUN_VM_FILE.
14+
- criu: fix checkpoint and restore for containers that have a bind
15+
mount where the destination is a symbolic link.
16+
- criu: automatically create the directory specified by --work-path if
17+
it does not exist, improving compatibility with other runtimes.
18+
- criu: re-enable support on the riscv64 architecture.
19+
- cgroup: fix incorrect setting of cpu.max when the OCI quota is -1.
20+
- hardening: replace all uses of the insecure sprintf function with
21+
safer alternatives like snprintf to prevent buffer overflows.
22+
- fix a regression that caused issues when dealing with paths that do
23+
not exist and openat2 is not available.
24+
- fix an issue where the file descriptor for the rootfs would become
25+
stale if the rootfs was replaced by a mount.
26+
- fix parsing of rootless options.
27+
- fix a potential crash in krun by checking if library handles exist
28+
before being unloaded.
29+
- improve error messages for dlopen failures, making them more descriptive.
30+
- cgroup: fix a regression on WSL when running with cgroup v1.
31+
- libcrun: setup /dev/console as a symlink to pty instead of bind mount
32+
when possible.
33+
134
* crun-1.21
235

336
- criu: when running under systemd, use a proxy process to initialize

0 commit comments

Comments
 (0)