New Features
- Release binaries are now automatically signed via Github Actions
Changes
- Now support overriding the timestamp when building via
BUILDINFOS
env var
Bugs
config-profiles
now always uses the latest list of profiles from AWS #430- Specifying the FQDN for the start url hostname now works in the config wizard #434
- Fix multiple bugs in zsh autocomplete helper
- Fix problems with a comma in the AccountAlias
- Fix bug in
aws-sso eval --refresh
What's Changed
- Force a cache refresh when doing
config-profiles
by @synfinatic in #431 - accept FQDN for start url hostname by @synfinatic in #435
- allow overriding BUILDINFOS variable for building by @synfinatic in #436
- Implemented GitHub Actions workflow for automated binary file building. by @DainiusSal in #433
- document my use of PGP for code and commit signing by @synfinatic in #439
- Fix AccountAlias with comma #440 by @kevcube in #441
- Fix eval refresh not finding role arn by @jackjen in #443
- Fix zshrc aws-sso-clear eval params by @jackjen in #444
New Contributors
- @DainiusSal made their first contribution in #433
- @kevcube made their first contribution in #441
- @jackjen made their first contribution in #443
Full Changelog: v1.9.4...v1.9.5