Skip to content

Releases: falcosecurity/libs

7.3.0+driver

18 Sep 07:51
Compare
Choose a tag to compare

API
SCHEMA

Driver Testing Matrix amd64

KERNEL CMAKE-CONFIGURE KMOD BUILD KMOD SCAP-OPEN BPF-PROBE BUILD BPF-PROBE SCAP-OPEN MODERN-BPF SCAP-OPEN
amazonlinux2-4.19 🟢 🟢 🟢 🟢 🟢 🟡
amazonlinux2-5.10 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2-5.15 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2-5.4 🟢 🟢 🟢 🟢 🟢 🟡
amazonlinux2022-5.15 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2023-6.1 🟢 🟢 🟢 🟢 🟢 🟢
archlinux-6.0 🟢 🟢 🟢 🟢 🟢 🟢
archlinux-6.7 🟢 🟢 🟢 🟢 🟢 🟢
centos-3.10 🟢 🟢 🟢 🟡 🟡 🟡
centos-4.18 🟢 🟢 🟢 🟢 🟢 🟢
centos-5.14 🟢 🟢 🟢 🟢 🟢 🟢
fedora-5.17 🟢 🟢 🟢 🟢 🟢 🟢
fedora-5.8 🟢 🟢 🟢 🟢 🟢 🟢
fedora-6.2 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-3.10 🟢 🟢 🟢 🟡 🟡 🟡
oraclelinux-4.14 🟢 🟢 🟢 🟢 🟢 🟡
oraclelinux-5.15 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-5.4 🟢 🟢 🟢 🟢 🟢 🟡
ubuntu-4.15 🟢 🟢 🟢 🟢 🟢 🟡
ubuntu-5.8 🟢 🟢 🟢 🟢 🟢 🟡
ubuntu-6.5 🟢 🟢 🟢 🟢 🟢 🟢

Driver Testing Matrix arm64

KERNEL CMAKE-CONFIGURE KMOD BUILD KMOD SCAP-OPEN BPF-PROBE BUILD BPF-PROBE SCAP-OPEN MODERN-BPF SCAP-OPEN
amazonlinux2-5.4 🟢 🟢 🟢 🟢 🟢 🟡
amazonlinux2022-5.15 🟢 🟢 🟢 🟢 🟢 🟢
fedora-6.2 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-4.14 🟢 🟢 🟢 🟡 🟡 🟡
oraclelinux-5.15 🟢 🟢 🟢 🟢 🟢 🟢
ubuntu-6.5 🟢 🟢 🟢 🟢 🟢 🟢

v7.3.0+driver

Released on 2024-09-18

