v0.14.0
⚡️ 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
- fix: strip v from docker images tags by @josedonizetti in #2985
- temporary: adjust github image tags for latest releases by @rafaeldtinoco in #2986
- temporary: typo fix for arm64 release tag by @rafaeldtinoco in #2987
- temporary: remove temporary workflow that fixed docker tags by @rafaeldtinoco in #2988
- performance: introduce automated performance dashboard with pyroscope by @rafaeldtinoco in #2968
- logger: refactor logger configuration by @NDStrahilevitz in #2971
- feat: support unmarshalling trace types by @roikol in #2937
- chore: bump postee to 2.9.0 by @josedonizetti in #2981
- capabilities: drop capabilities by default by @rafaeldtinoco in #2924
- fix: add file to error message when parsing yaml by @josedonizetti in #2995
- consume remaining events after ctx is done by @geyslan in #2969
- docs: remove tracee-action metion by @josedonizetti in #2997
- Important Network Fixes for Tracee by @rafaeldtinoco in #2982
- Enable a Debug Shell for Test Runners by @rafaeldtinoco in #2999
- workflow: raise timeout limit for debug shell jobs by @rafaeldtinoco in #3005
- feat: unmarshall trace types correctly by @roikol in #2996
- feat: use new types in signatures by @rafaeldtinoco in #3009
- fix: support null values in unmarshalling by @roikol in #3011
- types: update tracee to use latest types by @rafaeldtinoco in #3012
- fix multiple symbols prints bug by @AsafEitani in #3002
- Capabilities fixes by @rafaeldtinoco in #3006
- fix: kernel version comparison by @roikol in #3022
- fix: detect container id from cgroup in GitHub Action by @ShiraCohen33 in #3021
- events: fix missing capability hidden_kernel_module by @OriGlassman in #3014
- ebpf: non non-core. building files. by @rafaeldtinoco in #3015
- tracee: add engine field to tracee object by @NDStrahilevitz in #3024
- events: fix hidden_kernel_module derivation by @rafaeldtinoco in #3025
- Revive by @rafaeldtinoco in #3020
- Fix docs by @josedonizetti in #3010
- ebpf: adjust includes left behind by @rafaeldtinoco in #3028
- k8s: bump to 0.14.0 by @josedonizetti in #3030
- tracee one binary cli migration to cobra/viper by @geyslan in #3000
- libbpf + libbpfgo bump by @rafaeldtinoco in #3032
- workflow: fix mkdocs-dev workflow to ubuntu-latest by @rafaeldtinoco in #3034
New Contributors
- @ShiraCohen33 made their first contribution in #3021
Full Changelog: v0.13.1...v0.14.0