Releases: stackrox/collector
Releases · stackrox/collector
v3.1.14
Fix join modules when no new probes are built (#390)
v3.1.13
Fix CI issues (#389) - modern builder for rhel kernels >= 8.3 - use pip3 instead of pip2 - image reload needs additional creds
v3.1.12
🤖 Updated crawled kernels
v3.1.11
Fix CVE-2019-9923
v3.1.10
🤖 Updated crawled kernels
v3.1.9
🤖 Updated crawled kernels
v3.1.8
Update licensing information
v3.1.7
Fix CVE-2020-28196
v3.1.6
Revert usage of Str() to fix segfault (#371)
v3.1.5
ROX-5597 Collect subset of system calls under eBPF (#363) - Change eBPF probe to short-circuit and drop events similar to kernel module syscall dropping. - At runtime, set syscall_evt_pair struct without UF_USED flag for dropped syscalls in the eBPF map of syscall ids to sysdig event ids. - Remove eBPF tracepoint programs for switch, page fault, and signal events - New probe driver version: sysdig changes: stackrox/sysdig#18