Skip to content

v7.0.0

Compare
Choose a tag to compare
@mtibben mtibben released this 05 Mar 21:35
· 39 commits to master since this release

Added

Changed

Backwards-compatibility breaks

  • --prompt=pass is no longer supported. Instead, use mfa_process = pass otp my_aws_mfa in your config file
  • parent_profile in the aws config file is no longer supported. Use include_profile instead
  • --server now executes a ECS metadata server instead of a EC2 metadata server. To continue using the EC2 metadata server, use --ec2-server instead. Use aws-vault proxy --stop if you need to stop processes from old aws-vault versions
  • When using aws-vault exec the following old env vars are no longer set. If you use any of these env vars, use the more standard alternative
    • AWS_SECURITY_TOKEN (use AWS_SESSION_TOKEN instead)
    • AWS_SESSION_EXPIRATION (use AWS_CREDENTIAL_EXPIRATION instead)
  • aws-vault exec --json flag is deprecated and will be removed in a future release. Use aws-vault export --format=json instead.

New Contributors

Full Changelog: v6.6.2...v7.0.0