Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 May 06:15
· 52 commits to main since this release

Changelog

  • 1eea6a8 Initial commit
  • a4c0596 Remove force-login flag
  • 7171e23 Remove ostype flag - only Linux is supported
  • e213790 feat(auth): add interactive tenant selection for multiple tenants
  • cfa4b71 feat(auth): implement tenant caching and improve logging in authentication flow
  • aca4ae3 feat(release): add GoReleaser config and GitHub Actions workflow
  • 4b052b0 feat: add CLI with subcommands and flags for improved usability
  • 20ea79a fix(ci): correct Go version indentation in release workflow
  • 2eef273 fix(deps): pflag dependency required directly
  • e83840c fix(docs): fix install command
  • e540ddb fix(release): set Go 1.26 in GitHub Actions workflow
  • 3b495dd fix: downgrade Go version to 1.26.0 in go.mod
  • 9d2fc4e fix: replace println with printf in main.go
  • 0e53044 fix: update example to show powershell uses instead of zsh
  • 91c2536 fix: use preferred OS and shell types when connecting to Cloud Shell
  • 78fce19 initial commit
  • e5ae76e refactor(auth): migrate authentication logic to MSAL for Go
  • 52928a1 refactor(auth): simplify auth package with helper functions and constants
  • 0bce8fd refactor(cloudshell): simplify package for better maintainability
  • d7ae230 refactor(cloudshell): use standard library HTTP status constants
  • 4df791e refactor(main): improve code organization and readability
  • 620757c refactor(terminal): simplify package for better readability and maintainability
  • bed08fc refactor: remove pflag dependency and simplify CLI structure
  • 6bb3361 refactor: rename authentication functions and update related calls
  • 147de19 refactor: rename cmd package to cli and use fmt instead of log
  • 3932494 refactor: set proper Go module path for GitHub distribution
  • 88316ba refactor: streamline file path handling in auth package