From 791ffcd5df27102ccb061b0e2e29c6e914d404f2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Aug 2023 19:13:24 +0000 Subject: cri-o: update to 1.27.1 Bumping cri-o to version v1.27.1-7-gab7845e07, which comprises the following commits: fbfca3a52 oci: update unit tests for new stop code 6dec88e7c oci: simplify stopping code 5b7b82f56 oci: don't return ErrContainerStopped from StopContainer 0e4df2e9c oci: change IsAlive to Living 92b455156 devices: fill the FileMode field in spec e54504a00 version: bump to 1.27.1 a61082768 vendor: drop podman replace and actually update runc 9c86a1269 vendor: bump runc to 1.1.6 Signed-off-by: Bruce Ashfield --- recipes-containers/cri-o/cri-o_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-containers') diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 22409825..d5672213 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb @@ -14,7 +14,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following - Resource isolation as required by the CRI \ " -SRCREV_cri-o = "3abbef7017732740342d2346e2358c1e2843a425" +SRCREV_cri-o = "ab7845e07e67ba714818af91cdbc67b12da87bcc" SRC_URI = "\ git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.27;name=cri-o;protocol=https \ file://0001-Makefile-force-symlinks.patch \ @@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c2 GO_IMPORT = "import" -PV = "1.27.0+git${SRCREV_cri-o}" +PV = "1.27.1+git${SRCREV_cri-o}" inherit features_check REQUIRED_DISTRO_FEATURES ?= "seccomp" -- cgit v1.2.3-54-g00ecf