-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare release notes for v2.1.0-beta.0 #11510
Conversation
a68c5b3
to
5576e56
Compare
For betas we create the tag directly from main, we don't update the version file and release toml each time. That just means the first beta doesn't have to be at the merge of this PR and we don't need to wait for anything to get in first. |
22c0241
to
f25709f
Compare
CI should pass after rebasing on #11519 |
Signed-off-by: Derek McGowan <[email protected]>
Signed-off-by: Derek McGowan <[email protected]>
Signed-off-by: Derek McGowan <[email protected]>
27335a3
to
a6d16c7
Compare
Signed-off-by: Derek McGowan <[email protected]>
a6d16c7
to
93cc1e6
Compare
This test relates to an upgrade in 1.7 and not needed in latest version Signed-off-by: Derek McGowan <[email protected]>
We may still want coverage for #10467 even if we don't explicitly support this upgrade path. Agreed on not holding up the beta, but maybe we can open an issue to track this for 2.1.0? |
Prepare release notes for v2.1.0-beta.0
We are now two months away from the scheduled 2.1 release. The 2.1 merge window will stay open until April 17th, after which we will enter a soft-freeze and start the 2.1.0 rc process.
Generated release notes
Welcome to the v2.1.0-beta.0 release of containerd!
This is a pre-release of containerd
The 2.1 beta series is here, see the 2.1 milestone to track
ongoing efforts. Please try out the beta and report any issues!
The first minor release of containerd 2.x focuses on continued stability alongside
new features and improvements. This is the first time-based released for containerd.
Most the feature set and core functionality has long been stable and harderened in production
environments, so now we transition to a balance of timely delivery of new functionality
with the same high confidence in stability and performance.
Highlights
Container Runtime Interface (CRI)
Node Resource Interface (NRI)
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
See https://gist.github.com/dmcgowan/ae8b6fe32781524abf6a6bcb6ff88135
Dependency Changes
Previous release can be found at v2.0.0
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz
: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz
: Statically linked. Expected to be used on non-glibc Linux distributions. 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.