|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 2.9.0 (2024-05-28) |
| 3 | +## 2.9.1 (2024-06-12) |
4 | 4 |
|
5 |
| -### Features |
| 5 | +### Fixes |
6 | 6 |
|
7 |
| -- uac.log and uac.log.stderr files were moved to the front of the output archive file (by [rbcrwd](https://github.com/rbcrwd)). |
| 7 | +- live_response/containers/docker.yaml: Fixed docker stats command that was running in a loop and therefore the program was not terminating [linux] (by [0xtter](https://github.com/0xtter)). |
| 8 | +- live_response/containers/podman.yaml: Fixed docker stats command that was running in a loop and therefore the program was not terminating [linux]. |
8 | 9 |
|
9 | 10 | ### Artifacts
|
10 | 11 |
|
11 |
| -- files/logs/macos.yaml: Updated collection support for auditd logs [macos] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
12 |
| -- files/logs/solaris.yaml: Added collection support for lastlog, wtmpx, utmpx, svc and webui logs that are stored outside /var/log directory [solaris] (by [sec-hbaer](https://github.com/sec-hbaer)). |
13 |
| -- files/logs/var_log.yaml: Updated collection to support new system [esxi] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
14 |
| -- files/packages/pkg_contents.yaml: Updated collection support for NetBSD 10 [netbsd] (by [Herbert-Karl](https://github.com/Herbert-Karl)). |
15 |
| -- files/packages/pkg_contents.yaml: Updated collection support for package table of contents files [solaris] (by [sec-hbaer](https://github.com/sec-hbaer)). |
16 |
| -- files/system/svc.yaml: Added collection support for svc manifest and method (service start) files [solaris] (by [sec-hbaer](https://github.com/sec-hbaer)). |
17 |
| -- files/system/systemd.yaml: Updated collection to support artifacts related to transient and per-user systemd timers [linux] (by [halpomeranz](https://github.com/halpomeranz)). |
18 |
| -- files/system/var_ld.yaml: Added collection support for ld config files [solaris] (by [sec-hbaer](https://github.com/sec-hbaer)). |
19 |
| -- live_response/containers/docker.yaml: Added collection support for resource usage statistics of each container [linux]. |
20 |
| -- live_response/containers/podman.yaml: Added collection support for resource usage statistics of each container [linux]. |
21 |
| -- live_response/packages/brew.yaml: Added collection support for packages installed through brew package manager [macos] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
22 |
| -- live_response/packages/equo.yaml: Added collection support for packages installed through Entropy package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
23 |
| -- live_response/packages/nix.yaml: Added collection support for packages installed through Nix package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
24 |
| -- live_response/packages/pip.yaml: Added collection support for Python packages installed through pip [linux] (by [sanderu](https://github.com/sanderu)). |
25 |
| -- live_response/packages/pisi.yaml: Added collection support for packages installed through pisi package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
26 |
| -- live_response/packages/pkg.yaml: Updated collection support for information about installed packages [solaris] (by [sec-hbaer](https://github.com/sec-hbaer)). |
27 |
| -- live_response/packages/xbps.yaml: Added collection support for packages installed through XBPS package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
28 |
| -- live_response/packages/yay.yaml: Added collection support for packages installed through Yay [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). |
29 |
| -- live_response/process/procfs_information.yaml: Added collection support for entries corresponding to memory-mapped files [linux]. |
30 |
| -- live_response/process/procfs_information.yaml: Added collection support for listing the contents of /proc/modules [linux]. |
31 |
| -- live_response/process/procfs_information.yaml: Added collection support for listing Unix sockets [linux]. |
32 |
| -- live_response/system/ebpf.yaml: Added collection support for listing pinned eBPF progs [linux]. |
33 |
| -- live_response/system/kernel_modules.yaml: Added collection support for listing available parameters per kernel module [linux]. |
34 |
| -- live_response/system/kernel_modules.yaml: Added collection support for listing loaded kernel modules to compare with /proc/modules [linux]. |
35 |
| -- live_response/system/modinfo.yaml: Added collection support for information about loaded kernel modules [linux, solaris] (by [sanderu](https://github.com/sanderu)). |
| 12 | +- files/shell/history.yaml: Added collection support for *.historynew files [all]. |
| 13 | +- files/shell/sessions.yaml: Added collection support for *.session files [all] [randomaccess3](https://github.com/randomaccess3)) |
0 commit comments