containerd: update to v2.0.3

Bumping containerd to version v2.0.3, which comprises the following commits:

    eaa7ca80d proxy: break up writes from the remote writer to avoid grpc limits
    c7f64196f Fix privileged container sysfs can't be rw because pod is ro by default
    569af34cb Prefer runtime options for PluginInfo request
    b8dde9189 Prepare release notes for v2.0.3
    0ce93e16a prevent oom watcher depend on shim pkg.
    f3284aa68 CI: arm64-8core-32gb -> ubuntu-24.04-arm
    92ae2951f Update CDI dependency to v0.8.1.
    f95a426b8 move the device after the options when using mkfs.ext4
    4d19a6adf update build to go1.23.6, test go1.24.0
    c738c3aab build(deps): bump actions/cache from 4.1.2 to 4.2.0
    b5313993c Revert "Add timestamp to PodSandboxStatusResponse for kubernetes Evented PLEG"
    697c59c63 Update runc binary to v1.2.5
    fcf64305c Update vendor files to fix build failure
    d3437eb29 Upgrade x/net to 0.33.0
    0785bd8cc Update install-imgcrypt to allow change install repo
    06891f899 fix go-cni race condition
    79cdbf61b cri,nri: block NRI plugin sync. during event processing.
    9d5cfce83 Update github.com/containerd/imgcrypt to v2.0.0
    1f4e5688e update to go1.23.5 / go1.22.11
    f58939c33 Remove deprecated WithCDIDevices in oci spec opts
    3d53430fe Move CDI device spec out of the OCI package
    3a6ab80d0 build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2
    cdaf4dfb4 Prepare release notes for v2.0.2
    eb125e1dd Update platforms to latest rc
    468079c5c Remove confusing warning in cri runtime config migration
    a2d9d4fd5 Fix runtime platform loading in cri image plugin init
    184ffad01 Add integ test to check tty leak
    17181ed33 fix master tty leak due to leaking init container object
    8666e7422 Bump up otelttrpc to 0.1.0
    7373ddd70 update runc binary to v1.2.4
    c4270430d ctr: `ctr images import --all-platforms`: fix unpack
    f34147772 downgrade go-difflib and go-spew to tagged releases

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2025-03-05 04:37:15 +00:00
parent d305fb05be
commit 578c27a645

View File

@ -5,7 +5,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and
support as well as checkpoint and restore for cloning and live migration of containers."
SRCREV = "ce560bb249388fee36d7ff9070161af809ef4b1c"
SRCREV = "06b99ca80cdbfbc6cc8bd567021738c9af2b36ce"
SRC_URI = "git://github.com/containerd/containerd;branch=release/2.0;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \
file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \
file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \
@ -16,8 +16,8 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/2.0;protocol=ht
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89"
CONTAINERD_VERSION = "v2.0.1"
CVE_VERSION = "v2.0.0"
CONTAINERD_VERSION = "v2.0.2"
CVE_VERSION = "v2.0.2"
# EXTRA_OEMAKE += "GODEBUG=1"