Skip to content

v1.11.0

Compare
Choose a tag to compare
@synfinatic synfinatic released this 03 Aug 00:57
· 539 commits to main since this release
v1.11.0
ea15d31

Bugs

  • Fix list --sort bugs #506
  • Fix process --profile flag not working
  • Fix AccountId still not zero padding in list output #503
  • Invalid fields passed to list command are now detected instead of an empty column

Changes

  • No longer show usage on error
  • Add AccountIdPad as a new field name for the list command to pad with zeros
    as appropriate.
  • Change default ProfileFormat to {{ .AccountIdPad }}:{{ .RoleName }}
  • ExpiresStr field name is now Expires to match the header
  • Expires is now ExpiresEpoch as both field name and header
  • ARN header is now Arn to match the field name
  • Add missing AWS Regions & SSO Regions #507

Deprecated

  • AccountIdStr function for ProfileFormat. Use the .AccountIdPad variable instead.
  • AccountIdStr field is replaced by AccountIdPad in list command and ListFields in config.yaml
  • ARN field is replaced by Arn in list command and ListFields in config.yaml
  • ExpiresStr field is replaced by Expires in list command and ListFields in config.yaml

What's Changed

Full Changelog: v1.10.0...v1.11.0