Skip to content

Releases: containers/conmon

v2.0.15

03 Apr 07:39
Compare
Choose a tag to compare
  • store status while waiting for pid

v2.0.14

20 Mar 15:48
Compare
Choose a tag to compare

Bug fixes:

drop usage of splice(2)
avoid hanging on stdin

v2.0.13

17 Mar 16:54
Compare
Choose a tag to compare

Bug fixes

stdio: sometimes quit main loop after io is done
ignore sigpipe

v2.0.12

16 Mar 16:56
Compare
Choose a tag to compare

Bug fixes

oom: fix potential race between verification steps

v2.0.11

04 Mar 21:02
Compare
Choose a tag to compare

Bug Fixes

log: reject --log-tag with k8s-file
chmod std files pipes
conmon OOM: adjust score to -1000 to prevent conmon from ever being OOM killed
container OOM: verify cgroup hasn't been cleaned up before reporting OOM

Misc

Add Code of Conduct
Add unit tests

v2.0.10

11 Feb 14:06
Compare
Choose a tag to compare

Features

journal logging: write to /dev/null instead of -1

v2.0.9

11 Feb 14:05
Compare
Choose a tag to compare

Features

Add TimedOutMessage to config to share with go code

Bug Fixes

Fixes format string to limit the size of the string to 10 characters
g_file_{get,set}_contents return a gboolean to indicate failure, use it

v2.0.8

11 Feb 14:04
Compare
Choose a tag to compare

Bug fixes

Revert "conmon: check oom counter on cgroup v1"

Features

persist oom files on cgroup v2

v2.0.7

12 Dec 19:02
Compare
Choose a tag to compare

Features

add --persist-dir flag to allow important container files to be written to a persistent directory

Bug Fixes

check OOM counter on cgroups v1 before writing OOM file
use splice(2) to copy from stdin

v2.0.6

12 Dec 18:59
Compare
Choose a tag to compare

Bug Fixes

kill the process group on timeout