summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 21:32:41 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commita6cf2e0e7df3c73905b06285909b61b28eba7a15 (patch)
tree4ff64c3c6be91e01391d2aefc0ffd5b369461456
parentf1892e34f6a827c21e4bd19fddf5cbabecb36dbc (diff)
downloadmeta-virtualization-a6cf2e0e7df3c73905b06285909b61b28eba7a15.tar.gz
cri-o: update to 1.30
Bumping cri-o to version v1.29.0-44-g5aff11c7c, which comprises the following commits: 1b9754486 fix missing line ending on crio.8.md 3cbaa5294 fix grep for whitespace 8dea35388 add metrics_host to config Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 7ea54617..4e17a7cd 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
14 - Resource isolation as required by the CRI \ 14 - Resource isolation as required by the CRI \
15 " 15 "
16 16
17SRCREV_cri-o = "f8ccf314a68ac03d3f46097d90c573078ee5e494" 17SRCREV_cri-o = "5aff11c7c1afdc785adafd7da3c3f2a6ac51b88d"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.29;name=cri-o;protocol=https \ 19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.30;name=cri-o;protocol=https \
20 file://crio.conf \ 20 file://crio.conf \
21 " 21 "
22 22
@@ -26,7 +26,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c2
26 26
27GO_IMPORT = "import" 27GO_IMPORT = "import"
28 28
29PV = "1.29.0+git${SRCREV_cri-o}" 29PV = "1.30.0+git${SRCREV_cri-o}"
30 30
31inherit features_check 31inherit features_check
32REQUIRED_DISTRO_FEATURES ?= "seccomp" 32REQUIRED_DISTRO_FEATURES ?= "seccomp"