Changelog
Bugs
- Fix fish auto-complete helper #472
- Fix issue where we were not appropriately flushing the roles cache #479
- Creds with less than 1min remaining now indicate so via
< 1m
rather than empty string - We now consistently use
RoleName
as both input and output for thelist
command
Changes
- Authentication via your SSO provider no longer uses a Firefox container #486
- Bump to Go v1.19
- Bump to golangci-lint v1.52.2
- AccountId in the
list
command output are now presented with a leading zero(s) - Expired IAM credentials are now explictily marked instead of an empty string
New Features
- Profiles in ~/.aws/config now include the
region = XXX
option #481 - Add
FirstTag
support in the config for placing a tag at the top of the select list #445 - Support
eval
command in Windows PowerShell via Invoke-Expression #188 - Add support for
--sort
and--reverse
flags for thelist
command #466
What's Changed
- Fix link for use-aws-sso-on-the-cli-for-aws-api-calls by @alezkv in #465
- update golangci-lint action and remove homebrew submodule by @synfinatic in #469
- Add md-links-check workflow by @alezkv in #467
- fix fish auto-complete helper by @synfinatic in #473
- config.md syntax fix by @guildencrantz in #474
- update docs for homebrew by @synfinatic in #470
- add -trimpath to
go build
by @synfinatic in #476 - update codeql and add badge by @synfinatic in #477
- add dependabot by @synfinatic in #480
- Update docs to clarify AccountName vs AccountAlias by @synfinatic in #485
- add more entries to the FAQ by @synfinatic in #489
- Update FAQ.md by @skx in #490
- SSO authentication no longer uses Firefox containers by @synfinatic in #491
- Profiles in .aws/config now include the
region
option by @synfinatic in #492 - Flush oudated roles/SSO instances from cache by @synfinatic in #493
- Add support for FirstTag config option by @synfinatic in #494
- Fix windows powershell eval support by @synfinatic in #495
- Allow sorting of roles via an arbitrary field by @synfinatic in #496
- Rename Role to RoleName to match user expierence by @synfinatic in #498
- update windows support info by @synfinatic in #499
New Contributors
- @alezkv made their first contribution in #465
- @guildencrantz made their first contribution in #474
- @skx made their first contribution in #490
Full Changelog: v1.9.10...v1.10.0