Skip to content

Releases: falcosecurity/libs

0.7.0-rc4

06 Jul 09:18
Compare
Choose a tag to compare
0.7.0-rc4 Pre-release
Pre-release
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

04 Jul 15:16
Compare
Choose a tag to compare

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 and clone child exit events on ARM64 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

05 Jul 08:10
Compare
Choose a tag to compare
0.7.0-rc3 Pre-release
Pre-release
fix(userspace/libsinsp): avoid crashing in TYPE_RESSTR when an EF_CRE…

2.0.0-rc1+driver

30 Jun 16:36
Compare
Choose a tag to compare
2.0.0-rc1+driver Pre-release
Pre-release
fix(libscap): bump minimum schema version to 2.0.0

Signed-off-by: Mauro Ezequiel Moltrasio <[email protected]>

0.7.0-rc2

01 Jul 07:33
Compare
Choose a tag to compare
0.7.0-rc2 Pre-release
Pre-release
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

30 Jun 16:33
Compare
Choose a tag to compare
0.7.0-rc1 Pre-release
Pre-release
fix(libscap): bump minimum schema version to 2.0.0

Signed-off-by: Mauro Ezequiel Moltrasio <[email protected]>

1.0.0-alpha2+driver

23 Jun 08:32
Compare
Choose a tag to compare
1.0.0-alpha2+driver Pre-release
Pre-release
refactor: change semantic `WITH_DRIVER` to `USE_BUNDLED_DRIVER`

Signed-off-by: Leonardo Grasso <[email protected]>

0.7.0-alpha2

23 Jun 08:32
Compare
Choose a tag to compare
refactor: change semantic `WITH_DRIVER` to `USE_BUNDLED_DRIVER`

Signed-off-by: Leonardo Grasso <[email protected]>

1.0.0-alpha+driver

21 Jun 17:58
Compare
Choose a tag to compare
1.0.0-alpha+driver Pre-release
Pre-release
docs(README): add a section about versioning

Signed-off-by: Leonardo Grasso <[email protected]>

0.7.0-alpha

21 Jun 17:59
Compare
Choose a tag to compare
0.7.0-alpha Pre-release
Pre-release
docs(README): add a section about versioning

Signed-off-by: Leonardo Grasso <[email protected]>