[meta-virtualization][PATCH 2/4] cri-o: upgrade to 1.36.0

Zhixiong Chi <[email protected]> Mon, 25 May 2026 09:26:13 +0000
Newsgroups org.yoctoproject.lists.meta-virtualization
Message-ID <[email protected]>
Bumping crun to version 1.36.0, which comprises the following commits:

    92b75982c Update nixpkgs
    e5a6f664a Delete updateunified binary
    698c22245 Bump k8s.io packages to v1.36
    ff69f0eb7 oci: clone execPIDs map to avoid segfault
    8ff525cf0 cnimgr: continuously poll CNI STATUS to detect runtime health changes
    50bad6de7 metrics: add default_runtime
    d73341fb4 deps: bump go to 1.26.2
    f50fd5bd2 vendor: update github.com/moby/spdystream to v0.5.1
    1b111f660 Add inject_gomaxprocs via runtime handler precreate hook
    88e8f422b oci: wait for exit file before defaulting to exit code 255
    8b9a4a37e Add SLSA provenance attestation to release notes template
    ca4496cc7 Implement Stream* RPCs
    e70f41a32 Embed git commit in static binaries via ldflags
    6c9718d73 Disable zlib s390x vectorized CRC32 for cross-compilation
    498e33a72 Update nixpkgs
    ded8ab8c6 Modernize nix setup to use flakes
    9c75852b3 Make artifact pinned status respect pinned_images configuration
    a21c68572 fix: address review comments for additional artifact stores
    c608ffc3a feat: add support for additional read-only artifact stores
    5ca7b348a Switch to go 1.26
    456e2e70f Add integration test for updating cgroup v2 unified resources
    cd2b28f0d Add unified cgroup resource update support for cgroup v2

Signed-off-by: Zhixiong Chi <[email protected]>
---
 recipes-containers/cri-o/cri-o_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 37a0b84e..f9176073 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 = "8273bca378a36dd225fcaf90b6b732cc4c6d4248"
+SRCREV_cri-o = "d1e7bdc854ed4846a7f15c5e0c17e0140a1d817b"
 SRC_URI = "\
 	git://github.com/cri-o/cri-o.git;branch=release-1.36;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
         file://crio.conf \
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c2
 
 GO_IMPORT = "import"
 
-PV = "1.35.0+git"
+PV = "1.36.0+git"
 
 inherit features_check ptest
 REQUIRED_DISTRO_FEATURES ?= "seccomp"
-- 
2.53.0