[release/2.1] Prepare release notes for v2.1.2#11962
Merged
dmcgowan merged 1 commit intocontainerd:release/2.1from Jun 11, 2025
Merged
[release/2.1] Prepare release notes for v2.1.2#11962dmcgowan merged 1 commit intocontainerd:release/2.1from
dmcgowan merged 1 commit intocontainerd:release/2.1from
Conversation
AkihiroSuda
approved these changes
Jun 9, 2025
Member
|
LGTM, can we also include #11968 before the release? |
estesp
approved these changes
Jun 10, 2025
Member
|
I want to wait for this one: #11916 |
Contributor
Author
Contributor
Author
Signed-off-by: Kirtana Ashok <[email protected]>
Contributor
Author
cpuguy83
requested changes
Jun 10, 2025
| pre_release = false | ||
|
|
||
| preface = """\ | ||
| The second patch release for containerd 2.1 contains various fixes and updates. |
Member
There was a problem hiding this comment.
Can you add more details as to the fixes going into the release?
Contributor
Author
There was a problem hiding this comment.
I think the way we are cutting releases had changed? See the newer tags cut omitting it for generic fixes/bugs and only have the details on fixes in the PR description.
Member
There was a problem hiding this comment.
I see that now... not a fan of this. 😞
fuweid
approved these changes
Jun 10, 2025
dmcgowan
approved these changes
Jun 11, 2025
Member
|
Not released yet? |
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.

Welcome to the v2.1.2 release of containerd!
The second patch release for containerd 2.1 contains various fixes and updates.
Highlights
Go client
Image Distribution
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
27 commits
63b9eae62ePrepare release notes for v2.1.2cff1feb28c*: properly shutdown non-groupable shims to prevent resource leaks2ce169aae0ci: bump golang [1.23.10,1.24.4] in build and release70bcb9b55eEnable CIs to run on WS2022 and WS202540575a15f2cri:use debug level when receive exec process exited eventsc71f77170ebuild(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.24bcea74decUpdate differ selection in transfer service to prefer default0c3cd8a995Add debug log when transfer returns not implemented820e567650Add more error details when unpack fails to extract9b6c1949afFetch image with default platform only in TestExportAndImportMultiLayer480126f507erofs-snapshotter: fix to work with wrapped errorsd82921ff59Enable DuplicationSuppressor in transfer service0bb25c3d6cci: bump golang [1.23.9, 1.24.3] in build and releaseac8e84efc3client:improve mount error messagedd2ce49d0fAdd symlink breakout test for overriden pathDependency Changes
Previous release can be found at v2.1.1
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.