kubernetes-sigs/kubespray

Bump: containerd to v2.3.0 (first annual LTS)

已关闭

#13,236 创建于 2026年5月7日

 (5 条评论) (0 个反应) (1 位负责人)HTML (4,419 个派生)batch import
help wantedkind/featuretriage/accepted

仓库指标

星标
 (10,380 个星标)
PR 合并指标
 (平均合并 25天) (30 天内合并 26 个 PR)

描述

What would you like to be added

Bump the default containerd version from v2.2.x to v2.3.0.

  • Add checksums for v2.3.0 to roles/kubespray_defaults/vars/main/checksums.yml
  • Update default containerd_version to 2.3.0

Release notes: https://github.com/containerd/containerd/releases/tag/v2.3.0 Diff: https://github.com/containerd/containerd/compare/v2.2.0...v2.3.0

Why is this needed

v2.3.0 is the first annual LTS (Long Term Stable) release of containerd under its new release cadence, with support planned for at least two years. The cadence is now aligned with the Kubernetes release schedule (a new minor release roughly every 4 months), and direct upgrades between sequential LTS releases (e.g. 1.7 -> 2.3) will be tested and supported.

Adopting v2.3.0 as the default lets Kubespray users:

  • Stay on a release line with long-term support and security backports
  • Benefit from the upstream-supported LTS-to-LTS upgrade path
  • Pick up CRI / NRI / runtime improvements landed in 2.3 (e.g. user namespaces with host networking, UpdatePodSandboxResources wired to the Sandbox API, EROFS layer support, expanded NRI plugin capabilities)

References:

贡献者指南