[meta-virtualization][wrynose][PATCH ] cri-tools: upgrade to 1.36.0
Zhixiong Chi <[email protected]> Mon, 25 May 2026 13:03:39 +0000
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
Bumping to version 1.36.0, which comprises the following commits:
82f28d67 bumpo to release version of 1.36
a846c714 fix typo: intead -> instead
3f28b1c4 Add SergeyKanzhelev and tallclair to sig-node-approvers
58a1a780 Bump crate-ci/typos from 1.45.0 to 1.45.1
31b19db9 Bump actions/cache from 5.0.4 to 5.0.5
507358f9 Bump actions/upload-artifact from 7.0.0 to 7.0.1
3f90c7cf Bump k8s.io dependencies to v0.36.0-rc.0
27c856e8 more gitignore
30434d06 bump go tp 1.26.2
7d5c1228 Bump crate-ci/typos from 1.44.0 to 1.45.0
aad688ce Bump google.golang.org/grpc from 1.79.3 to 1.80.0 in the gomod group
af533d44 Bump actions/setup-go from 6.3.0 to 6.4.0
ffa8e166 validate: add KubernetesPodUIDLabel to container attributes test
bdffd30d validate: use subset checks for labels and annotations
661c011e removed deprecated TODO
746da572 Use k8s v0.36.0-beta.0
c98d29d2 Remediate GHSA-6g7g-w4f8-9c9x (bummp jsonparser to 1.1.2)
58323188 Remediate CVE-2026-33186 (bump grpc to 1.79.3)
d2f54006 validate: add conformance tests for attribute preservation
a8b6fcf6 Revert "Disable runc integration tests due to AppArmor issue"
c633d342 adopt the latest cri client
76ce604b Bump actions/cache from 5.0.3 to 5.0.4
5077d436 feat: add prettier validation to Makefile and AGENTS.md
43768b05 crictl: replace utilyaml with sigs.k8s.io/yaml
3866e388 Add verify rule to Makefile
cdd3d738 created a local copy of AggregateGoroutines
14a98847 start using k8s.io/streaming
Signed-off-by: Zhixiong Chi <[email protected]>
---
recipes-containers/cri-tools/cri-tools_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-containers/cri-tools/cri-tools_git.bb b/recipes-containers/cri-tools/cri-tools_git.bb
index b2706311..0805e7a2 100644
--- a/recipes-containers/cri-tools/cri-tools_git.bb
+++ b/recipes-containers/cri-tools/cri-tools_git.bb
@@ -16,7 +16,7 @@ What is not in scope for this project? \
non-exist on the kube-apiserver. \
"
-SRCREV_cri-tools = "16d5673873fda6d333f8411778a35f5778998680"
+SRCREV_cri-tools = "88d8ad9d40f82726fda53c2d271e6172b4c619c9"
SRC_URI = "\
git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \
@@ -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"
RPROVIDES:${PN} += "crictl"
PACKAGES =+ "${PN}-critest"
--
2.53.0