Skip to content

Releases: aquasecurity/tracee

v0.14.0

03 May 06:30
ade305d
Compare
Choose a tag to compare

⚡️ Release notes: https://github.com/aquasecurity/tracee/discussions/3041 ⚡️

Docker Image (x86_64 only)

  • docker pull docker.io/aquasec/tracee:0.14.0

Docker Images (per architecture)

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

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.14.0

v0.13.1

06 Apr 19:05
d5b03e0
Compare
Choose a tag to compare

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

Docker Images (x86_64 only)

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

Docker Images (per architecture)

  • docker pull docker.io/aquasec/tracee:x86_64-0.13.1
  • docker pull docker.io/aquasec/tracee:x86_64-0.13.1-full
  • docker pull docker.io/aquasec/tracee:aarch64-0.13.1
  • docker pull docker.io/aquasec/tracee:aarch64-0.13.1-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.13.0...v0.13.1

v0.13.0

01 Apr 05:13
5edfbb6
Compare
Choose a tag to compare

⚡️ 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

Read more

v0.12.0

03 Mar 18:47
6c88fd6
Compare
Choose a tag to compare

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

Docker images

  • docker pull docker.io/aquasec/tracee:0.12.0 (embedded eBPF CO-RE obj with BTFHUB support)
  • docker pull docker.io/aquasec/tracee:full-0.12.0 (compiles non CO-RE eBPF object on startup)

commit log

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

15 Feb 03:49
56dc0ac
Compare
Choose a tag to compare

v0.11.1 highlights and discussion

Docker images

  • docker pull docker.io/aquasec/tracee:0.11.1 (embedded eBPF CO-RE obj with BTFHUB support)
  • docker pull docker.io/aquasec/tracee:full-0.11.1 (compiles non CO-RE eBPF object on startup)

v0.11.0

31 Jan 14:04
1742355
Compare
Choose a tag to compare

v0.11.0 highlights and discussion

Docker images

  • docker pull docker.io/aquasec/tracee:0.11.0 (embedded eBPF CO-RE obj with BTFHUB support)
  • docker pull docker.io/aquasec/tracee:full-0.11.0 (compiles non CO-RE eBPF object on startup)

v0.10.0

16 Dec 01:36
Compare
Choose a tag to compare

Release highlights and summary

👉 https://github.com/aquasecurity/tracee/discussions/2503

Full Changelog

v0.9.3

03 Nov 21:06
b784993
Compare
Choose a tag to compare

v0.9.3

This version continues the trend within the v0.9.X series of Tracee versions, quickly fixing bugs and updating documentation in small and fast coming releases. We're happy that this trend makes Tracee a more reliable system to depend on for having a stable latest version.

See the full release notes and closed milestone issues for highlights.

Docker images

  • docker pull docker.io/aquasec/tracee:0.9.3 (embedded eBPF CO-RE obj with BTFHUB support)
  • docker pull docker.io/aquasec/tracee:full-0.9.3 (compiles non CO-RE eBPF object on startup)

Full Changelog

b784993 - workflows: add stream8 back (#2327) (Rafael David Tinoco)
20daa29 - Documentation: Fix broken links, move deep dive section (#2322) (grantseltzer)
430c073 - ebpf: fix mem_prot_alert invalid args (#2324) (Yaniv Agman)
a37dcf6 - workflows: change pr to new runners (#2325) (Rafael David Tinoco)
ea11896 - Run integration test triggers in own PID (#2323) (grantseltzer)
380070e - flags: add a test for prepareEventsToTrace (Nadav Strahilevitz)
766f588 - events: add a "containers" set (Nadav Strahilevitz)
31d09d4 - filter: fix wildcard not working for events (Nadav Strahilevitz)
ca2a14e - bucketscache: add RWMutex (#2316) (Nadav Strahilevitz)
534b6a4 - types/trace: add u8 type support to UnmarshalJson (#2312) (Alon Zivony)
4ff5914 - tracee: remove invalid events from tailcalls (#2310) (Nadav Strahilevitz)
f51b41a - filters: flags: change mntns and pidns filter expressions (#2302) (Geyslan Gregório)
df6d661 - logger: move logger start to init functions (#2252) (Geyslan Gregório)

v0.9.2

26 Oct 01:03
f7a0b78
Compare
Choose a tag to compare

v0.9.2

This is release contains fixes to regressions that were introduced in the last two releases. In particular we've disabled TRC-108, TRC-1022, default capabilities drop, move libbpf back to v1.0.1.

As this comes very soon after the prior two releases, take a look at v0.9.0's release notes to see recent highlights of tracee's improvements and added features!

Docker images

  • docker pull docker.io/aquasec/tracee:0.9.2 (embedded eBPF CO-RE obj with BTFHUB support)
  • docker pull docker.io/aquasec/tracee:full-0.9.2 (compiles non CO-RE eBPF object on startup)

Full changelog

f7a0b78 - rules: disable TRC-1022 (#2304) (Jose Donizetti)
84fd91e - capabilities: do not drop caps by default (Rafael David Tinoco)
29b89f8 - golang: go mod tidy (Rafael David Tinoco)
70ea836 - libbpfgo: bump to v0.4.4-libbpf-1.0.1 (Rafael David Tinoco)
6a079a9 - libbpf: back to v1.0.1 (Rafael David Tinoco)
537fe6c - hooked_proc_fops: remove redundant struct check and handle null pointer (#2303) (AsafEitani)
b8ac9db - k8s: disable signature TRC-108 (#2297) (Jose Donizetti)
bbcc6a5 - k8s: update version to 0.9.2 (#2299) (Jose Donizetti)
ae722d7 - event fix: bpf_attach map key (#2295) (roikol)

v0.9.1

24 Oct 23:58
58399f0
Compare
Choose a tag to compare

v0.9.1

This is a small release that only contains bug fixes, it is recommended to use over v0.9.0. As this comes two days after the prior release, take a look at v0.9.0's release notes to see highlights of its improvements and added features!

Docker images

  • docker pull docker.io/aquasec/tracee:0.9.1 (embedded eBPF CO-RE obj with BTFHUB support)
  • docker pull docker.io/aquasec/tracee:full-0.9.1 (compiles non CO-RE eBPF object on startup)

Full Changelog

58399f0 - k8s: update image tag to latest (#2293) (Jose Donizetti)
0842226 - capabilities: do not drop privileges in tracee-ebpf by default (Rafael David Tinoco)
00c7bd2 - symbols_loaded: raise privileges when needed (Rafael David Tinoco)
9826640 - path_resolver: raise privileges when needed (Rafael David Tinoco)
7ef3541 - probes: add NET_ADMIN capability as required for tcProbes (Rafael David Tinoco)
73fb7eb - capabilities: make new capabilities a singleton (Rafael David Tinoco)
02804d8 - capabilities: raise caps for init_namespaces event (Yaniv Agman)
73273d2 - caps: raise privileges for cgroupv1 mount (#2290) (Rafael David Tinoco)
cbaeac2 - pkg/ebpf: fix symbols_loaded initialization crash (#2284) (Alon Zivony)
1bb7264 - capabilities: fix: raise caps ring for privileged operations (#2280) (Rafael David Tinoco)

Full Changelog: v0.9.0...v0.9.1