Skip to content

v0.8.0: easier setup

Compare
Choose a tag to compare
@vito vito released this 11 Jul 01:22

This release makes it easier to get started with Bass.

You don't need to set up Buildkit anymore. Bass will start its own Buildkit in Docker instead, a technique yoinked from Dagger. If you already have Buildkit set up you can keep using it. This change just lowers the barrier to entry.

Also: bass --runner (used for Bass Loop) will now display the remote host key and prompt whether to save it instead of erroring out. Huzzah!

What's Changed

New Features ✨

  • auto-start buildkitd in Docker if not configured by @vito in #212
  • add --debug flag, default log level to info by @vito in #213
  • add bass --run for running thunk JSON passed on stdin by @vito in #215
  • bass --runner prompts to add to known_hosts by @vito in #216

Fixed Bugs 🐛

  • fix exporting thunk images by @vito in #214

Other Changes

New Contributors

Full Changelog: v0.7.0...v0.8.0