Skip to content

0.18.0

Compare
Choose a tag to compare
@mstemm mstemm released this 22 Sep 18:41
· 818 commits to master since this release

New features

  • Changed language of CLA to also cover government contributions [#902]
  • Support mapped container docker networking mode, currently used by k8s pods [#922]
  • Allow an external event capture dumper object to be used together with an inspector object [#912]
  • Handle reading large execve args/env that might otherwise cause a page fault [#920]
  • Add container events (container start/stop/etc) to capture files. In the future, will also be used for orchestrator information. [#935]
  • Add the executable path as a filterable/displayable item proc.exepath [#845] [#934]
  • Small README changes [#936]
  • Support additional flags to clone() syscall [#909]
  • Support page faults as events [#904]
  • Support for upcoming visualization product [#931]

Bug fixes

  • Compilation fixes for sysdig monitor agent [#942]
  • Fix minor problems found by valgrind [#938]
  • Fix crash when reading large messages from docker daemon [#932]
  • Better cleanup of failed installation of the sysdig driver under coreos [#926]
  • Ensure that a parent's ptid is set when an execve fills in information on a new process [#914]
  • Fix IN operator so it works with non-string values [#913]
  • fix compile errors with newer versions of libcurl [#895] [#911]
  • fix compile errors when O_DIRECTORY not defined [#907]
  • Use session id, not process group id, for proc.sid [#904] [#905]
  • Small docs fixes related to container.mount.* [#901]
  • Update installation script to use latest version of EPEL repository [#897]