containerd: update to v2.0.0-rc.4

Bumping containerd to version v2.0.0-rc.4-40-g19430264c, which comprises the following commits:

    9037069da update to go1.23.1, go1.22.7
    18725f010 integration: regression test for issue 10589
    5f37a2c20 fifosync: cross-process synchronization
    421a4b568 runc-shim: handle pending execs as running
    299a9717f update runc binary to 1.1.14
    f4529ace1 build(deps): bump the otel group with 8 updates
    e7357916b runc-shim: refuse to start execs after init exits
    def477b07 Bump crun to 1.16
    3d7955bf7 remove duplicated descriptor from/to proto
    93d6f0f92 remove duplicated sandbox to proto func
    bfc1465a2 Reorganize mount/unmount code so it is easier to add Darwin-specific implementation
    9c3400572 reduce ptypes.Empty creation by defining it in as a var
    7f3bf993d runc-shim: remove misleading comment
    f6677a4ec Cumulative stats can't decrease
    94c163209 TestNewBinaryIOCleanup: fix a comment, minor rewrite
    d83184ced avoid repeated calls in Tricolor gc
    6b97a08ee add benchmark
    1b03ca57c build(deps): bump github.com/prometheus/client_golang
    9906fac59 build(deps): bump github.com/vishvananda/netlink
    cdbfcc257 Prepare release notes for v2.0.0-rc.4
    4ba502a03 Update api vendor to latest tag
    a36d38fb4 Add mailmap entry for Michael Zappa
    bf5fc240b build(deps): bump google-github-actions/upload-cloud-storage
    faaafd6de build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3
    47350982b build(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11
    3cd8f9734 core/mount: use ptrace instead of go:linkname
    35b029257 remove sha256-simd
    1195b68eb build(deps): bump github.com/prometheus/client_golang
    50b06182f Register local content plugin from separate package
    021063c4a build(deps): bump the k8s group with 5 updates
    1bff3bfed build(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1
    429085c84 build(deps): bump google-github-actions/upload-cloud-storage
    93abc2fdd Update hcsshim to v0.12.6
    bcdf50736 core/mount: add benchmark test for GetUsernsFD
    6f3833f25 CRI: remove `disable_cgroup`
    fc1637d16 Attest artifacts in release workflow
    337d8c52c Update release job to generate artifacts attestation

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-09-12 03:21:47 +00:00
parent 54480c55be
commit abbe4686b0

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 = "e8104a48588446fe7e93e2eab5124145c1366cd0"
SRCREV = "19430264c19b8bd9f940101ec71d52ab2d2e54d5"
SRC_URI = "git://github.com/containerd/containerd;branch=main;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 \
@ -15,7 +15,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=main;protocol=https;des
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89"
CONTAINERD_VERSION = "v2.0.0-rc.3"
CONTAINERD_VERSION = "v2.0.0-rc.4"
CVE_VERSION = "v2.0.0-beta.0"
# EXTRA_OEMAKE += "GODEBUG=1"