Skip to content
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

Update to containerd v2.0 #11626

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

brandond
Copy link
Member

@brandond brandond commented Jan 17, 2025

Proposed Changes

Update to containerd v2.0 and supporting plugins to compatible versions

Types of Changes

Major version bump

Verification

Check version, and that everything works

Testing

Yes

Linked Issues

User-Facing Change

Containerd has been bumped to version 2.0. This includes major changes to the containerd config template; anyone using a custom template should update their template to use the new schema.

Further Comments

For config migration, we should probably add a new template file, and render the legacy schema if only the legacy template is present on disk. The v2 and v3 config formats cannot be mixed and we don't want to break users on upgrade. We'll need to tie the args into this change, as we're moving a couple options from cli to config file as part of this transition.

@brandond brandond requested a review from a team as a code owner January 17, 2025 02:27
@brandond brandond force-pushed the containerd-2 branch 2 times, most recently from 9d5fb84 to e0f9107 Compare January 17, 2025 04:23
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.84%. Comparing base (a858412) to head (f1f3f4f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11626      +/-   ##
==========================================
+ Coverage   47.81%   47.84%   +0.02%     
==========================================
  Files         185      185              
  Lines       19265    19264       -1     
==========================================
+ Hits         9211     9216       +5     
+ Misses       8726     8719       -7     
- Partials     1328     1329       +1     
Flag Coverage Δ
e2etests 40.59% <95.23%> (+0.02%) ⬆️
inttests 35.18% <66.66%> (+0.01%) ⬆️
unittests 17.12% <61.90%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brandond brandond marked this pull request as draft January 17, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant