Releases: containers/conmon
v2.0.15
- store status while waiting for pid
v2.0.14
Bug fixes:
drop usage of splice(2)
avoid hanging on stdin
v2.0.13
Bug fixes
stdio: sometimes quit main loop after io is done
ignore sigpipe
v2.0.12
Bug fixes
oom: fix potential race between verification steps
v2.0.11
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
Features
journal logging: write to /dev/null instead of -1
v2.0.9
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
Bug fixes
Revert "conmon: check oom counter on cgroup v1"
Features
persist oom files on cgroup v2
v2.0.7
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
Bug Fixes
kill the process group on timeout