Skip to content

Commit 8026135

Browse files
committed
NEWS: tag 1.4.1
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent c7f6cd5 commit 8026135

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
* crun-1.4.1
2+
3+
- Fix check for an invalid path. crun was performing the wrong check
4+
to validate a path, causing spurious failures at runtime.
5+
- Allow deleting a container while in `created` state. It goes
6+
against what the OCI runtime specs dictate, but it is the expected
7+
behavior since runc allows it.
8+
- Fix regression when joining a container that has explicit paths for
9+
the namespaces.
10+
- cgroup: do not set cpu limits if number of shares is set to 0.
11+
Moby uses 0 to indicate no limits.
12+
- Fix build issues when configured with --enable-shared.
13+
- Fix build on systems where OPEN_TREE_CLOEXEC is not defined.
14+
- Improve diagnostics for errors returned by dbus.
15+
116
* crun-1.4
217

318
- wasm: support for running on kubernetes with containerd.

0 commit comments

Comments
 (0)