Skip to content

Releases: lockedinspace/letme

v0.1.5

20 Dec 18:30
Compare
Choose a tag to compare

⚙️ New features:

  • Support added for multi-account role chaining (chaining through a variety of roles from various accounts) more info
  • letme list --local returns the last time a credential was refreshed and outputs if an accounts credentials are found in your aws files ($HOME/.aws/credentials and $HOME/.aws/config).
  • Added extra security measures when obtaining credentials, this will substantially lower parsing errors when using the aws-cli.
  • Polished outputs from the cli operations.
  • letme --version now returns a more user-friendly output and also checks if your version is the latest.

🐛 Bug fixes:

  • [Minor] If a client named example1-dev was called using letme obtain example1 it panicked and exited abruptly. This now has been solved, and client names are atomic.

v0.1.4

02 Nov 19:32
Compare
Choose a tag to compare

⚙️ New features:

  • letme config-file which creates a configuration file with the required parameters
  • Specify your assumed session name with the session_name parameter
  • letme list now sorts the output
  • Create a cache with letme init file to speed up responses and lower your AWS billing
  • Mfa support with the mfa_arn parameter

🐛 Bug fixes:

  • From previous retracted version, v0.1.3, letme list used to return a randomized output.