Skip to content

Releases: containers/conmon

v2.0.25

20 Jan 22:05
Compare
Choose a tag to compare

Bug fixes

fix segfault from a double freed pointer

Misc

Avoid unnecessarily duplicating string

v2.0.24

14 Jan 20:21
Compare
Choose a tag to compare

Bug fixes:

Fix a bug where conmon could never spawn a container, because a disagreement between the caller and itself on where the attach socket was.

Features:

improve --full-attach to ignore the socket-dir directly. that means callers don't need to specify a socket dir at all (and can remove it)

v2.0.23

14 Jan 14:40
Compare
Choose a tag to compare
v2.0.23 Pre-release
Pre-release

Note

This release is known to have an issue with it, preventing containers from being run. Please use v2.0.24 instead.

Features

add full-attach option to allow callers to not truncate a very long path for the attach socket

Bug fixes

close only opened FDs
set locale to inherit environment

v2.0.22

17 Dec 16:32
Compare
Choose a tag to compare

Features

Refactor I/O and add SD_NOTIFY proxy support

Bug Fixes

Fix problems found by codespell
Update nix pin with make nixpkgs
conn_sock: Explicitly free a heap-allocated string

Misc

Add conmon man page

v2.0.21

11 Sep 19:24
Compare
Choose a tag to compare

Bug Fixes

protect against kill(-1)

Misc

enable debuginfo generation

v2.0.20

28 Jul 20:42
Compare
Choose a tag to compare

Features

add --no-sync-log option to instruct conmon to not sync the logs of the containers upon shutting down. This feature fixes a regression where we unconditionally dropped the log sync. It is possible the container logs could be corrupted on a sudden power-off. If you need container logs to remain in consistent state after a sudden shutdown, please update from v2.0.19 to v2.0.20

v2.0.19

15 Jul 17:59
Compare
Choose a tag to compare

Features

Add --sync option to prevent conmon from double forking

Bug Fixes:

Drop fsync calls
Reap PIDs before running exit command
Fix log path parsing

Documentation

Replace slave/master terminology

v2.0.18

15 Jul 17:20
Compare
Choose a tag to compare

Bug fixes

journald: fix logging container name
container logging: Implement none driver - "off", "null" or "none" all work.

Misc

ctrl: warn if we fail to unlink

v2.0.17

26 May 15:52
Compare
Choose a tag to compare

Features

Add option to delay execution of exit command

v2.0.16

12 May 20:37
Compare
Choose a tag to compare

Bug fixes

tty: flush pending data when fd is ready

Documentation

Add Installation Guide with Ansible
Add Security Policy