From 42cc70df2047039798e627e2557d431655ac2c36 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 26 May 2021 16:28:26 -0400 Subject: conmon: update to v2.0.28 6b18f7e bump to v2.0.28 dd63dcb Cirrus: Update VM Images 096e2c1 conmon: do not chown /dev/null 3efab3e Add Kubernetes e2e tests as GitHub action 0114f3c move integration to gh actions 186038c run make vendor 31c5a2e add tests running a runtime c53c155 always set container pid file 1955f59 write runtime stderr to journal on error af1f3c4 some small cleanups 6c38b5a Use less resources 355dbf1 conn_sock: fix potential segfault 4587294 ci/gha: bump runc to rc93 92867a7 Add Podman integration test GitHub action 1ec43d9 bump to v2.0.28-dev Signed-off-by: Bruce Ashfield --- recipes-containers/conmon/conmon_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index 7c4edabf..74f5bfa3 100644 --- a/recipes-containers/conmon/conmon_git.bb +++ b/recipes-containers/conmon/conmon_git.bb @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77" DEPENDS = "glib-2.0 go-md2man-native" -SRCREV = "3efab3e71c4c29f127cd7b8e8a5a885fc17dec88" +SRCREV = "31614525ebc5fd9668a6e084b5638d71b903bf6d" SRC_URI = "\ git://github.com/containers/conmon.git \ " -PV = "2.0.27+git${SRCPV}" +PV = "2.0.28+git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf