Skip to content

Releases: draios/sysdig

0.19.0

04 Oct 21:15
Compare
Choose a tag to compare

New features

  • Add per-cpu counters when a tracepoint is hit [#947]

Bug fixes

  • mq_unlink syscall reports as ptrace [#927]
  • Fixed copy-paste typo [#946]
  • expose the event masking/unmasking mechanism at the inspector level [#951]
  • Fix targetViewFilter for "Accessed Files" in wsysdig_summary chisel [#952]
  • Various improvements and fixes for Sysdig Inspect

0.18.0

22 Sep 18:41
Compare
Choose a tag to compare

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]

0.17.0

24 Jul 17:41
Compare
Choose a tag to compare

New features

  • Support netlink sockets [#809]

Bug fixes

  • Fix a bug on cgroups parsing that prevented sysdig to start [#835]
  • Allow sysdig to read k8s state from very large k8s environments [#856]
  • Improve compatibility with older linux kernels [#889]
  • Improve rkt detection by checking the existence of files into /var/lib/rkt [#893]

0.16.0

08 May 09:59
Compare
Choose a tag to compare

New features

  • Support for Kernel 4.11
  • sysdig -N is now the default option, server port decoding can be reenabled with -R
  • Decode unshare syscall

Bug fixes

  • Fix rkt detection for containers created before sysdig runs
  • Fix container detection if docker itself is running inside a container
  • Fix detection of lxc containers
  • Fix compilation issues on RHEL5
  • Fix memory leak on spy_users chisel

0.15.1

28 Mar 12:50
Compare
Choose a tag to compare

Bug fixes

  • Fixed driver compilation issues on armv6l
  • Fixes on Kubernetes support
  • Regression on rkt detection #748
  • Fixed high cpu usage when sysdig was used with -M parameter, #783
  • Fixed a memory leak #772

0.15.0

24 Feb 16:37
Compare
Choose a tag to compare

New Features

  • Support for Linux Kernel 4.10
  • Use /proc/<pid>/status instead of custom ioctl to get process vpid for kernels >= 4.1

Bug fixes

  • Various fixes on Kubernetes ingestion
  • Fix some happening deadlocks in the driver when ioctl were exiting with error
  • Fix mkdir and rmdir events, they were skipped in case of page faults
  • Bugfix on topports_server chisel
  • Avoid some cases of infinite loop when evaluating filters like proc.aname

0.14.0

23 Jan 11:32
Compare
Choose a tag to compare

New Features

  • JSON output is not: an object per event separated by newline, instead of objects inside array as before.
  • New filter proc.pcmdline, which represents the full command line (proc.name + proc.args) of the parent of the process generating the event

Bug fixes

  • Updated embedded OpenSSL, CURL and jq to address security issues
  • Fixes for kernel version 4.9.3
  • Improved detection of Mesos containers
  • fix compilation with HAS_CAPTURE disabled on Linux
  • Fixes for merged captures support

0.13.0

20 Dec 16:20
Compare
Choose a tag to compare

New features

  • Ability to open concatenated capture files
  • evtin.* fields can be used also for displaying now

Bug fixes

  • Fix driver for Kernel 4.9
  • Fix on IPv4 mapped IPv6 parsing
  • Fix memory leak #694
  • Fix issue #687 about connecting to an K8s API server via HTTPS

0.12.1

11 Nov 00:19
Compare
Choose a tag to compare

Bug fixes

  • Compilation issues when using non-bundled OpenSSL #672
  • Compilation issues under S390 architecture
  • Various issues on k8s parsing
  • Stale thread info when parsing processes within containers #665
  • Avoid getting cwd from driver, causes issues on Kernel 4.8

0.12.0

25 Oct 23:04
Compare
Choose a tag to compare

New features

  • New filters container.mount.* to match container mount points
  • New filter container.privileged to match containers running in privileged mode
  • Support latest kubernetes features: k8s.deployment.* and k8s.rs.* filters are now available
  • Added glob operator for strings, works as classic shell glob path matcher
  • Added pmatch operator
  • Add less package on docker image

Bug fixes

  • Fix memory allocation of PPM_IOCTL_GET_PROCLIST, caused csysdig crashes in certain cases
  • Now sysdig compiles on PPC64
  • Install script fixes for EPEL and Unbreakable kernel
  • Navigation issues on csysdig