Cdebug Versions Save

cdebug - a swiss army knife of container debugging

v0.0.8

1 year ago

Changelog

  • bdb1c2a fix: Debug sidecar to use the same platform as the target

v0.0.7

1 year ago

Changelog

  • cda4fa4 fix: Do not use bash in busybox images by default

v0.0.6

1 year ago

Changelog

  • 9dadb72 Rename demos -> examples
  • 6701046 Various exec UX improvements
  • 0a8082c fix typo

v0.0.5

1 year ago

Changelog

  • 14c9ecb Add more examples to README
  • 8d076cd Allow containerd namespaces with dots
  • b55d718 Update README

v0.0.4

1 year ago

Changelog

  • 4a4c241 Containerd exec (#5)
  • 2ecd572 Update README.md
  • b9cf688 Update README.md
  • be099d8 Update README.md
  • b8a04f3 Update README.md
  • 19fe320 Update README.md
  • cc94a67 Update README.md
  • de0ac59 Visuals
  • 83e8930 e2e tests and fixes

v0.0.3

1 year ago

Changelog

  • 2a43eae CLI framework overhaul
  • b47569c Docker Client Ex
  • 80e0169 Local port forwarding to target' public interfaces
  • e6cc1c7 Local port forwarding works!
  • 49d253b Local port-forwarding - Docker version
  • 09096b1 Merge pull request #2 from iximiuz/port-forwarding
  • c2f50c5 Merge pull request #3 from iximiuz/port-forwarding-overhaul
  • 8bb5d5f Port forwarding WiP
  • f4455ea Port-forwarding - more WiP
  • ecf3889 Update README
  • 25bcff4 Update README.md
  • 6686369 WiP
  • ee17491 WiP
  • 0d99503 WiP
  • 1c50e3c e2e tests WiP

v0.0.2

1 year ago

Changelog

  • f20510b Installation procedure

v0.0.1

1 year ago

Changelog

  • 249f96a Add Makefile & update README
  • 9283a81 Add Similar Tools section
  • 1e677e1 Add TODO section
  • d7e8e28 Add TTY resizing
  • 96865f5 Add demo
  • 076f8ee Add exec command
  • 609c970 Add goreleaser
  • b333c7f Add more similar tools to README
  • 62ec389 Create LICENSE
  • c22e49b Fix IO forwarding in non-interactive mode
  • 498e431 Implement --rm flag for cdebug exec
  • 845a3bf Improve README
  • d1759f2 Improve debugger entrypoint
  • 3a30a8b Nixery support + README.md
  • ab0d573 One less shell on the process tree
  • a6a9c56 Slightly improve the way to start debugger container
  • 72723a6 Update README.md
  • a299172 Update README.md
  • 8593d39 Update README.md
  • b33c7a9 Update TODO
  • 4ce2320 Use privileged debugger container if target is privileged
  • 8ce7f9d cdebub port-forward PoC (WiP)
  • 14f7072 cdebug exec now works too!
  • 9defecb first commit