Bump containerd from 2.2.3 to 2.3.0#13265
Conversation
Signed-off-by: Sumit Solanki <sumit.solanki@ibm.com>
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: isumitsolanki The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @isumitsolanki. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Thank you for your contribution. Don't we need to add nerdctl checksums too? |
|
@isumitsolanki could you check this |
Kubespray installs nerdctl alongside containerd (container-engine/nerdctl is a dependency of the containerd role), and the default nerdctl_version is taken from the newest entry in nerdctl_archive_checksums, same pattern as containerd. Without 2.3.0 entries there, clusters would get containerd 2.3.0 but nerdctl 2.2.2. I’ve added 2.3.0 checksums for nerdctl on arm64, amd64, and ppc64le (from the official nerdctl v2.3.0 release .sha256sum files). I also updated nerdctl_version to use image_arch so the default version matches the per-arch checksum lookup. |
…l stays aligned with the containerd 2.3.0 bump Signed-off-by: Sumit Solanki <sumit.solanki@ibm.com>
What type of PR is this?
/kind feature
What this PR does / why we need it:
Bumps the default containerd version from 2.2.3 to 2.3.0, the first annual LTS release under containerd’s new release cadence.
2.3.0checksums forcontainerd_archive_checksumsandcontainerd_static_archive_checksumson arm64, amd64, and ppc64leThe default
containerd_versionis derived from the newest entry incontainerd_archive_checksums, so no change todownload.ymlis required.Which issue(s) this PR fixes:
Fixes #13236
Special notes for your reviewer:
Checksums were taken from the official v2.3.0 release
.sha256sumfiles on GitHub.scripts/assert-sorted-checksums.ymlpasses.Does this PR introduce a user-facing change?: