diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-26 12:16:34 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-26 12:16:59 -0400 |
commit | 82843e2174c7a9d983e21874cd378821ac5e65fa (patch) | |
tree | a88b52655dfc97f9b4130f2c2ff59b80ceeb175e | |
parent | 780c0e56b54fc084621cd94c91f3eb72360f3b19 (diff) | |
download | meta-virtualization-82843e2174c7a9d983e21874cd378821ac5e65fa.tar.gz |
conmon: update to v2.1.13
Bumping conmon to version v2.1.3-208-gb2f13b0, which comprises the following commits:
2a1dda8 src: Fix terminal resize event processing
4d374fd fix integration github action
ede56b9 fix wrong conditions of k8s-file logging
f37e9e7 logging: Add container labels to log entries on journald
93dcd63 Makefile: simplify fmt
c85e7bb Remove hack/tree_status.sh
0a5e93d Remove hack/kubernetes-e2e
0b024b2 ci: add go.mod/go.sum validation
7c7b0c5 ci/gha: add all-done job
12c3a59 ci/gha: fix branch name
5b51069 Remove old vendored go-md2man
58e4cf4 ci/gha: remove actions/cache
9389c61 Use gofumpt
8cb0c76 runner/conmon_test: rm unused skopeoPath
adb68be runner/conmon: rm unused writeConmonPipeData
c56cab5 Replace ioutil.TempDir with t.TempDir
4d836a4 Use os.ReadFile/os.WriteFile instead of ioutil
c490967 runner: stop using pkg/errors
869f9d2 Use %m instead of strerror(errno)
38ff637 cmsg: error logging nits
f464b59 seccomp_accept_cb: fix memory leak
8c35fb5 Remove pwarn macro
775ef67 write_journald: fix logging a warning
0e7fd17 write_oom_adjust: remove extra newlines from ndebugf
238f24a Introduce pwarnf() for better diagnosis of socket/fd write issues.
5412374 Handle descriptor in non-blocking mode properly. Resolves: #490
82de887 Bump conmon version to 2.1.13
24498b5 Install some packages to fix CI
41e2c0d Make timestamp generation never fail.
119db20 Change permissions of logs from 0600 to 0640
02c6ea6 Avoid bogus journal filling errors
eec8fa1 Switch go version to 1.19
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/conmon/conmon_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index 6ef0c7cc..d900de29 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 | ||
10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" | 10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" |
11 | 11 | ||
12 | SRCREV = "aee638f5b23d408b42c74ece8f7bdb977078386a" | 12 | SRCREV = "b2f13b0f1200e1d678524c21551a0868dae6f7d2" |
13 | SRC_URI = "\ | 13 | SRC_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 | ||
17 | PV = "2.1.12+git" | 17 | PV = "2.1.13+git" |
18 | 18 | ||
19 | inherit pkgconfig | 19 | inherit pkgconfig |
20 | 20 | ||