Skip to content

Releases: hgschmie/ofa

v3.0.2

15 Jan 18:27
7dece97
Compare
Choose a tag to compare

Changed

  • fixed release tagging for go modules

v3.0.1

15 Jan 18:11
3403871
Compare
Choose a tag to compare

Changed

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

v3.0.0

15 Jan 16:33
fb9a7f0
Compare
Choose a tag to compare

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

v2.0.1

04 Aug 19:18
Compare
Choose a tag to compare

2.0.1 - 2021-08-04

Changed

  • fix error management bug
  • add linux and arm64 releases

Removed

  • secrets / keychain support on linux (help wanted)

v2.0.0

23 Jul 22:43
Compare
Choose a tag to compare

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 "

v1.1.0

11 Jan 23:57
Compare
Choose a tag to compare

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

v1.0.0

05 Jan 02:21
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.0] - 2021-01-04

First public release