v0.6.0
Summary
- Use without a docker registry as suggested by @lpil in #3
- Fix host key validation with new prompt during setup - brought up by @DanielleMaywood #2
- Fix license discrepancy - brought up by @gmbuell in #1
- Fix issue with loading env variables into docker compose file
- Fix Dockerfile detection by @thesurlydev in #11
- Improve CLI command description by @lborgav #11
- Fix typos on readme and elsewhere by @pythoninthegrass @corneliusroemer #5 #15
Big thanks to all contributors 🎉
@thesurlydev @lborgav @pythoninthegrass @corneliusroemer
Changelog
- 94a2944 Clean up - Prelude script has everything we need
- 88f7fe8 Disable launch if config already exists
- 06f94ce Fix Dockerfile detection
- 08c7c6f Fix host key validation
- 3296496 Fix issue with loading env files
- a0ecda7 Fix typos on README LOL
- 7fcf887 Merge branch 'MightyMoud:main' into main
- 5184970 Merge branch 'main' into fix-host-key-validation
- 5eaadf4 Merge pull request #11 from thesurlydev/patch-1
- d205a85 Merge pull request #14 from lborgav/main
- 9a30c9c Merge pull request #15 from pythoninthegrass/main
- 22454bf Merge pull request #5 from corneliusroemer/patch-1
- e88bff1 Merge pull request #9 from MightyMoud/fix-host-key-validation
- 2747942 Move away from using a docker registry
- 55bd244 Replace host key confirmation prompt with Sidekick prompt
- 5a40435 Update Readme with brew instructions
- acac44c Update license comment to match repo level license
- c4e634f chore: cleaning some Cobra placeholders
- b3fcba5 chore: fix typo
- 3c2661d chore: fixes a typo
- 1444099 fix typo
- 2a117cd fix: makes commands description more meaningful