File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments