来源: https://github.com/containerd/containerd/releases/tag/v2.2.5
containerd/containerd v2.2.5 Release Notes
Published at: 2026-06-18T23:11:33Z
Welcome to the v2.2.5 release of containerd!
The fifth patch release for containerd 2.2 contains various fixes and updates including security patches.
Security Updates
Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.
Contributors
- Samuel Karp
- Chris Henzie
- Akihiro Suda
- Derek McGowan
- Maksym Pavlenko
- Akhil Mohan
- Ben Cressey
- Brian Goff
- Davanum Srinivas
- Sebastiaan van Stijn
Changes
27 commits
- Prepare release notes for v2.2.5 (#13628)
269031099Prepare release notes for v2.2.5ad59aa564Merge commit from fork0b4d23690Merge commit from forkbe8460656cri: filter CDI annotations on checkpoint restore347240f72Merge commit from forkcff578841cri: do not re-tag restored checkpoints668cf2c2fMerge commit from fork357652293cri: make checkpoint restore robust to unexpected archive contentd43da05afMerge commit from fork30708e8d1Bound user-database file reads in openUserFile028647ea2Merge commit from forkb6072a49fDo not propagate reserved labels from image configs
- vendor: golang.org/x/crypto v0.53.0 (#13607)
cfea2c141[release/2.2] vendor: golang.org/x/crypto v0.53.0
- update runc binary to v1.3.6 (#13606)
fc96ea6b3update runc binary to v1.3.6
- update go to 1.26.4/1.25.11 (#13577)
5a125fd66update go to 1.26.4/1.25.11
- Configure udevd children-max for root-test (#13567)
2b7dfbd7fConfigure udevd children-max for root-test
- Clean up disk space in node e2e workflow (#13548)
1500e586fClean up disk space in node e2e workflow
- contrib/checkpoint: increase timeouts to 30s (#13460)
9991e944econtrib/checkpoint: increase timeouts to 30s
- release: don’t mark 2.2 releases as latest (#13458)
55a1f85d5release: don’t mark 2.2 releases as latest
Dependency Changes
- golang.org/x/crypto v0.45.0 -> v0.53.0
- golang.org/x/mod v0.29.0 -> v0.36.0
- golang.org/x/net v0.47.0 -> v0.55.0
- golang.org/x/sync v0.18.0 -> v0.21.0
- golang.org/x/sys v0.38.0 -> v0.46.0
- golang.org/x/term v0.37.0 -> v0.44.0
- golang.org/x/text v0.31.0 -> v0.38.0
Previous release can be found at v2.2.4
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.