summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/cri-o_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-08-17 10:33:20 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-25 22:55:48 -0400
commitc1977562f6ffb55e8e7fca3c9b8559fafa6e9234 (patch)
tree37bfa17ac100e01729978bb2ec2e68df39f463fd /recipes-containers/cri-o/cri-o_git.bb
parent19045acf78b48d7c0d08e7d6afe55133fbf544be (diff)
downloadmeta-virtualization-c1977562f6ffb55e8e7fca3c9b8559fafa6e9234.tar.gz
cri-o: update to 1.25-tip
Bumping cri-o to version v1.24.0-292-gda7b5b1d9, which comprises the following commits: 4b6936f8f bump cri-api to k8s 1.25 rc0 1988e00f0 server: handle exit files asynchronously 45a55ed20 server: remove exit file in exit monitor ced6fdaca server: cleanup exit monitor function 1e27ac3eb server: allow for kubelet to specify -1 for swap 3e7fd1de9 Add packit configuration 66b2ccc34 fix lint errors from 1.19 bump 9b49723de golangci: drop nolintlint 1e2f0055f bump golangci-lint to 1.48.0 7fe1f1b9e dependencies: update with new ci c42d0d464 bump golang to 1.19 2426f669f fix documentation issue in contrib/cni/README.md: build-output changed cc933c7a8 build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 30bb89319 utils/RunUnderSystemdScope: fix 3e0aa19bd oci: take opLock for UpdateContainer a560c8d8f node_e2e_installer: use runc/crun from PATH 1c4d63c41 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 3d0fc3630 fix documentation issues in contrib/cni/README.md 33fbbcde1 Fix possible panic in pod runtime attach 784245033 Pin containers/* dependencies e82c16b16 migrate image_list to quay.io f7d02e2c4 add critest-images mirror dc5769f4f add GCP vagrant environment 76c96ce83 build(deps): bump github.com/containernetworking/cni from 1.1.1 to 1.1.2 2e8612255 Add bundle e2e and integration tests using conmonrs d4530cb40 Fix nginx based integration tests 45badb2a0 add vagrantfile to test CI and fixes 7f4ddeca6 build(deps): bump sigs.k8s.io/release-utils from 0.7.2 to 0.7.3 19ae364e0 Enter mount namespace if set in $KUBENSMNT environment 483fd0cf0 bats: Alter cleanup_testdir to handle nested mountpoints 65b52fb80 highperfhooks: avoid unbound growth of irqbalance e09fe0efa Add support for max log size in runtime pod d3cd7a07b unzips cri-o to the go dir c60fd9473 Bump crun: 1.4.5 -> 1.5 c2984518d build(deps): bump github.com/urfave/cli/v2 from 2.11.0 to 2.11.1 c42240355 build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 9d5abc2ad Add Lyft to adopters eff3a3191 build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 74fa8341f Re-enable conmon-rs attach test ad5f650bd Remove etcd dependency replacement f6d6ba4c7 updates ansible for use with prow instead of jenkins d8e76f15e copies test/integration to test/ci 35f4900ba Pin sigs.k8s.io/bom to v0.3.0 edb06fbf9 Switch to `github.com/blang/semver/v4` 6a1b6b581 Fallback to default seccomp profile if not found on disk 639843795 build(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 7dc5333c6 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 222051ffb build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 45304727c build(deps): bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.0 084dbcf4d build(deps): bump github.com/emicklei/go-restful 8c66b2aa3 remove succinct option to fix jenkins 4f75284ff build(deps): bump k8s.io/klog/v2 from 2.70.0 to 2.70.1 4ca27d0b0 Remove enable_custom_shm_size f71d92ed8 Retry dependency report push if failed 410258613 Fix Unmasked ProcMountType 8e6895172 Add a unit test around configuring taskset on InfraCtrCPUSet 5a59d9f58 Add test for "Canonize selinux label" Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/cri-o/cri-o_git.bb')
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb2
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 d0683a6d..caa4ec3f 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
17SRCREV_cri-o = "78992d1604052a8939d52264157427c74c86de0d" 17SRCREV_cri-o = "da7b5b1d908a081186678e8e29779665602d4840"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.25;name=cri-o;protocol=https \ 19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.25;name=cri-o;protocol=https \
20 file://0001-Makefile-force-symlinks.patch \ 20 file://0001-Makefile-force-symlinks.patch \