summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-26 16:28:26 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:43:13 -0400
commit42cc70df2047039798e627e2557d431655ac2c36 (patch)
tree61c7c894abdc53d5fca912043bc1391b617cd563 /recipes-containers
parente15bb2b101a0e7008124627f3dcc51878c1e05ff (diff)
downloadmeta-virtualization-42cc70df2047039798e627e2557d431655ac2c36.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-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 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"
6 6
7DEPENDS = "glib-2.0 go-md2man-native" 7DEPENDS = "glib-2.0 go-md2man-native"
8 8
9SRCREV = "3efab3e71c4c29f127cd7b8e8a5a885fc17dec88" 9SRCREV = "31614525ebc5fd9668a6e084b5638d71b903bf6d"
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/containers/conmon.git \ 11 git://github.com/containers/conmon.git \
12" 12"
13 13
14PV = "2.0.27+git${SRCPV}" 14PV = "2.0.28+git${SRCPV}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17