Skip to content

containerd 1.6.14

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 16:59
· 3839 commits to main since this release
v1.6.14
9ba4b25

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: fix memory.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)
    • dd81920 add ParseCgroupFileUnified to get the unified path
    • dae6735 ParseCgroupFile: fix wrong comment about unified hierarchy
  • 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)
  • 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