You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the second patch release for `containerd` in the 1.0 series. There are
14
+
several fixes to reduce memory usage and garbage collection pressure in the
15
+
shim. The content store has a few fixes to address cases where download
16
+
resumption wasn't working properly. The image store has fixes to be more
17
+
efficient and to handle edge cases in the garbage collector.
18
+
19
+
The most critical fix addresses a hang in runc that can happen due to a race
20
+
condition around FIFOs. Make sure to update your runc binary if you are
21
+
affected. The fix is described in
22
+
https://github.com/opencontainers/runc/pull/1698. Make sure to update to the
23
+
runc version in
24
+
https://github.com/containerd/containerd/blob/master/RUNC.md to ensure you are not affected.
25
+
26
+
In addition to the above, https://github.com/containerd/containerd/pull/2063
27
+
addresses an issue where duplicate directory entries can land in a layer diff
28
+
if both the metadata and a child entry are changed.
29
+
"""
30
+
31
+
# notable prs to include in the release notes, 1234 is the pr number
0 commit comments