fix(deps): update module github.com/containerd/containerd to v1.6.14 #44

Merged
kjuulh merged 1 commits from renovate/all into main 2022-12-19 18:18:47 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/containerd/containerd require patch v1.6.13 -> v1.6.14

Release Notes

containerd/containerd

v1.6.14: containerd 1.6.14

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/containerd/containerd](https://github.com/containerd/containerd) | require | patch | `v1.6.13` -> `v1.6.14` | --- ### Release Notes <details> <summary>containerd/containerd</summary> ### [`v1.6.14`](https://github.com/containerd/containerd/releases/tag/v1.6.14): containerd 1.6.14 [Compare Source](https://github.com/containerd/containerd/compare/v1.6.13...v1.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** ([#&#8203;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 ([#&#8203;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` ([#&#8203;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" ([#&#8203;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 ([#&#8203;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 ([#&#8203;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) ([#&#8203;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 ([#&#8203;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 ([#&#8203;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. ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjQuMCJ9-->
kjuulh added 1 commit 2022-12-19 18:00:54 +01:00
fix(deps): update module github.com/containerd/containerd to v1.6.14
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
9c0ffe38b6
kjuulh merged commit 9c0ffe38b6 into main 2022-12-19 18:18:47 +01:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/dagger#44