All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- fixed release tagging for go modules
- changed module tag to .../ofa/v3 to work around the golang module system
- Profiles can also specify AWS account (either numeric or alias) to match on
- new options
--no-default-profile
and--no-default-role
for thelogin
command - new
profile show
command - support for shell autocompletion generation with
completion
command - display account aliases (if set) for easier account selection
- support for the Okta 3-number challenge (for Okta Verify)
- updated the Okta code to match OneLogin
- update dependencies to run when compiled with go 1.17
- fix error management bug
- add linux and arm64 releases
- secrets / keychain support on linux (help wanted)
- support for OneLogin
- partial support for Auth0
- renamed "token" authentication method for Okta to "totp"
- --eval no longer prefixes variables with "export "
- Remove double prompt when creating or updating a profile in interactive mode
- Do not offer empty profile name for commands that require a profile
- First public release