Skip to content

Releases: bosun-ai/swiftide-docker-executor

swiftide-docker-executor-v0.13.5

22 Dec 11:52
89f4804

Choose a tag to compare

<!-- generated by git-cliff -->

swiftide-docker-executor-v0.13.4

19 Dec 10:26
c3ec003

Choose a tag to compare

🐛 Bug Fixes

  • Fall back to regular connection if docker socket is not available

⚙️ Miscellaneous Tasks

  • Update Tonic + other deps (#118)
  • Clippy

swiftide-docker-executor-v0.13.3

08 Nov 10:32
4487f52

Choose a tag to compare

🐛 Bug Fixes

  • Use bash --login to behave more like a user session (#112)

swiftide-docker-executor-v0.13.2

06 Nov 12:14
b022208

Choose a tag to compare

🚀 Features

  • Support executor wide and per command timeouts (#106)

🐛 Bug Fixes

  • Proper cleanup tmp docker file and dev dependency (#109)

⚙️ Miscellaneous Tasks

  • Migrate to astral-tokio-tar (#110)

swiftide-docker-executor-v0.13.1

16 Sep 15:09
cd31bc8

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Prep for generic indexing streams (#100)
  • Update Swiftide
  • Fix tests

swiftide-docker-executor-v0.13.0

15 Sep 13:58
2b55dfc

Choose a tag to compare

🚀 Features

  • Support running in compose by self discovering network (#101)

🐛 Bug Fixes

  • Detach from child processes when started in the background (trailing &)

⚙️ Miscellaneous Tasks

  • Update rust versions

swiftide-docker-executor-v0.12.3

16 Aug 09:22
b2ce7e3

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Update to Swiftide 0.30

swiftide-docker-executor-v0.12.2

12 Aug 17:23
ac4919d

Choose a tag to compare

🚀 Features

  • Opt out of container removal on drop
  • Stream logs from executor with logs_stream

🐛 Bug Fixes

  • Add timeout to Drop in case of docker shenanigans
  • Do not overwrite entrypoint
  • Kill the container on drop and disable tty
  • Run as tty again
  • Properly close streaming logs on shutdown
  • Clean up container with spawn_blocking to avoid accidental locks
  • Properly wait for service start

⚙️ Miscellaneous Tasks

  • Pub use LogOutput for convenience

swiftide-docker-executor-v0.12.1

05 Aug 10:34
b147b3c

Choose a tag to compare

🐛 Bug Fixes

  • Ensure image builder pull policy is "true"
  • Gracefully stop on sigterm

swiftide-docker-executor-v0.12.0

03 Aug 10:42
49da6ef

Choose a tag to compare

🚀 Features

  • Support inline shebang scripts (#91)
  • Allow clearing, removing and adding environment variables (#92)