Skip to content

0.9.0

Choose a tag to compare

@gianlucaborello gianlucaborello released this 06 Apr 23:29
· 1246 commits to master since this release

New and updated features

  • Mesos and Marathon support:
    • csysdig views: Mesos Tasks, Mesos Frameworks, Marathon Apps, Marathon Groups
    • -m sysdig/csysdig parameter to specify URLs for Mesos Master and Marathon API
    • -pm sysdig parameter to get a Mesos-friendly event output
    • Filter fields: mesos.task.name, mesos.task.id, mesos.task.label, mesos.task.labels, mesos.framework.name, mesos.framework.id, marathon.app.name, marathon.app.id, marathon.app.label, marathon.app.labels, marathon.group.name, marathon.group.id
  • icontains filter comparison operator: case-insensitive string comparison
  • Support for SSL based authentication and bearer token authentication against the Kubernetes API server. Previously, SSL was just supported for CA verification. See the updated documentation for -K
  • New actions on csysdig views: lsof and renice
  • New network filter fields that support a CIDR notation (e.g. 127.0.0.1/24): fd.net, fd.cnet, fd.snet, fd.lnet, fd.rnet

Bug fixes

  • Many minor bugfixes