diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-08-21 13:04:22 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-08-21 13:04:22 -0400 |
commit | 93493802e8d3265ad401643ba3cfd286aa3b5e45 (patch) | |
tree | 7bd3371e417ffd1daae16d941ba16162a1acbb3d | |
parent | 13ad3d54b644763caa1b07876f8888259e7c51ec (diff) | |
download | meta-virtualization-93493802e8d3265ad401643ba3cfd286aa3b5e45.tar.gz |
crio: update to v1.33.0 -tip
Bumping cri-o to version v1.33.0-167-g259e23fd4, which comprises the following commits:
21b03fda2 inspect: add hostnetwork information
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 11374297..5237f103 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 | |||
14 | - Resource isolation as required by the CRI \ | 14 | - Resource isolation as required by the CRI \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV_cri-o = "87ce1c120d022797913f0792e15dd0107d19dffe" | 17 | SRCREV_cri-o = "259e23fd4353e67b59b33a0457202210f40322ec" |
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
19 | git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 19 | git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
20 | file://crio.conf \ | 20 | file://crio.conf \ |