Skip to content
containerd 1.6.14

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](https://github.com/containerd/containerd/pull/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
<details><summary>6 commits</summary>
<p>

* Prepare release notes for v1.6.14 ([#7841](https://github.com/containerd/containerd/pull/7841))
  * [`1347d7c87`](https://github.com/containerd/containerd/commit/1347d7c87b01fb27b44a8c3f16b1e8c18ca656bc) Prepare release notes for v1.6.14
* [release/1.6] cri: fix `memory.memsw.limit_in_bytes: no such file or directory` ([#7838](https://github.com/containerd/containerd/pull/7838))
  * [`53c733e0b`](https://github.com/containerd/containerd/commit/53c733e0bacd44d52cbe58a31dbc1ff2ca0d5403) 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](https://github.com/containerd/containerd/pull/7830))
  * [`e8b22c100`](https://github.com/containerd/containerd/commit/e8b22c100b33e4f9eab68050a2b75deb7f0fadf1) Revert "[release/1.6] support fetching containerd from non public GCS buckets"
</p>
</details>

### Changes from containerd/cgroups
<details><summary>21 commits</summary>
<p>

* ParseCgroupFile: fix wrong comment about unified hierarchy ; add ParseCgroupFileUnified to get the unified path ([#232](https://github.com/containerd/cgroups/pull/232))
  * [`dd81920`](https://github.com/containerd/cgroups/commit/dd81920d1b44d7d9f75d93e40a74333e9afd4b92) add ParseCgroupFileUnified to get the unified path
  * [`dae6735`](https://github.com/containerd/cgroups/commit/dae6735f2be5a4dbeb43eb726a26419aef9e2185) ParseCgroupFile: fix wrong comment about unified hierarchy
* Bump go version to 1.17 in go.mod ([#230](https://github.com/containerd/cgroups/pull/230))
  * [`e5baf6b`](https://github.com/containerd/cgroups/commit/e5baf6bb07db038eab23afc4b3a2898632f2f47c) Bump go version to 1.17 in go.mod
* make cmd/ a separate module (as it's only for testing) ([#226](https://github.com/containerd/cgroups/pull/226))
  * [`66f3f56`](https://github.com/containerd/cgroups/commit/66f3f5679fb06642a202997239499dec009d199d) make cmd/ a separate module (as it's only for testing)
* feat(v2): add Update method for v2.Manager ([#225](https://github.com/containerd/cgroups/pull/225))
  * [`0592512`](https://github.com/containerd/cgroups/commit/059251245e46cb46e51254ef754cf3556c31a5fc) feat(v2): add Update method for v2.Manager
* feat: add memory.min param ([#211](https://github.com/containerd/cgroups/pull/211))
  * [`8276db2`](https://github.com/containerd/cgroups/commit/8276db2ebe5a9d7124287d208413aac93c3e59ac) feat: add memory.min param
* modified the dereference null pointer value. ([#218](https://github.com/containerd/cgroups/pull/218))
  * [`a76c4fb`](https://github.com/containerd/cgroups/commit/a76c4fbd5b9656aaad856a3684d22116cf9e08bd) modified the dereference null pointer value.
* update readme for cpu cgroup demo ([#217](https://github.com/containerd/cgroups/pull/217))
  * [`f39d7da`](https://github.com/containerd/cgroups/commit/f39d7dad9bd533a205ff5e2094615aa22a3f2d1f) update readme for cpu cgroup demo
* Fix systemd full path ([#221](https://github.com/containerd/cgroups/pull/221))
  * [`aa8003c`](https://github.com/containerd/cgroups/commit/aa8003ca79589e6ab8a1d081b2d768eb9f35b5c8) Fix systemd full path
* Update Go version and fedora base ([#223](https://github.com/containerd/cgroups/pull/223))
  * [`d7918f2`](https://github.com/containerd/cgroups/commit/d7918f21b96761cb4d69c7f42e3f8ce54d9a2a9a) Update Go version and fedora base
* Fix panic in NewSystemd on nil values ([#219](https://github.com/containerd/cgroups/pull/219))
  * [`65478b8`](https://github.com/containerd/cgroups/commit/65478b8fddda44862ebb6bb2b69122a22e61eba5) Fix panic in NewSystemd on nil values
</p>
</details>

### Dependency Changes

* **github.com/containerd/cgroups**  v1.0.3 -> v1.0.4

Previous release can be found at [v1.6.13](https://github.com/containerd/containerd/releases/tag/v1.6.13)