cri: Vendor v0.27.1

As requested by Akihiro Suda here:
	https://github.com/containerd/containerd/pull/8211#discussion_r1171041922

This just bumps the tag name to the k8s final release. There are no
changes other than the tag name, though.

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
This commit is contained in:
Rodrigo Campos
2023-04-24 12:17:41 +02:00
parent 08afb12339
commit 92b93e376a
4 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -74,7 +74,7 @@ require (
k8s.io/apiserver v0.26.2
k8s.io/client-go v0.26.2
k8s.io/component-base v0.26.2
k8s.io/cri-api v0.27.0-beta.0
k8s.io/cri-api v0.27.1
k8s.io/klog/v2 v2.90.1
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
)