containerd: update to v2.0.0-rc.3

Bumping containerd to version v2.0.0-rc.3-209-ge8104a485, which comprises the following commits:

    93abc2fdd Update hcsshim to v0.12.6
    66817fccc script/setup/install-dev-tools: include patch version in versions
    cd4e24ef7 script/setup/install-dev-tools: update protoc-gen-go-ttrpc to v1.2.5
    9e2357f33 docs: add k8s 1.31 to support matrix to RELEASES
    a3d84a172 docs: update for containerd v2
    43568373f docs: Update BUILDING.md
    ebc47359e use format string when using printf like commands
    1027b314a ignore the static check when using anonymous struct in testing
    f8e075336 remove windows check in linux_test file
    20ee6de0b update golangci-lint to v1.60.1
    fb8cd045b add go1.23.0
    3f53e7a6e build(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4
    1127908ae build(deps): bump k8s.io/cri-api in the k8s group
    6ed54e966 build(deps): bump golang.org/x/sys in the golang-x group
    1de84c29f build(deps): bump google-github-actions/upload-cloud-storage
    a100b055c update to go1.22.6
    977604724 migrate to github.com/moby/sys/userns
    8ef73c5dd Fix TestNewBinaryIOCleanup on Go 1.23 and Linux 5.4
    7d4da0cb2 ctr: shim state query for old shims
    d59e8a840 ctr: shim state for secondary tasks
    32c2d1493 use ctx object from cliContext instead of a creating a new one
    349d2b5c1 script/setup/install-runc: fix runc using incorrect version
    267fac568 build(deps): bump the golang-x group with 3 updates
    6814cc354 build(deps): bump google-github-actions/upload-cloud-storage
    d036988ee docs/content-flow: fix code fence delimiter
    83c26962c Remove extra span created in the instrumented service layer
    c0cdcb34f Add spans to CRI runtime service and related client methods
    0e4f2108b support to syncfs after pull by using diff plugin
    551ac0600 Ensure /run/containerd is created with correct perms
    4cfeb7b19 core/metadata: migrate sandboxes bucket into v1
    a97b11898 Make `StopContainer` RPC idempotent
    c6cea95d9 Make `StopPodSandbox` RPC idempotent
    ad24ca960 build(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3
    71b5b34de build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0
    eddd90d7c remove deprecated pkg/userns
    8437c567d pkg/userns: deprecate and migrate to github.com/moby/sys/user/userns
    40a315b95 vendor: github.com/moby/sys/user v0.2.0
    f9146c051 deprecation: update warnings for CRI config fields
    0dcc51aed introspection: regenerate UUID if state is empty
    abdb4fd77 build(deps): bump the k8s group across 1 directory with 4 updates
    bc51d4b20 build(deps): bump the otel group across 1 directory with 8 updates
    025d1161e build(deps): bump github.com/containernetworking/cni from 1.2.2 to 1.2.3
    81ef46584 KEP-3619: update cri-api version
    ee2c0d9e7 KEP-3619: implement features.supplemental_groups_policy in RuntimeStatus
    2d97134e5 build(deps): bump github.com/containerd/imgcrypt
    f0aecaa2e Fix TestNewBinaryIOCleanup failing with gotip
    b41bb6df7 Avoid potential reallocs by pre-sizing some slices
    a779449c4 vendor: github.com/moby/sys/sequential v0.6.0
    1bfa7c8fe vendor: github.com/moby/sys/symlink v0.3.0
    95b429c01 vendor: github.com/moby/sys/signal v0.7.1
    08d6c9323 vendor: github.com/moby/sys/mountinfo v0.7.2
    fb674f8b4 Add resolver workaround for error: name resolver error: produced zero addresses
    63b468817 Use grpc.NewClient instead of deprecated ones
    a5be62993 Vendor GRPC 1.64
    1a5c711c3 update documentation for content-flow
    c8254dfae Include filename in error
    9eda0b73a build(deps): bump github.com/Microsoft/hcsshim from 0.12.4 to 0.12.5
    9315d59bf build(deps): bump tags.cncf.io/container-device-interface
    7480de28a Remove static link to images outside of the repository
    edd84f4a6 Add read permission limit on link workflow
    274de35fe updated the domain in the link
    807f32573 cri: optimize ListPodSandboxStats with parallelism
    7c4de2821 Update cri-tools to v1.30.1
    0772d0a37 Fix for `[cri] ttrpc: closed` during ListPodSandboxStats
    300fd770a use typeurl funcs for marshalling anypb.Any
    e1adfaeb9 script/setup/config-containerd: Use slow_chown
    89a2cac37 scripts/critest.sh: Prepare for userns tests in runc
    63b55e6df build(deps): bump the golang-x group with 2 updates
    203cb303e script: bump up imgcrypt version to v1.2.0-rc1
    efd441506 client: fix tasks with PID 0 cannot be forced to delete
    eaa1afe63 Set stderr to empty string when using terminal on Windows.
    fe5f85c7d Fix incorrect comment about ordering of parent layers
    0f76e35fd added the openssf scorecard badge
    98544a358 Add file name to device type check failure message

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-08-20 13:26:49 +00:00
parent 82fe694454
commit 16c9845d70

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 = "1b24e53d09b10dab0576cb3eaf7072859f4c7459"
SRCREV = "e8104a48588446fe7e93e2eab5124145c1366cd0"
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 \