The ninth patch release for containerd 1.6 contains various fixes, reorders the pod setup workflow in the CRI plugin to
prevent CNI resource leaks, and includes a new version of runc.
Notable Updates
Update oci.WithDefaultUnixDevices(): remove tun/tap from the default devices (#7268)
Fix CRI: Do not append []string{""} to command to preserve Docker compatibility (#7298)
Enhance CRI: ContainerStatus to return container resources (#7410)
Fix OCI resolver to skip TLS verification for localhost (#7438
Fix createTarFile: make xattr EPERM non-fatal (#7447)
Fix CRI plugin to setup pod network after creating the sandbox container (#7456)
Fix OCI pusher to retry request on writer reset (#7461)
Fix archive to validate digests before use (#7490)
Migrate from k8s.gcr.io to registry.k8s.io (#7549)
Fix CRI: PodSandboxStatus should tolerate missing task (#7551)
Fix io.containerd.runc.v1: Stats() shouldn't assume s.container is non-nil (#7557)
Enhance CRI plugin to add logging volume metrics (#7571)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/containerd/containerd from 1.6.8 to 1.6.9.
Release notes
Sourced from github.com/containerd/containerd's releases.
... (truncated)
Commits
1c90a44
Merge pull request #7573 from samuelkarp/release/1.6.996929a5
Merge pull request #7574 from swagatbora90/backport-cap-bpf-perfmonf1493f6
Prepare release notes for v1.6.9346412f
adding support of CAP_BPF and CAP_PERFMON99578d1
Update mailmap8b9c35a
Merge pull request #7571 from sophieliu15/release/1.6a956d84
Add logging volume metrics to Containerd CRI plugin8658d0b
Merge pull request #7562 from dcantah/cp-concurrent-closech29e2dea
fix pusher concurrent close channel9a194f7
Merge pull request #7557 from kzys/backport/1.6/stats-nilDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)