chore(deps): bump containerdv2 to 2.2.1 for Ubuntu 2404 and use prod repo instead#7796
chore(deps): bump containerdv2 to 2.2.1 for Ubuntu 2404 and use prod repo instead#7796djsly wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the containerd version for Ubuntu 24.04 from 2.1.6 to 2.2.1 and transitions from using the test repository to the production repository. This aligns Ubuntu 24.04's containerd configuration with the production-ready containerd v2.2.1 release.
Changes:
- Updated containerd version for Ubuntu 24.04 (r2404) from 2.1.6-ubuntu24.04u1 to 2.2.1-ubuntu24.04u1
- Changed repository source from "test" to "production" for the renovate tag
|
@copilot what are the changes between the versions, can you give a high level summary of changes between versions Ubuntu 24.04 (r2404) from 2.1.6-ubuntu24.04u1 to 2.2.1-ubuntu24.04u1 Do not send a pull request, just comment here is fine |
|
@awesomenix I've opened a new pull request, #7798, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
Upstream Changelog Analysis: containerd 2.1.6 → 2.2.1 This crosses a minor version boundary (2.1 → 2.2). Here is the breakdown of upstream changes: containerd 2.2.0 (release notes) — Major Feature Release
containerd 2.2.1 (release notes) — Patch Release
Risk Assessment
Overall: 🟡 Medium Risk Why not low risk: This isn't a patch bump — it's a minor version jump that introduces new subsystems (mount manager, parallel unpack), deprecates cgroup v1, and carries a large Why not high risk: The change is scoped to Ubuntu 24.04 only, the test→production repo move indicates prior validation, the new features are additive (not breaking existing APIs), Recommendation: Ensure E2E tests cover Ubuntu 24.04 containerd scenarios (image pull, container lifecycle, pod metrics) before merging. The parallel unpack and mount manager are |
|
Seems like there is a bug in containerd regarding mount manager Error Issue: containerd/containerd#12549 Here is the PR to address it |
|
@awesomenix moving PR to draft |
What this PR does / why we need it:
bumping containerdv2 to 2.2.1 and using prod repo instead
Which issue(s) this PR fixes:
Fixes #