Changelog for
conmon-2.1.5-150400.3.6.1.x86_64.rpm :
* Thu Mar 16 2023 pgajdosAATTsuse.com- build against go 1.19 [bsc#1209307]
* Wed Nov 23 2022 dcermakAATTsuse.com- Update to version 2.1.5:
* don\'t leak syslog_identifier
* logging: do not read more that the buf size
* logging: fix error handling
* Makefile: Fix install for FreeBSD
* signal: Track changes to get_signal_descriptor in the FreeBSD version
* Packit: initial enablement- Update to version 2.1.4:
* Fix a bug where conmon crashed when it got a SIGCHLD
* Fri Nov 04 2022 fvogtAATTsuse.com- Add patch to fix build with make >= 4.4:
* 0001-Fix-tools-Makefile-with-GNU-make-4.4.patch
* Wed Aug 17 2022 dmuellerAATTsuse.com- update to 2.1.3:
* Port conmon to FreeBSD
* Stop using g_unix_signal_add() to avoid threads
* Rename CLI optionlog-size-global-max to log-global-size-max
* Wed Jun 29 2022 idesmiAATTprotonmail.com- Update to version 2.1.2:
* add log-global-size-max option to limit the total output conmon processes (CVE-2022-1708 boo#1200285)
* journald: print tag and name if both are specified
* drop some logs to debug level
* Thu May 05 2022 rpmAATTfthiessen.de- Update to version 2.1.0
* logging: buffer partial messages to journald
* exit: close all fds >= 3
* fix: cgroup: Free memory_cgroup_file_path if open fails. Call g_free instead of free.- Update to version 2.0.32
* Fix: Avoid mainfd_std{in,out} sharing the same file descriptor.
* exit_command: Fix: unset subreaper attribute before running exit command- Update to version 2.0.31
* logging: new mode -l passthrough
* ctr_logs: use container name or ID as SYSLOG_IDENTIFIER for journald
* conmon: Fix: free userdata files before exec cleanup
* Fri Sep 24 2021 infoAATTpaolostivanin.com- Update to version 2.0.30:
* Remove unreachable code path
* exit: report if the exit command was killed
* exit: fix race zombie reaper
* conn_sock: allow watchdog messages through the notify socket proxy
* seccomp: add support for seccomp notify
* Fri Jul 23 2021 alexandre.vicenziAATTsuse.com- Update to version 2.0.29:
* Reset OOM score back to 0 for container runtime
* call functions registered with atexit on SIGTERM
* conn_sock: fix potential segfault
* Tue Mar 30 2021 alexandre.vicenziAATTsuse.com- Update to version 2.0.27:
* bump to v2.0.27
* Add CRI-O integration test GitHub action
* exec: don\'t fail on EBADFD
* close_fds: fix close of external fds
* Add arm64 static build binary
* bump to v2.0.27-dev
* Thu Feb 25 2021 alexandre.vicenziAATTsuse.com- Update to version 2.0.26:
* conn_sock: do not fail on EAGAIN
* fix segfault from a double freed pointer
* Fix a bug where conmon could never spawn a container, because a disagreement between the caller and itself on where the attach socket was.
* 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)
* add full-attach option to allow callers to not truncate a very long path for the attach socket
* close only opened FDs
* set locale to inherit environment
* Tue Jan 12 2021 sgrunertAATTsuse.com- Update to version 2.0.22:
* added man page
* attach: always chdir
* conn_sock: Explicitly free a heap-allocated string
* refactor I/O and add SD_NOTIFY proxy support
* Mon Sep 21 2020 dmuellerAATTsuse.com- Update to version 2.0.21:
* bump to v2.0.21
* protect against kill(-1)
* Makefile: enable debuginfo generation
* Remove go.sum file and add go.mod
* Fail if conmon config could not be written
* nix: remove double definition for e2fsprogs
* Speedup static build by utilizing CI cache on `/nix` folder
* Fix nix build for failing e2fsprogs tests
* test: fix CI
* Use Podman for building
* Wed Jul 29 2020 sgrunertAATTsuse.com- Update to v2.0.20 (bsc#1175821) - journald: fix logging container name - container logging: Implement none driver - \"off\", \"null\" or \"none\" all work. - ctrl: warn if we fail to unlink - Drop fsync calls - Reap PIDs before running exit command - Fix log path parsing - Add --sync option to prevent conmon from double forking - 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
* Wed May 27 2020 sgrunertAATTsuse.com- Update to v2.0.17 - Add option to delay execution of exit command
* Mon May 18 2020 sgrunertAATTsuse.com- Update to v2.0.16 - tty: flush pending data when fd is ready
* Fri Apr 03 2020 rhaferAATTsuse.com- Enable support for journald logging (bsc#1162432)
* Fri Apr 03 2020 sgrunertAATTsuse.com- Update to v2.0.15 - store status while waiting for pid
* Wed Mar 25 2020 sgrunertAATTsuse.com- Update to v2.0.14 - drop usage of splice(2) - avoid hanging on stdin - stdio: sometimes quit main loop after io is done - ignore sigpipe
* Tue Mar 17 2020 rhaferAATTsuse.com- Update to v2.0.12 - oom: fix potential race between verification steps
* Thu Mar 05 2020 sgrunertAATTsuse.com- Update to v2.0.11 - log: reject --log-tag with k8s-file - chmod std files pipes - adjust score to -1000 to prevent conmon from ever being OOM killed - container OOM: verify cgroup hasn\'t been cleaned up before reporting OOM
* Fri Feb 21 2020 rhaferAATTsuse.com- Update to v2.0.10 (bsc#1160460, bsc#1164390, jsc#ECO-1048, jsc#SLE-11485, jsc#SLE-11331): - journal logging: write to /dev/null instead of -1
* Tue Jan 07 2020 sgrunertAATTsuse.com- Add TimedOutMessage to config to share with go code- Fix format string to limit the size of the string to 10 characters
* Mon Dec 16 2019 sgrunertAATTsuse.com- Persist oom files on cgroup v2- Revert the check for the OOM counter on cgroups v1 before writing OOM file
* Fri Dec 13 2019 sgrunertAATTsuse.com- Add --persist-dir flag to allow important container files to be written to a persistent directory- Check OOM counter on cgroups v1 before writing OOM file- Use splice(2) to copy from stdin
* Thu Dec 12 2019 sgrunertAATTsuse.com- Kill the process group on timeout
* Wed Dec 11 2019 sgrunertAATTsuse.com- Add --persist-dir to allow callers to specify a directory that conmon should mirror certain important files that should persist reboots (right now, just the container exit file)
* Mon Dec 09 2019 sgrunertAATTsuse.com- Fix tight loop on OOM
* Thu Nov 14 2019 sgrunertAATTsuse.com- Add log level trace- Separate handling of log reopen events and terminal resize events
* Tue Oct 29 2019 sgrunertAATTsuse.com- Add CONN_SOCK_BUF_SIZE to config- Fix bug to close the sync pipe before exit command
* Mon Sep 16 2019 sgrunertAATTsuse.com- Set masterfd_stdout before registering ctrl_cb
* Sat Aug 24 2019 jengelhAATTinai.de- Upstream has an actual description, use it instead of just duplicating the summary again.
* Fri Aug 16 2019 sgrunertAATTsuse.com- Use `%make_build` macro instead of `%{__make}`- Use `%make_install` macro instead of `%{__make} install`- Use `%{_bindir}` macro instead of `%{_usr}/bin`- Change `PREFIX` to not contain `%{buildroot}` and use the `$DESTDIR` variable
* Mon Aug 12 2019 sgrunertAATTsuse.com- Initial release v2.0.0