Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 05:13
· 1136 commits to main since this release
5edfbb6

⚡️ Release notes and discussion: https://github.com/aquasecurity/tracee/discussions/2963⚡️

Docker Images (x86_64 only)

  • docker pull docker.io/aquasec/tracee:0.13.0
  • docker pull docker.io/aquasec/tracee:0.13.0-full

Docker Images (per architecture)

  • docker pull docker.io/aquasec/tracee:x86_64-0.13.0
  • docker pull docker.io/aquasec/tracee:x86_64-0.13.0-full
  • docker pull docker.io/aquasec/tracee:aarch64-0.13.0
  • docker pull docker.io/aquasec/tracee:aarch64-0.13.0-full

The regular image is built with an embedded portable CO-RE eBPF object and BTFHub (for kernels not supporting BTF info). The full image is built with an embedded portable CO-RE eBPF object and it is capable of building a per kernel non CO-RE eBPF object.

What's Changed

Full Changelog: v0.12.0...v0.13.0