Releases: iximiuz/cdebug
Releases · iximiuz/cdebug
v0.0.18
Changelog
- 04ac915 Add --detach flag support for Docker and Kubernetes runtimes
- 980304c Fix dependabot.yml
- 1fdd31b upgrade dependencies
- 6073abb 🔧 Don't pull socat image if already exists (#33)
v0.0.17
Changelog
- c2801d7 feat: Add env var CDEBUG_ROOTFS pointing to the sidecar root filesystem (#12)
- db3f04f fix cdebug exec for Kubernetes short-lived shells losing the output issue
- 08d094d fix cdebug exec for shell-less containers when no command is provided
- 65502df fix typo
v0.0.16
Changelog
- ae1bf59 cdebug exec --override for the finest-grained control
- 8939ace cdebug exec for k8s - auto-mount target container's volumes in the debugger container
- 6992ff2 cdebug exec for k8s - configure security context (user & privileged)
- b09ed2c cdebug exec for k8s - handle RunAsNonUser gracefully
- 1a9a533 cdebug exec k8s://[/] - initial implementation
- f0f8b4d feat: enabling running cdebug with images built locally (#11)
- 2f7666d new flag: cdebug exec --user
- 3b388b5 polish --user flag impl + e2e tests
- 060bdfa polish cdebug exec for kubernetes + docs
- 3a7b9f6 polish cdebug exec new pull if not present logic (docker only)
v0.0.15
Changelog
- 651b8cd Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (#19)
- 1c5946b Bump up dependencies
v0.0.14
Changelog
- c78c251 Bump github.com/docker/distribution (#17)
- 9488dab Bump up dependencies
- 3912c13 goreleaser - replace deprecated flag
v0.0.13
Changelog
- 8ff6bc5 Bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 (#16)
- 2c1af76 Bump up dependencies
- c8a0461 Do not use shared UTS ns (fix for newer Docker versions)
v0.0.12
Changelog
- 90c9baa Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 (#13)
- 0da2240 Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (#15)
- b231289 Bump golang.org/x/text from 0.3.7 to 0.3.8 (#14)
v0.0.11
Changelog
- 6053409 fix: Use busybox:musl instead of busybox:latest
v0.0.10
Changelog
- 2ac0a0d Bump github.com/containerd/containerd from 1.6.10 to 1.6.12 (#10)
- 0834804 Create dependabot.yml
v0.0.9
Changelog
- 566128e fix: Debug sidecar to use the same platform as the target