Prepare release notes for v2.3.0-rc.0#13302
Merged
dmcgowan merged 3 commits intocontainerd:mainfrom Apr 28, 2026
Merged
Conversation
Signed-off-by: Derek McGowan <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the containerd v2.3.0-rc.0 release candidate by updating the in-tree version string, adding a release-tool template for generating notes, and updating release schedule/support documentation and contributor identity mappings.
Changes:
- Bump
version.Versiondefault from2.3.0-beta+unknownto2.3.0-rc+unknown. - Add
releases/v2.3.0-rc.tomlrelease-tool configuration for generating v2.3 RC release notes. - Update
RELEASES.mdto reflect the v2.3 release status/schedule and extend the Kubernetes support matrix; update.mailmapfor a contributor alias.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| version/version.go | Updates the default version string for the RC cycle. |
| releases/v2.3.0-rc.toml | Adds release-tool template used to generate the v2.3.0 RC release notes. |
| RELEASES.md | Updates release status/dates and Kubernetes support matrix for v2.3. |
| .mailmap | Ensures contributor identity is deduplicated/standardized in generated release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Derek McGowan <[email protected]>
Signed-off-by: Derek McGowan <[email protected]>
2b20d94 to
d54b553
Compare
samuelkarp
approved these changes
Apr 27, 2026
hsiangkao
approved these changes
Apr 28, 2026
fuweid
approved these changes
Apr 28, 2026
akhilerm
approved these changes
Apr 28, 2026
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.
Starts the rc process and schedules the final release for Wednesday.
containerd 2.3.0-rc.0
Welcome to the v2.3.0-rc.0 release of containerd!
This is a pre-release of containerd
The third minor release of containerd 2.x focuses on continued stability alongside
new features and improvements. This is the third time-based release for containerd.
Starting with containerd 2.3, the project has moved to release cadence aligned with
the Kubernetes release schedule, with new minor releases about every 4 months. The
containerd 2.3 release is also the first annual LTS (Long Term Stable) release under
this new schedule, with support planned for at least two years. Direct upgrades
between sequential LTS releases (e.g., 1.7 to 2.3) will be tested and supported.
This is a beta release and some functionality is still under development.
Highlights
Container Runtime Interface (CRI)
Image Distribution
Image Storage
Node Resource Interface (NRI)
Runtime
Snapshotters
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Dependency Changes
Previous release can be found at v2.2.0
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.