Releases: falcosecurity/libs
Releases · falcosecurity/libs
0.7.0-rc4
fix(gvisor): fix epoll use-after-free Signed-off-by: Lorenzo Susini <[email protected]> Co-authored-by: Luca Guerra <[email protected]>
2.0.0+driver
What's Changed
- build: reorganize driver cmake vars by @leogr in #423
- fix(driver): fixed kmod build on linux kernels >= 5.18. by @FedeDP in #411
- fix(scap_engine_bpf): enable
_64BIT_ARGS_SINGLE_REGISTER
on ARM64 by @Andreagit97 in #418 - chore(drivers): add a warning for not officially supported archs by @Andreagit97 in #421
- update(driver): bump SCHEMA_VERSION to 2.0.0 by @leogr in #436
- Support
execve
exit events andclone
child exit events onARM64
by @Andreagit97 in #416 - fix(driver): fix pt_regs missing definition by @loresuso in #450
- fix(bpf): fix compilation issue on
4.18.0-193.75.1.el8_2.x86_64
by @Andreagit97 in #448 - Better support for dup syscall family by @alacuku in #385
- fix(driver): io_uring_params features attribute by @deepskyblue86 in #379
- fix(driver): drop EF_USES_FD and EF_MODIFIES_STATE flags for enter events generated by uring syscalls by @alacuku in #395
- fix(driver): check rename family syscalls are defined by @Andreagit97 in #401
- fix(driver): 'declaration changes meaning' error when compiling in C++ by @yo348 in #440
Full Changelog: 1.0.0-alpha+driver...2.0.0+driver
0.7.0-rc3
2.0.0-rc1+driver
fix(libscap): bump minimum schema version to 2.0.0 Signed-off-by: Mauro Ezequiel Moltrasio <[email protected]>
0.7.0-rc2
fix(libsinsp/k8s): set api url path to "apps/v1" The k8s client used "extensions/v1beta1" as api url path in order to get metadata for daemonsets, deployments and replicasets. Starting with the v1.16 release of k8s the above mentioned k8s resources are no more served in "extensions/v1beta1" and are now served in "apps/v1" api version. The "apps/v1" api version is available since v1.9 of k8s. Signed-off-by: Aldo Lacuku <[email protected]>
0.7.0-rc1
fix(libscap): bump minimum schema version to 2.0.0 Signed-off-by: Mauro Ezequiel Moltrasio <[email protected]>
1.0.0-alpha2+driver
refactor: change semantic `WITH_DRIVER` to `USE_BUNDLED_DRIVER` Signed-off-by: Leonardo Grasso <[email protected]>
0.7.0-alpha2
refactor: change semantic `WITH_DRIVER` to `USE_BUNDLED_DRIVER` Signed-off-by: Leonardo Grasso <[email protected]>
1.0.0-alpha+driver
docs(README): add a section about versioning Signed-off-by: Leonardo Grasso <[email protected]>
0.7.0-alpha
docs(README): add a section about versioning Signed-off-by: Leonardo Grasso <[email protected]>