[release/2.1] Prepare release notes for v2.1.4#12159
Merged
dmcgowan merged 1 commit intocontainerd:release/2.1from Jul 30, 2025
Merged
[release/2.1] Prepare release notes for v2.1.4#12159dmcgowan merged 1 commit intocontainerd:release/2.1from
dmcgowan merged 1 commit intocontainerd:release/2.1from
Conversation
Signed-off-by: Derek McGowan <derek@mcg.dev>
estesp
approved these changes
Jul 30, 2025
austinvazquez
approved these changes
Jul 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.4
Welcome to the v2.1.4 release of containerd!
The fourth patch release for containerd 2.1 contains various fixes and updates.
Highlights
Container Runtime Interface (CRI)
Go client
Image Distribution
Image Storage
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
25 commits
112e41363Add release notes for v2.1.4add2dcf86Ensure fetcher always closes body and properly calls release34a1cb1ddfix(dockerFetcher): resolve deadlock issue in dockerFetcher open82c4d6875ci: bump Go 1.23.11, 1.24.56cc2a8d77Fix intermittent test failures on Windows CIs6adc69312Remove WS2025 from CIs due to regression8d194c19ferofs-snapshotter: make IMMUTABLE_FL optional2df7175d7client/New: Don't unlazy the gRPC connection implicitly4902adb92update go-md2man binary to v2.0.702298e1a0cri:fix containerd panic when can't find sandbox extension583133e71erofs-differ: fix filesystem UUID for tar-converted layers57db13d50Amend runtime handler test for stable orderd822c9048CRI: Stable sort for RuntimeHandlersa2fd70639Test showing RuntimeHandlers in Status() are unorderedb74268f86bugfix:close container io when runtime create failedDependency Changes
This release has no dependency changes
Previous release can be found at v2.1.3
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.