0.35.1
版本发布时间: 2023-06-29 23:21:45
falcosecurity/falco最新发布版本:0.39.1(2024-10-09 16:56:32)
Packages | Download |
---|---|
rpm-x86_64 | |
deb-x86_64 | |
tgz-x86_64 | |
rpm-aarch64 | |
deb-aarch64 | |
tgz-aarch64 |
Images |
---|
docker pull docker.io/falcosecurity/falco:0.35.1 |
docker pull public.ecr.aws/falcosecurity/falco:0.35.1 |
docker pull docker.io/falcosecurity/falco-driver-loader:0.35.1 |
docker pull docker.io/falcosecurity/falco-no-driver:0.35.1 |
Major Changes
Minor Changes
- update(userspace): change description of snaplen option stating only performance implications [#2634] - @loresuso
- update(cmake): bump libs to 0.11.3 [#2662] - @jasondellaluce
- cleanup(config): minor config clarifications [#2651] - @incertum
- update(cmake): bump falco rules to v1.0.1 [#2648] - @jasondellaluce
- chore(userspace/falco): make source matching error more expressive [#2623] - @jasondellaluce
- update(.github): integrate Go regression tests [#2437] - @jasondellaluce
Bug Fixes
- fix(scripts): fixed falco-driver-loader to manage debian kernel rt and cloud flavors. [#2627] - @FedeDP
- fix(userspace/falco): solve live multi-source issues when loading more than two sources [#2653] - @jasondellaluce
- fix(driver-loader): fix ubuntu kernel version parsing [#2635] - @therealbobo
- fix(userspace): switch to timer_settime API for stats writer. [#2646] - @FedeDP
Non user-facing changes
- CI: bump ubuntu version for tests-driver-loader-integration job [#2661] - @Andreagit97