Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.6 KB

CHANGES.md

File metadata and controls

61 lines (43 loc) · 1.6 KB

Changelog

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.

v3.0.2 - 2022-01-15

Changed

  • fixed release tagging for go modules

3.0.1 - 2022-01-15

Changed

  • changed module tag to .../ofa/v3 to work around the golang module system

3.0.0 - 2022-01-15

Added

  • Profiles can also specify AWS account (either numeric or alias) to match on
  • new options --no-default-profile and --no-default-role for the login 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)

Changed

  • updated the Okta code to match OneLogin

Fixed

  • update dependencies to run when compiled with go 1.17

2.0.1 - 2021-08-04

Changed

  • fix error management bug
  • add linux and arm64 releases

Removed

  • secrets / keychain support on linux (help wanted)

2.0.0 - 2021-07-27

Added

  • support for OneLogin
  • partial support for Auth0

Changed

  • renamed "token" authentication method for Okta to "totp"
  • --eval no longer prefixes variables with "export "

1.1.0 - 2021-01-11

Fixed

  • Remove double prompt when creating or updating a profile in interactive mode
  • Do not offer empty profile name for commands that require a profile

1.0.0 - 2021-01-04

Added

  • First public release