42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Apr 10 03:34:05 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
|
|
|
- Update to v0.0.6
|
|
* Rephrase logging to clarify that it is unknown whether sysctl
|
|
change succeeded or failed
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 6 11:50:38 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
|
|
|
- Update to v0.0.5
|
|
* Show parent process info
|
|
* Improve readability with empty event values
|
|
- Use default LLVM/Clang version available (on openSUSE)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 08:31:44 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
|
|
|
- Update to v0.0.4
|
|
* Detect whether CGROUP_CURRENT_FUNC_PROTO is set
|
|
* Fix compilation error due to use of host headers (bsc#1215933)
|
|
- Remove dependency on glibc-devel-32bit (bsc#1215933)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 25 15:43:14 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
|
|
|
- Update to v0.0.3
|
|
* Implement ring buffer event passing
|
|
* Capture PID and process name
|
|
* Add workaround for reading PID and program name on pre v6.1 kernel
|
|
* Handle failures in sysctl BPF helpers
|
|
* Increase size of value buffer
|
|
* Suppress logging of unchanged paramter values
|
|
* Fix "Failed to parse resource value" error in service file
|
|
- Enforce specific Clang version (since SLES defaults to older version of
|
|
Clang)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 2 10:45:35 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
|
|
|
- Initial commit of sysctl-logger package based on v0.0.1
|