[release/2.0] Prepare release notes for v2.0.3#11443
[release/2.0] Prepare release notes for v2.0.3#11443dmcgowan merged 1 commit intocontainerd:release/2.0from
Conversation
|
maybe we can also include #11442 since it's reported by 2 users (and the fix looks straightforward) |
|
Yes, we'd appreciate including #11442 in this release. We are currently blocked on this bug. |
|
btw @dmcgowan the diff in the release note seems to from 2.0.1 (instead of 2.0.2) to 2.0.3? e.g.,
previous release should be v2.0.2?
And the dependency changes look like from 2.0.1, e.g., the above deps have been updated in 2.0.2 |
Signed-off-by: Derek McGowan <[email protected]>
cb72285 to
b8dde91
Compare
|
Updated along with changelog items |
|
Some users may encounter this bug. Should we include it for v2.0.3? |
Hi @utam0k I discussed this issue with @dmcgowan in yesterday community meeting. The root cause could be #7247. It looks like it only happens when no space left. I will file pull request to fix it. However, IMO, I don't want to get rush fix in this point release. Wei |
Generated notes
containerd 2.0.3
Welcome to the v2.0.3 release of containerd!
The third patch release for containerd 2.0 includes various bug fixes and updates.
Highlights
Container Runtime Interface (CRI)
Node Resource Interface (NRI)
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
41 commits
a34e218fbPrepare release notes for v2.0.3eaa7ca80dproxy: break up writes from the remote writer to avoid grpc limitsc7f64196fFix privileged container sysfs can't be rw because pod is ro by default92ae2951fUpdate CDI dependency to v0.8.1.569af34cbPrefer runtime options for PluginInfo request0ce93e16aprevent oom watcher depend on shim pkg.f3284aa68CI: arm64-8core-32gb -> ubuntu-24.04-armb5313993cRevert "Add timestamp to PodSandboxStatusResponse for kubernetes Evented PLEG"f95a426b8move the device after the options when using mkfs.ext44d19a6adfupdate build to go1.23.6, test go1.24.0c738c3aabbuild(deps): bump actions/cache from 4.1.2 to 4.2.0fcf64305cUpdate vendor files to fix build failured3437eb29Upgrade x/net to 0.33.00785bd8ccUpdate install-imgcrypt to allow change install repo697c59c63Update runc binary to v1.2.506891f899fix go-cni race condition79cdbf61bcri,nri: block NRI plugin sync. during event processing.9d5cfce83Update github.com/containerd/imgcrypt to v2.0.0f58939c33Remove deprecated WithCDIDevices in oci spec opts3d53430feMove CDI device spec out of the OCI package1f4e5688eupdate to go1.23.5 / go1.22.113a6ab80d0build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2Changes from containerd/go-cni
2 commits
75a2440fix: recursive RLock() mutex acquisionDependency Changes
Previous release can be found at v2.0.2
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.