Releases: jepemo/miko-shell
Releases · jepemo/miko-shell
v1.0.1
Changelog
- b1c92ea: Fix Go version specification in CI workflow (@jepemo)
- de5f285: Update GitHub Actions to use Go 1.24 (@jepemo)
- d3c3338: Update Go version to 1.24 to support dependency updates (@jepemo)
- bbbbd80: Use only Go 1.24.x in CI matrix due to go.mod requirements (@jepemo)
- b7fa7a8: chore(deps): bump actions/setup-go from 5 to 6 (#8) (@dependabot[bot])
- 4586c66: chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#9) (@dependabot[bot])
- 553eef1: chore(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 (#10) (@dependabot[bot])
- f810591: feat: automatic environment variable persistence from startup scripts (@jepemo)
- c080fd9: fix: resolve linter issues and improve code quality (@jepemo)
v1.0.0
Changelog
- 839c9fe: Merge pull request #2 from jepemo/dependabot/github_actions/actions/cache-4 (Jeremies Pérez jeremiespm@gmail.com)
- 79aee00: Merge pull request #3 from jepemo/dependabot/github_actions/actions/setup-go-5 (Jeremies Pérez jeremiespm@gmail.com)
- 1dcfbe4: Merge pull request #4 from jepemo/dependabot/github_actions/codecov/codecov-action-5 (Jeremies Pérez jeremiespm@gmail.com)
- 7a556c9: Merge pull request #5 from jepemo/dependabot/github_actions/golangci/golangci-lint-action-8 (Jeremies Pérez jeremiespm@gmail.com)
- ef8553f: Merge pull request #6 from jepemo/dependabot/go_modules/golang.org/x/text-0.28.0 (Jeremies Pérez jeremiespm@gmail.com)
- 7f76cea: Merge pull request #7 from jepemo/dependabot/github_actions/actions/checkout-5 (Jeremies Pérez jeremiespm@gmail.com)
- 00cd222: Remove build command (jepemo jeremiespm@gmail.com)
- 06cad7b: add vars (jepemo jeremiespm@gmail.com)
- a45ad6c: allow multiline comments (jepemo jeremiespm@gmail.com)
- c0bcf0e: chore(deps): bump actions/cache from 3 to 4 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 572e99f: chore(deps): bump actions/checkout from 4 to 5 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- aa6dd56: chore(deps): bump actions/setup-go from 4 to 5 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 9f1ca0a: chore(deps): bump codecov/codecov-action from 3 to 5 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 6e93404: chore(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- cce228f: chore(deps): bump golangci/golangci-lint-action from 3 to 8 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 466d348: chore(release): add GoReleaser config, install script, and docs overhaul; switch release workflow to GoReleaser; inject version via ldflags (jepemo jeremiespm@gmail.com)
- 9c0eba9: ci(release): enable GPG signing of checksums via GoReleaser; fix tests for Script.Commands []string; docs: note signing secrets (jepemo jeremiespm@gmail.com)
- 9bdeead: ci(release): fix GPG import and GoReleaser signing; docs: refine README (jepemo jeremiespm@gmail.com)
- 93ce41e: configuration file structure change (jepemo jeremiespm@gmail.com)
- 79c1f03: feat(bootstrap): add --clean parameter to bootstrap script (jepemo jeremiespm@gmail.com)
- 672fdd4: feat(bootstrap): add --clean-images parameter (jepemo jeremiespm@gmail.com)
- 5c5478c: feat(build): add --force flag to rebuild images by removing existing ones first (jepemo jeremiespm@gmail.com)
- d487699: feat: add .golangci.yml configuration to standardize linting (jepemo jeremiespm@gmail.com)
- 3fd6d32: feat: add install.sh script for easy installation (jepemo jeremiespm@gmail.com)
- 14963b2: feat: implement comprehensive image management command (jepemo jeremiespm@gmail.com)
- 5caf7a3: fix readme (jepemo jeremiespm@gmail.com)
- 0b6bef5: fix(ci): replace golangci-lint-action with manual installation (jepemo jeremiespm@gmail.com)
- c471090: fix(ci): update golangci-lint action configuration (jepemo jeremiespm@gmail.com)
- 91c7d2c: fix(install): correct tar.gz extraction using proven pattern (jepemo jeremiespm@gmail.com)
- 48cea88: fix(install): resolve variable scope issues and add PATH instructions (jepemo jeremiespm@gmail.com)
- ed0f0b1: fix(lint): remove unused getScriptNames function (jepemo jeremiespm@gmail.com)
- b09db18: fix(lint): resolve golangci-lint version inconsistency and errors (jepemo jeremiespm@gmail.com)
- 22ba9ba: fix(test): add RemoveImage method to MockContainerProvider (jepemo jeremiespm@gmail.com)
- e03ffa8: fix(tests): resolve YAML parsing errors - use proper []string format for commands, fix tab indentation; add GPG import step to release workflow (jepemo jeremiespm@gmail.com)
- a5e97f8: fix: complete container environment PATH configuration (jepemo jeremiespm@gmail.com)
- 568c0c0: fix: resolve config file path issue in image commands (jepemo jeremiespm@gmail.com)
- bfbca69: fix: synchronize golangci-lint versions across all environments (jepemo jeremiespm@gmail.com)
- 9e2fa38: fix: update golangci-lint to latest version for v8 action compatibility (jepemo jeremiespm@gmail.com)
- f8046b9: improve(install): prioritize release binaries over building (jepemo jeremiespm@gmail.com)
- 8c847db: initial commit (jepemo jeremiespm@gmail.com)
- 5a68869: non usable version (jepemo jeremiespm@gmail.com)
- 5ce4517: remove binary before bootstrap, parameters to scripts and README reviewed (jepemo jeremiespm@gmail.com)
- 70ea132: rename shell to open (jepemo jeremiespm@gmail.com)