Skip to content

v1.2.0-dev.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 21:51
· 84 commits to main since this release
b992a7d

Changelog

  • e1d57cc Bump dependabot/fetch-metadata from 1.3.0 to 1.3.5 (#66)
  • ee64711 Bump github.com/aws/aws-sdk-go from 1.44.150 to 1.44.171 (#74)
  • 1438493 Bump github.com/aws/aws-sdk-go from 1.44.96 to 1.44.150 (#68)
  • a00dec7 Bump github.com/urfave/cli/v2 from 2.16.3 to 2.23.5 (#67)
  • f227932 Bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.7 (#73)
  • cc66204 Bump github.com/valyala/fasttemplate from 1.2.1 to 1.2.2 (#64)
  • 54356de Bump goreleaser/goreleaser-action from 3 to 4 (#72)
  • adb1aa2 build: build with Go 1.19
  • 5c41e02 build: enable windows amd64 and arm64 builds
  • 1cefd66 chore(deps): update dependencies
  • 34b128c chore: Configure Renovate (#75)
  • 4f774bc chore: add missing dependency
  • fbc8105 ci(deps): run renovate once a week
  • b7daa2f ci: integrate go vet
  • a7cf831 ci: remove dependabot and depbot automerge
  • 4abe34b docs: Small cleanup and add --force to Readme
  • a4d7ccc docs: update readme and usage info for config.yml
  • c10e6b8 feat: Expose SSO methods
  • 2273629 feat: enable browser opening on WSL for Windows
  • b992a7d feat: prevent overwriting existing ~/.aws/credentials (#95)
  • a24ea88 fix(deps): update all non-major dependencies
  • ac080fc fix(deps): update module github.com/aws/aws-sdk-go to v1.44.174
  • 6a435f3 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.175
  • 4cc0f4c fix(deps): update module github.com/aws/aws-sdk-go to v1.44.176
  • 46f0c88 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.177
  • 25dfed6 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.178
  • 5997005 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.179
  • 7d36ad1 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.180
  • 21cb911 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.181
  • eb0ab47 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.182
  • 3a8aa67 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.183
  • cb1cb81 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.184
  • b576939 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.185
  • c79fcfd fix(deps): update module github.com/aws/aws-sdk-go to v1.44.186
  • 304351d fix(deps): update module github.com/urfave/cli/v2 to v2.24.1
  • 8088d13 fix(deps): update module gopkg.in/yaml.v2 to v2.4.0
  • 7e0c62b fix(deps): update module gopkg.in/yaml.v2 to v3 (#76)
  • 151671b fix: adapt WSL detection logic (#97)
  • 553bc87 fix: replace hardcoded region in persisted credentials with a parameter
  • c5d5c7f refactor: adapt logging time layout
  • 732128e refactor: implement uber/zap for logging and debugging
  • 949dd95 refactor: switch from deprecated ioutils to os
  • 5823f13 refactor: use directly os.Read/WriteFile instead of deprecated ioutils