Releases: theurichde/go-aws-sso
Releases · theurichde/go-aws-sso
v1.4.4
Bugfix 🐛
- fix: null ptr dereference for when refreshing (#179) by @PaarthShah
What's Changed
- test: Test executables with spaces and special characters by @rafiramadhana in #171
- ci: updates goreleaser params and retrieves go from mod file by @wanisfahmyDE in #172
- fix: Fix nil pointer dereference within
refresh
error path by @PaarthShah in #179
Renovate Dependency Updates
- chore(deps): update actions/setup-go action to v5 by @renovate in #162
- fix(deps): update module github.com/aws/aws-sdk-go to v1.50.8 by @renovate in #165
- chore(deps): update actions/cache action to v4 by @renovate in #166
- fix(deps): update all non-major dependencies by @renovate in #167
- chore(deps): update github/codeql-action action to v3 by @renovate in #168
- fix(deps): update module github.com/aws/aws-sdk-go to v1.51.11 by @renovate in #170
- fix(deps): update all non-major dependencies by @renovate in #173
- fix(deps): update module github.com/aws/aws-sdk-go to v1.53.15 by @renovate in #175
- fix(deps): update module github.com/aws/aws-sdk-go to v1.54.11 by @renovate in #176
- chore(deps): update goreleaser/goreleaser-action action to v6 by @renovate in #177
New Contributors 🥳
- @wanisfahmyDE made their first contribution in #172
- @rafiramadhana made their first contribution in #171
- @PaarthShah made their first contribution in #179
Thank you folks! 🎈
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Bugfix 🐛
- fix: quiet flag to stop credential process errors by @joshrivers in #160
New Contributors 🎉
- @joshrivers made their first contribution in #160
Full Changelog: v1.4.2...v1.4.3
v1.4.2
Bugfix 🐛
- fix: remove zap logger sync as loggers are by default unbuffered by @theurichde in #156
Changelog
- 411ad1f fix(deps): update module github.com/aws/aws-sdk-go to v1.47.9
- 74a8df6 fix: remove zap logger sync as loggers are by default unbuffered (#156)
Full Changelog: v1.4.1...v1.4.2
v1.4.2-dev.1
Changelog
- 7554f41 fix: remove zap logger sync as loggers are by default unbuffered
v1.4.1
Bugfix 🐛
- fix: display locked auth flow error for assume and refresh by @theurichde in #154
Changelog
- chore(deps): update actions/checkout action to v4 by @renovate in #141
- chore(deps): update goreleaser/goreleaser-action action to v5 by @renovate in #143
- ci: run build and test when go.mod is changed by @theurichde in #146
- fix(deps): update module github.com/aws/aws-sdk-go to v1.47.4 by @renovate in #153
- fix: display locked auth flow error for assume and refresh by @theurichde in #154
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Features
- #138 introduces an authorization flow lock, to only allow one auth flow concurrently.
- a918795 introduces usage of the
BROWSER
environment variable, if set. - #144 fixes an issue with duplicated lines when the terminal window is too small. Thank you, @sdgluck for your contribution! ❤️
Changelog
- 0cc3213 chore: go mod tidy
- 59c04d7 ci: Only Build and Test on Go File changes
- ecff48c fix(deps): update all non-major dependencies
- 6fa515f fix(deps): update module github.com/aws/aws-sdk-go to v1.45.6
- 5d677b1 fix: line repeat on search (#144)
- 4846e8c chore(ci): bump to Go 1.21
- 07602db chore: go.mod maintenance
- 220deb5 feat: Lock while client tries to authenticate
- 44533df feat: log Error and Fatal level messages to stderr
- a918795 feat: respect BROWSER env var
- 126b3c3 fix(deps): update all non-major dependencies
- 9279271 fix(deps): update module github.com/aws/aws-sdk-go to v1.45.2
- ed1ceae fix(deps): update module github.com/chzyer/readline to v1
New Contributors
Full Changelog: v1.3.1...v1.4.0
v1.4.0-beta
Features
#138 introduces an authorization flow lock, to only allow one auth flow concurrently.
a918795 introduces consideration of the BROWSER
environment variable, if set.
Changelog
- 4846e8c chore(ci): bump to Go 1.21
- 07602db chore: go.mod maintenance
- 220deb5 feat: Lock while client tries to authenticate
- 44533df feat: log Error and Fatal level messages to stderr
- a918795 feat: respect BROWSER env var
- 126b3c3 fix(deps): update all non-major dependencies
- 9279271 fix(deps): update module github.com/aws/aws-sdk-go to v1.45.2
- ed1ceae fix(deps): update module github.com/chzyer/readline to v1
v1.3.1
Changelog
Dependency Updates
- 84d948f chore(deps): update actions/setup-go action to v4 (#110)
- 3b8bcdf fix(deps): update all non-major dependencies
- ab5144a fix(deps): update all non-major dependencies
- 69bc1a8 fix(deps): update all non-major dependencies
- 6e6b148 fix(deps): update all non-major dependencies
- 450e073 fix(deps): update all non-major dependencies
- f58dcce fix(deps): update all non-major dependencies
- 765a24e fix(deps): update all non-major dependencies
- 8d2aacd fix(deps): update module github.com/aws/aws-sdk-go to v1.44.219
- f57a230 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.224
- 52d015a fix(deps): update module github.com/aws/aws-sdk-go to v1.44.239
- 9a8c34f fix(deps): update module github.com/aws/aws-sdk-go to v1.44.244
- f387b61 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.248
- 3a0abf7 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.262
- 983741a fix(deps): update module github.com/aws/aws-sdk-go to v1.44.280
- 31c2d7b fix(deps): update module github.com/aws/aws-sdk-go to v1.44.289
- afc02d7 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.294
Bugfix
v1.3.1-dev.1
Changelog
- 84d948f chore(deps): update actions/setup-go action to v4 (#110)
- 3b8bcdf fix(deps): update all non-major dependencies
- ab5144a fix(deps): update all non-major dependencies
- 69bc1a8 fix(deps): update all non-major dependencies
- 6e6b148 fix(deps): update all non-major dependencies
- 450e073 fix(deps): update all non-major dependencies
- f58dcce fix(deps): update all non-major dependencies
- 765a24e fix(deps): update all non-major dependencies
- 8d2aacd fix(deps): update module github.com/aws/aws-sdk-go to v1.44.219
- f57a230 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.224
- 52d015a fix(deps): update module github.com/aws/aws-sdk-go to v1.44.239
- 9a8c34f fix(deps): update module github.com/aws/aws-sdk-go to v1.44.244
- f387b61 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.248
- 3a0abf7 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.262
- 983741a fix(deps): update module github.com/aws/aws-sdk-go to v1.44.280
- 31c2d7b fix(deps): update module github.com/aws/aws-sdk-go to v1.44.289
- afc02d7 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.294
- fd795d4 fix: disable annoying terminal bell sound
v1.3.0
Changelog
- 30d584e feat: allow config generation without user prompt (#105)
- a684e02 fix(deps): update all non-major dependencies
- f867785 fix(deps): update module github.com/aws/aws-sdk-go to v1.44.209
- 97b2337 fix: use running executable name in credentialprocess template (#107)
Full Changelog: v1.2.0...v1.3.0
Special thanks to @fishgrimsby for his contributions! 🚀