containerd 1.6.14
github-actions
released this
04 Jan 18:57
·
1956 commits
to master
since this release
Welcome to the v1.6.14 release of containerd!
The fourteenth patch release for containerd 1.6 fixes a regression in the CRI plugin related to swap
Notable Updates
- Fix
memory.memsw.limit_in_bytes: no such file or directory
error in CRI plugin (#7838)
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
- Phil Estes
- Derek McGowan
- Akihiro Suda
- Cameron Sparr
- Akhil Mohan
- Kazuyoshi Kato
- Sebastiaan van Stijn
- Serge Logvinov
- Wang Bing
- Wei Fu
- cathaysia
- shi yixue
- wusong
Changes
6 commits
- Prepare release notes for v1.6.14 (#7841)
1347d7c87
Prepare release notes for v1.6.14
- [release/1.6] cri: fix
memory.memsw.limit_in_bytes: no such file or directory
(#7838)53c733e0b
cri: fixmemory.memsw.limit_in_bytes: no such file or directory
- Revert "[release/1.6] support fetching containerd from non public GCS buckets" (#7830)
e8b22c100
Revert "[release/1.6] support fetching containerd from non public GCS buckets"
Changes from containerd/cgroups
21 commits
- ParseCgroupFile: fix wrong comment about unified hierarchy ; add ParseCgroupFileUnified to get the unified path (#232)
- Bump go version to 1.17 in go.mod (#230)
e5baf6b
Bump go version to 1.17 in go.mod
- make cmd/ a separate module (as it's only for testing) (#226)
66f3f56
make cmd/ a separate module (as it's only for testing)
- feat(v2): add Update method for v2.Manager (#225)
0592512
feat(v2): add Update method for v2.Manager
- feat: add memory.min param (#211)
8276db2
feat: add memory.min param
- modified the dereference null pointer value. (#218)
a76c4fb
modified the dereference null pointer value.
- update readme for cpu cgroup demo (#217)
f39d7da
update readme for cpu cgroup demo
- Fix systemd full path (#221)
aa8003c
Fix systemd full path
- Update Go version and fedora base (#223)
d7918f2
Update Go version and fedora base
- Fix panic in NewSystemd on nil values (#219)
65478b8
Fix panic in NewSystemd on nil values
Dependency Changes
- github.com/containerd/cgroups v1.0.3 -> v1.0.4
Previous release can be found at v1.6.13