cri-tools: update to v1.23.0

Bumping cri-tools to version v1.23.0-26-g23f44eaa, which comprises the following commits:

    e396a77d fix security test case for hostpid
    670f1e50 fix log info for mount test case
    3e01b9f2 fix seccomp test case for arm64
    715ec019 Type cast error messages to `string`
    f89ab075 add annotation for pull
    ce8cbc3f Bump github.com/docker/distribution
    cd38481e Update crictl ps to show pod name and image path
    d5943543 Bump github.com/onsi/gomega from 1.18.0 to 1.18.1
    e514433f Add backwards compatiblity to `Version` and `ListContainerStats` RPCs
    9001d78a Switch to CRI v1 API
    2694dc34 Bump google.golang.org/grpc from 1.43.0 to 1.44.0
    4a54a037 Bump github.com/onsi/gomega from 1.17.0 to 1.18.0
    5d213e82 Bump github.com/opencontainers/runc from 1.0.3 to 1.1.0
    5828782d Bump docs to v1.23.0
    c688ed1d Bump github.com/opencontainers/selinux from 1.9.1 to 1.10.0
    b93abd15 Bump github.com/opencontainers/runc from 1.0.2 to 1.0.3
    5092844d Bump github.com/docker/docker
    2816d415 Bump google.golang.org/grpc from 1.42.0 to 1.43.0
    c15dbbc6 1.5.9
    5a87849f Use same grpc max message size as Kubelet
    1a64648a Add support for cri-dockerd
    7bbcf895 Add support for specifying custom test container images.
    f2091fc3 Fix cri-dockerd CI runs
    61ba8b97 Fix Containerd main branch CI for Windows
    e3e5375f fix ci for dockershim-critest
    4611ba31 Update Windows images for ltsc2022
    1a255046 images: use k8s-staging-test-infra/gcb-docker-gcloud
    0f2d4138 Refactor fish completion
    c52d97b1 Rename bash and zsh completion functions
    cad0736a Add zsh compinit tag

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2022-03-07 21:31:06 -05:00
parent 3110725635
commit 7f84d5bc0d

View File

@ -16,7 +16,7 @@ What is not in scope for this project? \
non-exist on the kube-apiserver. \
"
SRCREV_cri-tools = "a989838814805e1053688e0e94adf13d60e716c6"
SRCREV_cri-tools = "23f44eaa489ecd8931ee64de08baa7be9dbdb394"
SRC_URI = "\
git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools;protocol=https \
file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \
@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c2
GO_IMPORT = "import"
PV = "1.22.0+git${SRCREV_cri-tools}"
PV = "1.23.0+git${SRCREV_cri-tools}"
RPROVIDES:${PN} += "crictl"
PACKAGES =+ "${PN}-critest"