Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Releases: ivanfoo/mortadelo

v0.3.1

09 Oct 10:29
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixes:

  • Assume role when no MFA is required

v0.3.0

06 Oct 08:30
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Improvements:

  • Compatible with Windows OS
  • Better error management
  • Better alias file management

New features:

  • New flag on assume, configure and clean commands to use a custom alias file rather than ~/.mortadelo/alias
  • New flag on assume command to use a different output file rather than ~/.aws/credentials
  • Added backup option on clean command

Breaking changes:

  • Superseded session flag with alias on assume command when using a literal role arn instead of an alias from file

v0.2.1

02 Jul 11:14
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Little refactoring
  • Added tests for configure command
  • Using TravisCI

v0.2.0

01 Jul 11:00
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added MFA support. You can use the new flag --mfa and mortadelo will ask you for a mfa token code

v0.1.1

28 Jun 12:58
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Two bugs fixed:

  • Preserving existing aws credentials when running assume
  • Preserving existing roles alias file when running configure

v0.1.0

22 Jun 15:34
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release