Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 14:58
· 41 commits to 3c5f4d6004bc5c0a5e260c9121a2502f5ef0dc9e since this release

0.3.0 (2026-06-07)

Features

  • sandbox/collectors: bind.bt bpftrace tracer for bind() syscalls (#51) (2eb5234)
  • sandbox/collectors: capable bcc-tools wrapper to JSONL (#56) (d0ca290)
  • sandbox/collectors: open.bt bpftrace tracer for file accesses (#50) (e6cde13)
  • sandbox/collectors: syscalls.bt bpftrace tracer for syscall rollup (#53) (71d89b4)
  • sandbox/collectors: tcpaccept bcc-tools wrapper to JSONL (#55) (4ee02af)
  • sandbox/collectors: tcpconnect bcc-tools wrapper to JSONL (#54) (c3d2ceb)
  • sandbox: bash trace-orchestrator skeleton with EOF-as-Enter finalize (#49) (76c2ac6)
  • sandbox: runner image Containerfile and sandbox/ scaffolding (#48) (f280851)
  • sandbox: strace fallback when bcc/bpftrace collector fails to attach (#59) (2f69a27)
  • sandbox: wire trace-orchestrator to launch all six collectors (#57) (1d67384)
  • trace: containerizer trace subcommand with pre-flight and summary (#62) (7adec2a)
  • trace: RunnerImage with hash-based tag and lazy podman build (#60) (eda9c2e)
  • trace: TraceRunner constructs podman-run argv and execs (#61) (eab0aef)

Documentation

  • add MANUAL.md for hands-on testing (#21) (f0bce6f)