2020-06-11 14:37:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 27 06:55:07 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to v2.0.17
|
|
|
|
- Add option to delay execution of exit command
|
|
|
|
|
2020-05-20 18:36:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 18 07:38:30 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to v2.0.16
|
|
|
|
- tty: flush pending data when fd is ready
|
|
|
|
|
2020-04-05 20:53:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 3 14:33:46 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
|
|
|
|
|
|
|
- Enable support for journald logging (bsc#1162432)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 3 07:22:43 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Update to v2.0.15
|
|
|
|
- store status while waiting for pid
|
|
|
|
|
2020-03-25 23:44:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 25 08:55:06 UTC 2020 - Sascha Grunert <sgrunert@suse.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
|
|
|
|
|
2020-03-19 19:45:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 17 10:10:44 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
|
|
|
|
|
|
|
- Update to v2.0.12
|
|
|
|
- oom: fix potential race between verification steps
|
|
|
|
|
2020-03-08 22:23:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 5 08:06:24 UTC 2020 - Sascha Grunert <sgrunert@suse.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
|
|
|
|
|
2020-02-03 11:11:49 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-02-21 16:39:58 +01:00
|
|
|
Fri Feb 21 09:22:06 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
2020-02-03 11:11:49 +01:00
|
|
|
|
2020-02-21 16:39:58 +01:00
|
|
|
- Update to v2.0.10 (bsc#1160460, bsc#1164390, jsc#ECO-1048,
|
|
|
|
jsc#SLE-11485, jsc#SLE-11331):
|
2020-03-08 22:23:44 +01:00
|
|
|
- journal logging: write to /dev/null instead of -1
|
2020-02-03 11:11:49 +01:00
|
|
|
|
2020-01-13 22:15:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 7 12:20:08 UTC 2020 - Sascha Grunert <sgrunert@suse.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 08:41:54 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Persist oom files on cgroup v2
|
|
|
|
- Revert the check for the OOM counter on cgroups v1 before
|
|
|
|
writing OOM file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 13 08:23:04 UTC 2019 - Sascha Grunert <sgrunert@suse.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 11:37:19 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Kill the process group on timeout
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 11 07:39:29 UTC 2019 - Sascha Grunert <sgrunert@suse.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 9 17:34:49 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Fix tight loop on OOM
|
|
|
|
|
2019-11-18 20:04:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 14 14:25:29 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Add log level trace
|
|
|
|
- Separate handling of log reopen events and terminal resize events
|
|
|
|
|
2019-11-06 13:47:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 29 09:03:03 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Add CONN_SOCK_BUF_SIZE to config
|
2020-01-13 22:15:32 +01:00
|
|
|
- Fix bug to close the sync pipe before exit command
|
2019-11-06 13:47:40 +01:00
|
|
|
|
2019-09-25 00:56:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 16 16:59:28 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Set masterfd_stdout before registering ctrl_cb
|
|
|
|
|
2019-08-27 15:50:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 24 04:10:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Upstream has an actual description, use it instead of just
|
|
|
|
duplicating the summary again.
|
|
|
|
|
2019-08-22 10:50:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 16 11:48:30 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Use `%make_build` macro instead of `%{__make}`
|
|
|
|
- Use `%make_install` macro instead of `%{__make} install`
|
|
|
|
- Use `%{_bindir}` macro instead of `%{_usr}/bin`
|
2020-01-13 22:15:32 +01:00
|
|
|
- Change `PREFIX` to not contain `%{buildroot}` and use the
|
2019-08-22 10:50:46 +02:00
|
|
|
`$DESTDIR` variable
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 12 06:41:41 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
|
|
|
|
|
|
|
- Initial release v2.0.0
|