Skip to content

Releases: SupremeCommanderHedgehog/containerizer

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 23:22
9651bab

0.9.0 (2026-07-13)

Features

Bug Fixes

  • analyze: filter tracer's /var/lib/containers from path classification (#119) (#120) (7bb7c49)
  • analyze: seccomp allowlist = union(install, runtime) syscalls (#116) (#118) (fc5e04e)
  • analyze: wire --start-cmd as entrypoint when no systemd (#110) (21694bc)
  • trace: publish VERIFY_* env into the sandbox so verify mode works (#114) (#117) (c33e51c)

Documentation

  • MANUAL: add bash variant of scenario 14 run command (#108) (ea89b43)
  • MANUAL: fix scenario-14 start-cmd — mongodb-org-server is systemd-only (#115) (3213d98)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:24

0.5.0 (2026-06-11)

Features

  • analyze: parse strace fallback logs for bind/connect/accept (#93) (6f9e29d)
  • runner: boot systemd as PID 1 for trace runner (#96) (46ad019)

Bug Fixes

  • runner: force LF line endings on runner-image scripts (#88) (2671098)
  • trace,build: allocate TTY for interactive installers + surface fallback gaps (#91) (e9719eb)
  • trace: the example application Y/N prompt under systemd-PID-1 runner (#97) (8fea5e2)

Documentation

  • issue-90: spec + plan for systemd-as-PID-1 trace runner (#94) (7bf2990)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 11:47

0.8.0 (2026-06-22)

Features

  • trace: --start-cmd to launch daemons during install (#105) (#106) (13e0bb0)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:07

0.7.0 (2026-06-21)

Features

  • trace,build: multi-deb input + apt sources (#103) (d9e01f6)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:05

0.6.0 (2026-06-21)

Features

  • probe,trace: Debian .deb installer support (#100) (195c681)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 02:05

0.4.0 (2026-06-09)

Features

  • analyze: M3 analyzer + policy derivation (#80) (7cfd1fa)
  • build: M6 build subcommand end-to-end orchestrator (#86) (4ab3873)
  • generate: M4 generators (Containerfile + Quadlet + seccomp + README) (#82) (44901b4)
  • verify: M5 verify (diff-only) (#84) (8410197)

Bug Fixes

  • sandbox/collectors: drop stray BEGIN printf opener from .bt files (#70) (78aecdd), closes #58
  • sandbox/collectors: key bind.bt proto map by (pid<<32 | fd) instead of tid (#71) (664c594), closes #52
  • sandbox: kernel-headers in runner image + 15s grace for bcc compile (#76) (87d05ee)
  • sandbox: replace bcc tcpconnect/tcpaccept with bpftrace (#77) (#78) (0d11f14)
  • trace: bind-mount kernel tracefs + headers + CI rootful podman (#74) (716740e)

Documentation

  • m3: analyzer + policy derivation spec + implementation plan (#79) (122df45)
  • m4: spec + implementation plan for generators (#81) (d1add90)
  • m5: spec + implementation plan for verify (#83) (fff07d1)
  • m6: spec + implementation plan for build subcommand (#85) (7f7dcc1)
  • plan: add M2 sandbox + trace implementation plan (#46) (7ba3bd3)
  • spec: add M2 sandbox + trace design spec (#45) (d540fc4)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 14:58

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)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 23:25

0.2.1 (2026-06-06)

Bug Fixes

  • probe: distinguish riscv32 vs riscv64 in arch mapping (#17) (3ae07ea), closes #8

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 21:54

0.2.0 (2026-06-06)

Features

  • probe: make ProbeResult frozen for symmetry with sibling models (#13) (2010970), closes #4

Bug Fixes

  • probe: route glibc 2.35 to ubuntu:22.04, not 24.04 (#11) (f9d70c2), closes #3

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 20:28

0.1.0 (2026-06-06)

Features

  • probe: add ELF probe and 'containerizer probe' command (d242c50)

Documentation

  • add implementation plan for repo bootstrap + ELF probe (883a269)
  • add README, LICENSE, SECURITY.md, CODEOWNERS (fac8d5b)