diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 0255aa0a..76eda865 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb @@ -14,9 +14,9 @@ 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 = "5aff11c7c1afdc785adafd7da3c3f2a6ac51b88d" +SRCREV_cri-o = "04500243ec0cd775e76bcec1c822aaa3faa11177" SRC_URI = "\ - git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.30;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ + git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.31;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ file://crio.conf \ " @@ -26,7 +26,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c2 GO_IMPORT = "import" -PV = "1.30.0+git${SRCREV_cri-o}" +PV = "1.31.0+git${SRCREV_cri-o}" inherit features_check REQUIRED_DISTRO_FEATURES ?= "seccomp"