[release/2.1] Prepare release notes for v2.1.6 #12653
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Generated notes
containerd 2.1.6
Welcome to the v2.1.6 release of containerd!
The sixth patch release for containerd 2.1 contains various fixes and updates.
Highlights
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
21 commits
253f6af7bPrepare release notes for v2.1.6e81678853go.mod: golang.org/x/crypto v0.45.055a2d8c8dCI: drop Go 1.23fd8e3c39bUpdate Go requirements in BUILDINGa4454c49acore/runtime/v2: remove uses of otelgrpc.UnaryClientInterceptor251f0a285runc: Update runc binary to v1.3.4c07c29bcaci: bump Go 1.24.11, 1.25.5e52817652ci: bump Go 1.24.10, 1.25.404bbb66e4ci(release): set GO_VERSION in Dockerfile492987cccci: update CIFuzz actions to support Ubuntu 24.0455a25ec6ebuild(deps): bump github.com/opencontainers/selinuxb72d0dfe0fix: redact all query parameters in CRI error logsecd58bd65Update 2.1 branch to no longer build as latestDependency Changes
Previous release can be found at v2.1.5
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz: ✅Recommended. Dynamically linked with glibc 2.35 (Ubuntu 22.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz: Statically linked. Expected to be used on Linux distributions that do not use glibc >= 2.35. Not position-independent.In addition to containerd, typically you will have to install runc
and CNI plugins from their official sites too.
See also the Getting Started documentation.