Skip to content

Releases: falcosecurity/libs

0.16.0-rc3

02 May 09:16
Compare
Choose a tag to compare
0.16.0-rc3 Pre-release
Pre-release
fix(scap): set a null terminator when we collect args from /proc

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

0.16.0-rc2

29 Apr 15:23
Compare
Choose a tag to compare
0.16.0-rc2 Pre-release
Pre-release
fix(userspace/libsinsp): properly set successful lookup state when pa…

7.1.0+driver-rc1

23 Apr 13:50
Compare
Choose a tag to compare
7.1.0+driver-rc1 Pre-release
Pre-release
cleanup(libsinsp): throw exception for invalid parsed string vectors

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

0.16.0-rc1

23 Apr 13:50
Compare
Choose a tag to compare
0.16.0-rc1 Pre-release
Pre-release
cleanup(libsinsp): throw exception for invalid parsed string vectors

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

0.15.1

22 Mar 09:32
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.15.1

Released on 2024-03-22

Bug Fixes

  • fix(userspace/libsinsp): fix a possible source of use-after-free. [#1753] - @FedeDP

Non user-facing changes

  • chore(test/libsinsp_e2e): use unique ptr e2e tests inspector [#1754] - @FedeDP

Statistics

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

Release Manager @FedeDP

0.15.0

15 Mar 09:33
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.15.0

Released on 2024-03-15

Breaking Changes ⚠️

  • refactor(userspace/libsinsp)!: reduce usage of raw pointers [#1702] - @jasondellaluce
  • refactor(userspace/libsinsp)!: remove friend classes, VISIBILITY_PRIVATE, and VISIBILITY_PROTECTED [#1676] - @jasondellaluce
  • refactor(userspace/libsinsp)!: file descriptor tables for better OOP design and extensibility [#1637] - @jasondellaluce
  • clenup(userspace/libsinsp)!: remove unused filter compiler flag [#1638] - @jasondellaluce

Major Changes

  • new(userspace/libsinsp): support case insensitive glob with the operator "iglob" [#1547] - @therealbobo
  • feat(libsinsp): plugin dynamic reconfiguration [#1674] - @mrgian
  • feat(libsinsp): add logging capability to the plugin API [#1640] - @mrgian

Minor Changes

  • cleanup(userspace): libs consumers have to change the include paths. [#1509] - @therealbobo
  • refactor!(libsinsp): coherent metrics interface, new light weight metrics_collector class + technical debt cleanup [#1652] - @incertum
  • refactor(userspae/libsinsp): api methods for controlling automatic routines [#1635] - @jasondellaluce
  • action required: the dumper has been removed from the inspector (in next()). Now its logic has to be called explicitly in the main loop of the consumer. [#1542] - @therealbobo

Bug Fixes

  • fix(userspace/libsinsp): field lists are hidden by mistake [#1735] - @jasondellaluce
  • fix(libscap): fix m_driver_procinfo memleak on inspector close [#1692] - @LucaGuerra
  • fix(libsinsp): fix potentially uninitialized value for m_exe_writable, m_exe_upper_layer and m_exe_from_memfd [#1691] - @LucaGuerra

Non user-facing changes

Read more

0.15.0-rc1

14 Mar 09:02
Compare
Choose a tag to compare
0.15.0-rc1 Pre-release
Pre-release
fix(driver): CC variable for debian

In Debian 12 we have `CC= gcc-12`, so we have to wrap it in quotes when
setting it to the configure system env

Signed-off-by: Angelo Puglisi <angelopuglisi86@gmail.com>

0.14.3

12 Feb 08:29
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.14.3

Released on 2024-02-12

Major Changes

Non user-facing changes

  • fix(test/e2e): fixed event-generator cmdline arguments. [#1664] - @FedeDP

Statistics

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

Release Manager @FedeDP

0.14.2

26 Jan 14:26
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.14.2

Released on 2024-01-26

Major Changes

Non user-facing changes

  • fix(userspace/libsinsp): revert to old concatenate_paths helper funtion for perf reasons [#1645] - @FedeDP

Statistics

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

Release Manager @LucaGuerra

0.14.1

17 Jan 13:37
Compare
Choose a tag to compare

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.14.1

Released on 2024-01-17

Major Changes

Bug Fixes

Non user-facing changes

Statistics

MERGED PRS NUMBER
Not user-facing 8
Release note 5
Total 13

Release Manager @Andreagit97