fix(deps): update module github.com/containerd/containerd to v1.6.13 #42

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

This PR contains the following updates:

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

Release Notes

containerd/containerd

v1.6.13: containerd 1.6.13

Compare Source

Welcome to the v1.6.13 release of containerd!

The thirteenth patch release for containerd 1.6 contains various fixes and updates.

Notable Updates
  • Update overlay snapshotter to check for tmpfs when evaluating usage of userxattr (#​7788)
  • Update hcsschim to v0.9.6 to fix resource leak on exec (#​7808)
  • Make swapping disabled with memory limit in CRI plugin (#​7815)
  • Allow clients to remove created tasks with PID 0 (#​7816)
  • Fix concurrent map iteration and map write in CRI port forwarding (#​7819)
  • Check for nil HugepageLimits to avoid panic in CRI plugin (#​7820)

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
  • Derek McGowan
  • Akhil Mohan
  • Phil Estes
  • Kazuyoshi Kato
  • Maksym Pavlenko
  • Akihiro Suda
  • Gavin Inglis
  • Kirtana Ashok
  • Mike Brown
  • Qasim Sarfraz
  • Shinichi Morimoto
  • chaunceyjiang
  • mathis-m
Changes
25 commits

  • [release/1.6] Prepare release notes for v1.6.13 (#​7821)
    • Prepare release notes for v1.6.13
  • [release/1.6] support fetching containerd from non public GCS buckets (#​7823)
    • disable tracing while handling token
    • support fetching containerd from non public GCS buckets
  • [release/1.6] nil check to avoid panic on upgrade (#​7820)
    • nil check to avoid panic on upgrade
  • [release/1.6] concurrent map iteration and map write (#​7819)
    • fatal error: concurrent map iteration and map write
  • [release/1.6] allow client to remove created tasks with PID 0 (#​7816)
    • allow client to remove created tasks with PID 0
  • [release/1.6] cri: make swapping disabled with memory limit (#​7815)
    • cri: make swapping disabled with memory limit
  • [release/1.6] go.mod: Bump hcsshim to v0.9.6 (#​7808)
    • Bump hcsshim to v0.9.6
  • [release/1.6] Cherry pick GitHub actions workflow updates 1.6 (#​7713)
    • update codeql-action to v2
    • Upgrade actions/upload-artifact from v2 to v3
    • Move up actions versions to prep for deprecation
    • CI: update GHA instances from Ubuntu 18.04 to 20.04
    • Use global env variable to specify Go version on CI
    • Rework permission handling in scripts
    • fix pool_device_test.go
  • [release/1.6] fix: check for tmpfs when evaluating if userxattr should be used (#​7788)
    • fix: check for tmpfs when evaluating if userxattr should be used

Dependency Changes
  • github.com/Microsoft/hcsshim v0.9.5 -> v0.9.6

Previous release can be found at v1.6.12


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.12` -> `v1.6.13` | --- ### Release Notes <details> <summary>containerd/containerd</summary> ### [`v1.6.13`](https://github.com/containerd/containerd/releases/tag/v1.6.13): containerd 1.6.13 [Compare Source](https://github.com/containerd/containerd/compare/v1.6.12...v1.6.13) Welcome to the v1.6.13 release of containerd! The thirteenth patch release for containerd 1.6 contains various fixes and updates. ##### Notable Updates - **Update overlay snapshotter to check for tmpfs when evaluating usage of userxattr** ([#&#8203;7788](https://github.com/containerd/containerd/pull/7788)) - **Update hcsschim to v0.9.6 to fix resource leak on exec** ([#&#8203;7808](https://github.com/containerd/containerd/pull/7808)) - **Make swapping disabled with memory limit in CRI plugin** ([#&#8203;7815](https://github.com/containerd/containerd/pull/7815)) - **Allow clients to remove created tasks with PID 0** ([#&#8203;7816](https://github.com/containerd/containerd/pull/7816)) - **Fix concurrent map iteration and map write in CRI port forwarding** ([#&#8203;7819](https://github.com/containerd/containerd/pull/7819)) - **Check for nil `HugepageLimits` to avoid panic in CRI plugin** ([#&#8203;7820](https://github.com/containerd/containerd/pull/7820)) 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 - Derek McGowan - Akhil Mohan - Phil Estes - Kazuyoshi Kato - Maksym Pavlenko - Akihiro Suda - Gavin Inglis - Kirtana Ashok - Mike Brown - Qasim Sarfraz - Shinichi Morimoto - chaunceyjiang - mathis-m ##### Changes <details><summary>25 commits</summary> <p> - \[release/1.6] Prepare release notes for v1.6.13 ([#&#8203;7821](https://github.com/containerd/containerd/pull/7821)) - Prepare release notes for v1.6.13 - \[release/1.6] support fetching containerd from non public GCS buckets ([#&#8203;7823](https://github.com/containerd/containerd/pull/7823)) - disable tracing while handling token - support fetching containerd from non public GCS buckets - \[release/1.6] nil check to avoid panic on upgrade ([#&#8203;7820](https://github.com/containerd/containerd/pull/7820)) - nil check to avoid panic on upgrade - \[release/1.6] concurrent map iteration and map write ([#&#8203;7819](https://github.com/containerd/containerd/pull/7819)) - fatal error: concurrent map iteration and map write - \[release/1.6] allow client to remove created tasks with PID 0 ([#&#8203;7816](https://github.com/containerd/containerd/pull/7816)) - allow client to remove created tasks with PID 0 - \[release/1.6] cri: make swapping disabled with memory limit ([#&#8203;7815](https://github.com/containerd/containerd/pull/7815)) - cri: make swapping disabled with memory limit - \[release/1.6] go.mod: Bump hcsshim to v0.9.6 ([#&#8203;7808](https://github.com/containerd/containerd/pull/7808)) - Bump hcsshim to v0.9.6 - \[release/1.6] Cherry pick GitHub actions workflow updates 1.6 ([#&#8203;7713](https://github.com/containerd/containerd/pull/7713)) - update codeql-action to v2 - Upgrade actions/upload-artifact from v2 to v3 - Move up actions versions to prep for deprecation - CI: update GHA instances from Ubuntu 18.04 to 20.04 - Use global env variable to specify Go version on CI - Rework permission handling in scripts - fix pool_device_test.go - \[release/1.6] fix: check for tmpfs when evaluating if userxattr should be used ([#&#8203;7788](https://github.com/containerd/containerd/pull/7788)) - fix: check for tmpfs when evaluating if userxattr should be used </p> </details> ##### Dependency Changes - **github.com/Microsoft/hcsshim** v0.9.5 -> v0.9.6 Previous release can be found at [v1.6.12](https://github.com/containerd/containerd/releases/tag/v1.6.12) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTcuMCJ9-->
kjuulh added 1 commit 2022-12-15 19:22:12 +01:00
fix(deps): update module github.com/containerd/containerd to v1.6.13
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
7aa7b211b5
kjuulh merged commit 7aa7b211b5 into main 2022-12-15 19:38:51 +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#42
No description provided.