summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-17 18:34:40 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-18 03:32:54 +0000
commitf8d46c5e44815afef494643bc95ecc73b11beefe (patch)
treed575ecf113a7cc6e6f328522f9cde7f110460280
parentd77efdfd974a4bfa21c773d666f28274af937b9b (diff)
downloadmeta-virtualization-f8d46c5e44815afef494643bc95ecc73b11beefe.tar.gz
conmon: update to v2.2.1
Bumping conmon to version v2.2.1-23-g86e8106, which comprises the following commits: 8bc1877 chore(deps): update dependency containernetworking/plugins to v1.9.1 beb8c36 chore(deps): update dependency containers/automation_images to v20260310 5c023cb chore(deps): update dependency opencontainers/runc to v1.4.1 b074dcd tests: fail if runc start failed db7c945 ci: drop unneeded step of installing bats 497ce1c Update dependency containers/automation_images to v20251211 329b0dd CI: bump dependencies, build runc/crun from source, skip crio-wipe tests 1090e54 RPM spec: modernize spec file 7aa0abd Add the official conmon logo to README.md ec54d8f Fix FreeBSD 15.0+ SOCK_SEQPACKET message boundary issue e311cf2 tests: Normalize json before comparing it. c8cc2c4 Release v2.2.1 2cf4dcd Fix EAGAIN busy-loop in drain_stdio() f8cc9d6 Add CRI-O critest 5863a7f Fix test for reverted F-sequence behavior 8563b0a Revert PR #592 894e164 Revert PR #629 3bb1a4e Skip test if RUNTIME_BINARY is not runc 93d4e63 Fix k8s-file log format for terminating F-sequence de539b3 tests: Ensure necessary dependencies are available 27ef050 Release v2.2.0 40eb39e Fix SIGABRT crash in drop_signal_event 437e65a Add an easy cleanup for tests dbb54d4 [skip-ci] Update actions/checkout action to v6 d436a96 Check memory.events file exists before adding inotify watch 21ffef0 Fix remaining busybox references in tests 15de5b1 Fix inconsistent error messages when runtime fails 8debcb5 Move attach start message after failure check b2e434f Switch tests from busybox to UBI10 and add consistent terminal size validation Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/conmon/conmon_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index 04f22a2e..ec3d08df 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -9,12 +9,12 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
9 9
10DEPENDS = "glib-2.0 go-md2man-native libseccomp" 10DEPENDS = "glib-2.0 go-md2man-native libseccomp"
11 11
12SRCREV = "42da7ac3fe667a3369d54413ef92664043105f19" 12SRCREV = "86e810678dc6444497a6c6e4811793c67d8102a7"
13SRC_URI = "\ 13SRC_URI = "\
14 git://github.com/containers/conmon.git;branch=main;protocol=https \ 14 git://github.com/containers/conmon.git;branch=main;protocol=https \
15" 15"
16 16
17PV = "2.1.13+git" 17PV = "2.2.1+git"
18 18
19inherit pkgconfig 19inherit pkgconfig
20 20