Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: conmon | Distribution: openSUSE Tumbleweed |
Version: 2.1.12 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri May 17 13:11:36 2024 |
Group: System/Management | Build host: reproducible |
Size: 167934 | Source RPM: conmon-2.1.12-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/containers/conmon | |
Summary: An OCI container runtime monitor |
Conmon is a monitoring program and communication tool between a container manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a single container.
Apache-2.0
* Fri May 17 2024 Dan Čermák <dcermak@suse.com> - New upstream release 2.1.12 * Packit: enable downstream sync to CentOS Stream 10 * Make 'docs' target not depend on 'install.tools' if GOMD2MAN is set * Tue Apr 30 2024 Dan Čermák <dcermak@suse.com> - New upstream release 2.1.11 * docs/Makefile: softcode GOMD2MAN by @rahilarious * chore(deps): update dependency containers/automation_images to v20231208 by @renovate * drop --tty on exec by @haircommander * update packit config, enable downstream tasks by @lsm5 * Remove checks for (long)deprecated libsystemd-journal for libsystemd by @rahilarious * Add support for s390x by @saschagrunert * Build s390x binaries using musl libc by @saschagrunert * Tue Dec 19 2023 Dan Čermák <dcermak@suse.com> - New upstream release 2.1.10 Bug fixes: * Fix incorrect free in conn_sock (removes fix-incorrect-free-in-conn_sock.patch) * logging: Respect log-size-max immediately after open * Mon Dec 18 2023 Dan Čermák <dcermak@suse.com> - Add fix-incorrect-free-in-conn_sock.patch This fixes a regression in 2.1.9 (https://github.com/containers/conmon/issues/475 and https://github.com/containers/conmon/issues/477) * Fri Dec 15 2023 Dan Čermák <dcermak@suse.com> - New upstream release 2.1.9 [#]## Bug fixes * fix some issues flagged by SAST scan * src: fix write after end of buffer * src: open all files with O_CLOEXEC * oom-score: restore oom score before running exit command [#]## Features * Forward more messages on the sd-notify socket * logging: -l passthrough accepts TTYs * Thu Sep 28 2023 Valentin Lefebvre <valentin.lefebvre@suse.com> - go 1.19 EOL, swith to go >= 1.20 * [bsc#1215806] * Wed Sep 06 2023 Danish Prakash <danish.prakash@suse.com> - Update to version 2.1.8: * stdio: ignore EIO for terminals (bsc#1217773) * ensure console socket buffers are properly sized * conmon: drop return after pexit() * ctrl: make accept4 failures fatal * logging: avoid opening /dev/null for each write * oom: restore old OOM score * Use default umask 0022 * cli: log parsing errors to stderr * Changes to build conmon for riscv64 * Changes to build conmon for ppc64le * Fix close_other_fds on FreeBSD * Wed Mar 15 2023 Dan Čermák <dcermak@suse.com> - New upstream release 2.1.7 2.1.7: [#]## Bug Fixes Fix leaking symbolic links in the opt_socket_path directory cgroup: Stumble on if we can't set up oom handling (bsc#1208737) 2.1.6: [#]## Bug Fixes * Fix OOM watcher for cgroupv2 `oom_kill` events [#]## Misc * Use --detach instead of -d * ctrl: drop fifo perms to 0660 - Remove merged patch: * 0001-Fix-tools-Makefile-with-GNU-make-4.4.patch - Bump go version to 1.19 (bsc#1209307) * Wed Nov 23 2022 Dan Čermák <dcermak@suse.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 Fabian Vogt <fvogt@suse.com> - Add patch to fix build with make >= 4.4: * 0001-Fix-tools-Makefile-with-GNU-make-4.4.patch * Wed Aug 17 2022 Dirk Müller <dmueller@suse.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 Enrico Belleri <idesmi@protonmail.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 Ferdinand Thiessen <rpm@fthiessen.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 Paolo Stivanin <info@paolostivanin.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.vicenzi@suse.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.vicenzi@suse.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 Vicenzi <alexandre.vicenzi@suse.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 sgrunert@suse.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
/usr/bin/conmon /usr/share/doc/packages/conmon /usr/share/doc/packages/conmon/README.md /usr/share/licenses/conmon /usr/share/licenses/conmon/LICENSE /usr/share/man/man8/conmon.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:41:02 2024