v0.6.0
MightyMoud/sidekickv0.6.0Sep 24, 2024by MightyMoud
AI Summary
A stability-focused release that removes the dependency on a Docker registry, fixes critical environment variable loading issues, and resolves host key validation and Dockerfile detection bugs.
Key Highlights
- Removed dependency on Docker registry
- Fixed host key validation during setup
- Fixed environment variable loading into Docker Compose
- Improved Dockerfile detection
- Fixed license comments
New Features
- Removed dependency on Docker registry
- Fixed environment variable loading
- Fixed host key validation
- Fixed Dockerfile detection
Full Release Notes
## Summary - Use without a docker registry as suggested by @lpil in https://github.com/MightyMoud/sidekick/issues/3 - Fix host key validation with new prompt during setup - brought up by @DanielleMaywood https://github.com/MightyMoud/sidekick/issues/2 - Fix license discrepancy - brought up by @gmbuell in https://github.com/MightyMoud/sidekick/issues/1 - Fix issue with loading env variables into docker compose file - Fix Dockerfile detection by @thesurlydev in https://github.com/MightyMoud/sidekick/pull/11 - Improve CLI command description by @lborgav https://github.com/MightyMoud/sidekick/pull/11 - Fix typos on readme and elsewhere by @pythoninthegrass @corneliusroemer https://github.com/MightyMoud/sidekick/pull/5 https://github.com/MightyMoud/sidekick/pull/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