From 1127908ae5ec5263b8ec56be00d18be4814f4dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:38:55 +0000 Subject: [PATCH] build(deps): bump k8s.io/cri-api in the k8s group Bumps the k8s group with 1 update: [k8s.io/cri-api](https://github.com/kubernetes/cri-api). Updates `k8s.io/cri-api` from 0.31.0-beta.0.0.20240716205706-865479a3e1b3 to 0.32.0-alpha.0 - [Commits](https://github.com/kubernetes/cri-api/commits/v0.32.0-alpha.0) --- updated-dependencies: - dependency-name: k8s.io/cri-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go | 2 +- vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto | 2 +- vendor/modules.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 4444fa975..b4c9e8c59 100644 --- a/go.mod +++ b/go.mod @@ -79,7 +79,7 @@ require ( k8s.io/apimachinery v0.30.3 k8s.io/client-go v0.30.3 k8s.io/component-base v0.30.3 - k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3 + k8s.io/cri-api v0.32.0-alpha.0 k8s.io/klog/v2 v2.130.1 k8s.io/kubelet v0.30.3 k8s.io/utils v0.0.0-20230726121419-3b25d923346b diff --git a/go.sum b/go.sum index 953aee8e6..23c2f4366 100644 --- a/go.sum +++ b/go.sum @@ -487,8 +487,8 @@ k8s.io/client-go v0.30.3 h1:bHrJu3xQZNXIi8/MoxYtZBBWQQXwy16zqJwloXXfD3k= k8s.io/client-go v0.30.3/go.mod h1:8d4pf8vYu665/kUbsxWAQ/JDBNWqfFeZnvFiVdmx89U= k8s.io/component-base v0.30.3 h1:Ci0UqKWf4oiwy8hr1+E3dsnliKnkMLZMVbWzeorlk7s= k8s.io/component-base v0.30.3/go.mod h1:C1SshT3rGPCuNtBs14RmVD2xW0EhRSeLvBh7AGk1quA= -k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3 h1:Ajq0xvhs7HDrZVLgqUenylY8i4BkaazJzfeM+fh63AU= -k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI= +k8s.io/cri-api v0.32.0-alpha.0 h1:Rs9prajcHWZAdy9ueQdD2R+OOnDD3rKYbM9hQ90iEQU= +k8s.io/cri-api v0.32.0-alpha.0/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI= k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= diff --git a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go index 0922abbe1..d9f51eb05 100644 --- a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go +++ b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go @@ -651,7 +651,7 @@ type Mount struct { // - (readonly == false && recursive_read_only == false) does not make the mount read-only. RecursiveReadOnly bool `protobuf:"varint,8,opt,name=recursive_read_only,json=recursiveReadOnly,proto3" json:"recursive_read_only,omitempty"` // Mount an image reference (image ID, with or without digest), which is a - // special use case for OCI volume mounts. If this field is set, then + // special use case for image volume mounts. If this field is set, then // host_path should be unset. All OCI mounts are per feature definition // readonly. The kubelet does an PullImage RPC and evaluates the returned // PullImageResponse.image_ref value, which is then set to the diff --git a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto index 838d151fa..9938c6a60 100644 --- a/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto +++ b/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto @@ -245,7 +245,7 @@ message Mount { // - (readonly == false && recursive_read_only == false) does not make the mount read-only. bool recursive_read_only = 8; // Mount an image reference (image ID, with or without digest), which is a - // special use case for OCI volume mounts. If this field is set, then + // special use case for image volume mounts. If this field is set, then // host_path should be unset. All OCI mounts are per feature definition // readonly. The kubelet does an PullImage RPC and evaluates the returned // PullImageResponse.image_ref value, which is then set to the diff --git a/vendor/modules.txt b/vendor/modules.txt index 1d3172e36..cbb839a53 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -805,7 +805,7 @@ k8s.io/client-go/util/workqueue # k8s.io/component-base v0.30.3 ## explicit; go 1.22.0 k8s.io/component-base/logs/logreduction -# k8s.io/cri-api v0.31.0-beta.0.0.20240716205706-865479a3e1b3 +# k8s.io/cri-api v0.32.0-alpha.0 ## explicit; go 1.22.0 k8s.io/cri-api/pkg/apis/runtime/v1 k8s.io/cri-api/pkg/errors