Overview
Fix a number of important bugs/improvements:
- Fix Keychain store on M1 Macs using official binaries
- Fix read error with large objects on Windows CredStore
- Use $PATH when using NIX for
credential_process
in~/.aws/config
- Fix config file role lookup
What's Changed
- update go-yaml.v3 to v3.0.1 by @synfinatic in #404
- move storage and awsconfig to internal by @synfinatic in #403
- Don't backup config file if it doesn't exist by @synfinatic in #405
- Fix cross compiling on macOS due to CGO by @synfinatic in #408
- Fix lint errors & go v1.18 by @synfinatic in #414
- Fix lookup of roles defined in the config.yaml by @synfinatic in #413
- refactor sso/settings.go into two files by @synfinatic in #415
- Accept Hostname or FQDN for start URL prompt by @synfinatic in #417
- Enable using
go install
to install binary by @ghthor in #418 - Fixing bug with data length in keyring code by @TimothyBondGR in #419
- add unit test for wincred store & retrieval by @synfinatic in #420
- update makefile to use
...
and correct paths by @synfinatic in #421 - add NIX detection and ConfigProfilesBinaryPath by @synfinatic in #422
- fix makefile targets for darwin by @synfinatic in #423
New Contributors
- @ghthor made their first contribution in #418
- @TimothyBondGR made their first contribution in #419
Full Changelog: v1.9.2...v1.9.3