Major Changes

  • new(driver,userspace): add fields proc.is_exe_lower_layer, fd.is_upper_layer and fd.is_lower_layer for Overlay FS [#1936] - @eddyduer-sysdig

Bug Fixes

  • fix(driver): fixed build against linux 6.11. [#2011] - @FedeDP
  • fix(driver): fix dynamic snaplen logic (SCAP_FULLCAPTURE_PORT_RANGE and SCAP_STATSD_PORT) [#2006] - @Andreagit97
  • fix(driver/bpf): fixed a couple of verifier issues. [#1896] - @FedeDP

Non user-facing changes

Statistics

MERGED PRS NUMBER
Not user-facing 10
Release note 4
Total 14

Release Manager @FedeDP

0.18.0

18 Sep 07:49
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.18.0

Released on 2024-09-18

Breaking Changes ⚠️

  • new(sinsp)!: sinsp::open_plugin now takes a sinsp_plugin_platform instead of sinsp_mode_t [#1969] - @gnosek
  • cleanup(sinsp)!: remove static container arguments from sinsp constructor [#2016] - @Molter73

Major Changes

  • new(libsinsp): inspector thread pool [#1949] - @mrgian
  • new(scap, sinsp): linux_hostinfo platform for use with non-syscall source plugins [#1969] - @gnosek
  • new(build): add experimental ThreadSanitizer build [#2014] - @LucaGuerra
  • new(libscap): upon detecting ring buffer corruption, an annotated dump of the whole ring buffer will be printed to stderr [#1997] - @gnosek
  • new(userpsac/libsinsp): support regular expression operator in sinsp filters [#1904] - @jasondellaluce
  • new(libsinsp): add basename() string transformer [#1943] - @LucaGuerra
  • new(ci,docs): added heaptrack to our new perf related CI. [#1932] - @FedeDP
  • new(ci): added perf CI job around scap file read. [#1924] - @FedeDP
  • new(ci): added an initial perf-related CI. [#1918] - @FedeDP
  • new: introduce proc.{stdin,stdout,stderr}.{name,type} fields [#1916] - @loresuso

Minor Changes

  • cleanup(engines): detach per-cpu kernel metrics from global kernel metrics [#2031] - @Andreagit97
  • cleanup(sinsp): add set_static_container method [#2016] - @Molter73
  • cleanup(libsinsp): do not crash on g_invalidchar in windows debug builds [#1990] - @LucaGuerra
  • Fix a bug in libsinsp::filter::ast::binary_check_expr::is_equal(), where two binary check expressions were considered equal even if they had different operators. For example evt.num >= 0 was mistakenly considered equal to evt.num = 0. [#1952] - @mstemm
  • cleanup(libsinsp): introduce param->asstd::string(), add error for unsupported types [#1893] - @LucaGuerra
  • refactor(userspace/libsinsp): polish and enable filter caching [#1906] - @jasondellaluce
  • update(cmake): propagate position-independent code option to dependencies [#1878] - @jasondellaluce

Bug Fixes

  • fix(libsinsp): solve field-field comparison pointer instability issues [#2063] - @jasondellaluce
  • fix(sinsp): plugin capture listen capability exception [#2050] - @mrgian
  • fix(libsinsp/state): ensure deep copy semantics and proper memory ownership in dynamic structs [#2026] - @jasondellaluce
  • fix(libpman): try to get a new event on the same CPU after increasing the producer [#2009] - @Andreagit97
  • fix(userspace/libsinsp): fixed CO_IN filter crafted value. [#2019] - @FedeDP
  • fix(libsinsp): simplify sinsp_split, modify set_env/args [#1962] - @LucaGuerra
  • fix(userspace/libsinsp): assorted pass-by-reference performance optimizations [#1965] - @jasondellaluce
  • fix(libsinsp): use size_type in basename transformer, fix build on Windows [#1945] - @LucaGuerra
  • fix(userspace/libsinsp): solve fdtables 'type' field returning random data [#1903] - @jasondellaluce

Non user-facing changes

  • new(tests): add tests for contains/icontains [#1912] - @LucaGuerra
  • fix(libscap): use the correct memory barrier for ARM64 [#2067] - @Andreagit97
  • ci: pin dependencies [#2055] - @Andreagit97
  • fix(test/drivers): fixed s390x Werror related failures for drivers tests [#2066] - @FedeDP
  • chore(sinsp): rename thread_pool to sinsp_thread_pool to avoid symbol conflicts [#2065] - @mrgian
  • fix(ci): avoid running drivers CI jobs that need secrets in PR coming from forks [#2060] - @FedeDP
  • fix(ci): fix some warnings as error [#2062] - @Andreagit97
  • fix(build): fix tests build warnings (fatal with -Werror) [#2053] - @gnosek
  • chore: ignore the commit used for formatting [#2054] - @Andreagit97
  • chore(libs): apply code formatting [#2051] - @poiana
  • ci(semgrep): update semgrep docker image [#2048] - @francesco-furlan
  • fix(sinsp): fix fs.path filterchecks for relative paths (add dirfd concept) [#1993] - @incertum
  • chore: scaffolding for enabling code formatting [#2038] - @Andreagit97
  • chore(cmake): honor CMAKE_BUILD_TYPE while building bundled grpc and protobuf [#2043] - @FedeDP
  • chore(userspace/libsinsp): only link libanl if present. [#2036] - @FedeDP
  • fix(userspace/libsinsp): fixed a couple of UBs [#2045] - @FedeDP
  • cleanup(ci): don't run drivers CI job that use secrets on forks. [#2041] - @FedeDP
  • Use absolute path for clang executable in modern_bpf driver [#2032] - @Molter73
  • fix(ci): only account for mean values in google benchmarks perf CI checks [#2030] - @FedeDP
  • fix(CI): restore e2e sinsp report uploading [#2024] - @Andreagit97
  • new(ci,benchmarks): added more benchmarks and make use of them in perf CI [#2023] - @FedeDP
  • feat(libsinsp): Add wrapper for read/write lock [#1877] - @greyhame-s
  • update(cri): cri-dockerd support [#1907] - @incertum
  • cleanup(tests): move some scap files under the scap file test suite [#2001] - @Andreagit97
  • new(tests): introduce the first google benchmark [#2021] - @Andreagit97
  • chore: add CMakePresets.json file [#1986] - @Andreagit97
  • chore(ci): update kernel-testing related matrix comment if already existent [#2020] - @FedeDP
  • chore(ci): disable unstable scap-related perf test from perf PR comment and check [#2017] - @FedeDP
  • fix(libsinsp/tests): assorted fixes (memory layout, syn...
Read more

0.18.0-rc2

16 Sep 07:51
Compare
Choose a tag to compare
0.18.0-rc2 Pre-release
Pre-release
fix: fix some warnings as errors

Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>

0.18.0-rc1

11 Sep 09:50
Compare
Choose a tag to compare
0.18.0-rc1 Pre-release
Pre-release
chore: ignore the commit used for formatting

Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>

0.17.3

08 Aug 15:01
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.17.3

Released on 2024-08-08

Major Changes

  • new(libsinsp): add debug information for corrupted (mismatched len) events [#1961] - @LucaGuerra

Minor Changes

  • chore!(userspace/libsinsp): keep a reference on m_sinsp_stats_v2 where needed [#1910] - @FedeDP

Bug Fixes

  • fix(libsinsp): check ipv4/ipv6 size on fd.*net comparisons [#1992] - @LucaGuerra
  • fix(libsinsp): add missing #include [#1922] - @LucaGuerra
  • fix(userspace/libsinsp): solve issues with negate comparisons on ip and ipnet checks [#1953] - @jasondellaluce
  • fix(libsinsp): fix crash in string transformers when called on an empty string [#1942] - @LucaGuerra

Non user-facing changes

Statistics

MERGED PRS NUMBER
Not user-facing 8
Release note 6
Total 14

Release Manager @LucaGuerra

0.17.3-rc2

07 Aug 08:42
Compare
Choose a tag to compare
0.17.3-rc2 Pre-release
Pre-release
new(libsinsp/test): add tests for net compare

Signed-off-by: Luca Guerra <luca@guerra.sh>

7.2.1+driver

01 Aug 09:59
Compare
Choose a tag to compare

API
SCHEMA

Driver Testing Matrix amd64

KERNEL CMAKE-CONFIGURE KMOD BUILD KMOD SCAP-OPEN BPF-PROBE BUILD BPF-PROBE SCAP-OPEN MODERN-BPF SCAP-OPEN
amazonlinux2-4.19 🟢 🟢 🟢 🟢 🟡
amazonlinux2-5.10 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2-5.15 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2-5.4 🟢 🟢 🟢 🟢 🟢 🟡
amazonlinux2022-5.15 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2023-6.1 🟢 🟢 🟢 🟢 🟢 🟢
archlinux-6.0 🟢 🟢 🟢 🟢 🟢 🟢
archlinux-6.7 🟢 🟢 🟢 🟢 🟢 🟢
centos-3.10 🟢 🟢 🟢 🟡 🟡 🟡
centos-4.18 🟢 🟢 🟢 🟢 🟢 🟢
centos-5.14 🟢 🟢 🟢 🟢 🟢 🟢
fedora-5.17 🟢 🟢 🟢 🟢 🟢 🟢
fedora-5.8 🟢 🟢 🟢 🟢 🟢 🟢
fedora-6.2 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-3.10 🟢 🟢 🟢 🟡 🟡 🟡
oraclelinux-4.14 🟢 🟢 🟢 🟢 🟢 🟡
oraclelinux-5.15 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-5.4 🟢 🟢 🟢 🟢 🟢 🟡
ubuntu-4.15 🟢 🟢 🟢 🟢 🟢 🟡
ubuntu-5.8 🟢 🟢 🟢 🟢 🟢 🟡
ubuntu-6.5 🟢 🟢 🟢 🟢 🟢 🟢

Driver Testing Matrix arm64

KERNEL CMAKE-CONFIGURE KMOD BUILD KMOD SCAP-OPEN BPF-PROBE BUILD BPF-PROBE SCAP-OPEN MODERN-BPF SCAP-OPEN
amazonlinux2-5.4 🟢 🟢 🟢 🟢 🟢 🟡
amazonlinux2022-5.15 🟢 🟢 🟢 🟢 🟢 🟢
fedora-6.2 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-4.14 🟢 🟢 🟢 🟡 🟡 🟡
oraclelinux-5.15 🟢 🟢 🟢 🟢 🟢 🟢
ubuntu-6.5 🟢 🟢 🟢 🟢 🟢 🟢

v7.2.1+driver

Released on 2024-08-01

Bug Fixes

Statistics

MERGED PRS NUMBER
Not user-facing 0
Release note 2
Total 2

Release Manager @FedeDP

0.17.3-rc1

02 Aug 14:00
Compare
Choose a tag to compare
0.17.3-rc1 Pre-release
Pre-release
fix: class definitions with duplicate names

Signed-off-by: Federico Aponte <federico.aponte@sysdig.com>

0.17.2

17 Jun 08:49
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.17.2

Released on 2024-06-17

Minor Changes

Bug Fixes

Non user-facing changes

Statistics

MERGED PRS NUMBER
Not user-facing 2
Release note 3
Total 5

Release Manager @FedeDP

0.17.1

29 May 12:11
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.17.1

Released on 2024-05-29

Major Changes

  • new(userspace/libsinsp): support lxc 4.0 cgroup layout. [#1879] - @FedeDP

Bug Fixes

  • fix(userspace/libsinsp): fixed possible buffer overflow in sinsp_plugin::get_metrics [#1880] - @FedeDP

Statistics

MERGED PRS NUMBER
Not user-facing 0
Release note 2
Total 2

Release Manager @FedeDP