Merge pull request #10552 from containerd/dependabot/go_modules/k8s-cec78cdc0e
build(deps): bump k8s.io/cri-api from 0.31.0-beta.0.0.20240716205706-865479a3e1b3 to 0.32.0-alpha.0 in the k8s group
This commit is contained in:
commit
c878093c5e
2
go.mod
2
go.mod
@ -79,7 +79,7 @@ require (
|
|||||||
k8s.io/apimachinery v0.30.3
|
k8s.io/apimachinery v0.30.3
|
||||||
k8s.io/client-go v0.30.3
|
k8s.io/client-go v0.30.3
|
||||||
k8s.io/component-base 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/klog/v2 v2.130.1
|
||||||
k8s.io/kubelet v0.30.3
|
k8s.io/kubelet v0.30.3
|
||||||
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
|
||||||
|
4
go.sum
4
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/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 h1:Ci0UqKWf4oiwy8hr1+E3dsnliKnkMLZMVbWzeorlk7s=
|
||||||
k8s.io/component-base v0.30.3/go.mod h1:C1SshT3rGPCuNtBs14RmVD2xW0EhRSeLvBh7AGk1quA=
|
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.32.0-alpha.0 h1:Rs9prajcHWZAdy9ueQdD2R+OOnDD3rKYbM9hQ90iEQU=
|
||||||
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/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI=
|
||||||
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
|
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
|
||||||
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
|
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
|
||||||
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
|
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
|
||||||
|
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go
generated
vendored
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go
generated
vendored
@ -651,7 +651,7 @@ type Mount struct {
|
|||||||
// - (readonly == false && recursive_read_only == false) does not make the mount read-only.
|
// - (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"`
|
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
|
// 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
|
// host_path should be unset. All OCI mounts are per feature definition
|
||||||
// readonly. The kubelet does an PullImage RPC and evaluates the returned
|
// readonly. The kubelet does an PullImage RPC and evaluates the returned
|
||||||
// PullImageResponse.image_ref value, which is then set to the
|
// PullImageResponse.image_ref value, which is then set to the
|
||||||
|
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto
generated
vendored
2
vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto
generated
vendored
@ -245,7 +245,7 @@ message Mount {
|
|||||||
// - (readonly == false && recursive_read_only == false) does not make the mount read-only.
|
// - (readonly == false && recursive_read_only == false) does not make the mount read-only.
|
||||||
bool recursive_read_only = 8;
|
bool recursive_read_only = 8;
|
||||||
// Mount an image reference (image ID, with or without digest), which is a
|
// 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
|
// host_path should be unset. All OCI mounts are per feature definition
|
||||||
// readonly. The kubelet does an PullImage RPC and evaluates the returned
|
// readonly. The kubelet does an PullImage RPC and evaluates the returned
|
||||||
// PullImageResponse.image_ref value, which is then set to the
|
// PullImageResponse.image_ref value, which is then set to the
|
||||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -805,7 +805,7 @@ k8s.io/client-go/util/workqueue
|
|||||||
# k8s.io/component-base v0.30.3
|
# k8s.io/component-base v0.30.3
|
||||||
## explicit; go 1.22.0
|
## explicit; go 1.22.0
|
||||||
k8s.io/component-base/logs/logreduction
|
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
|
## explicit; go 1.22.0
|
||||||
k8s.io/cri-api/pkg/apis/runtime/v1
|
k8s.io/cri-api/pkg/apis/runtime/v1
|
||||||
k8s.io/cri-api/pkg/errors
|
k8s.io/cri-api/pkg/errors
|
||||||
|
Loading…
Reference in New Issue
Block a user