-
Notifications
You must be signed in to change notification settings - Fork 275
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
[release-1.28] Bump containerd for image rewrite fix #7380
[release-1.28] Bump containerd for image rewrite fix #7380
Conversation
Signed-off-by: Brad Davidson <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.28 #7380 +/- ##
=============================================
Coverage 23.70% 23.70%
=============================================
Files 33 33
Lines 3392 3392
=============================================
Hits 804 804
Misses 2541 2541
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Can this be release in a new RKE2 release for 1.28. I don't see a release with this change. |
No. 1.28 is dead. Upstream is not putting out any more releases so neither are we. This was backported on the off chance upstream did another release in November, but they did not. https://kubernetes.io/releases/patch-releases/#non-active-branch-history
You should upgrade to 1.29 or newer. |
So if I need this fix and I am 1.26. You are telling me I need to use 1.27.9 then go straight to v1.29.11? |
No, you must go through all intermediate minors when upgrading:
You should use the latest patch on each minor, why would you go to 1.27.9? |
That is what I attempted earlier this week but because of the Rewrite not working, I could only go to 1.27.9. The latest version of RKE2 does not support this fix. |
Unless there is a way for me to force to use the latest version of containerd when I install RKE2. |
The build of containerd (v1.7.23-k3s1) affected by the issue mentioned in this PR was never in a released version of RKE2. The issue was caught by QA prior to release, and we're shipping v1.7.23-k3s2 for this patch cycle. What issue are you ACTUALLY affected by? I'm going to lock this conversation as it is going off topic from this PR. Please open a new issue, and fill out the issue template to describe your environment and what problem you're trying to resolve. |
Proposed Changes
Bump containerd to fix rewrites
Types of Changes
version bump, bugfix
Verification
See linked issues
Testing
Linked Issues
User-Facing Change
Further Comments