Skip to content

Releases: 99designs/aws-vault

v7.2.0

26 Mar 23:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.2...v7.2.0

v7.2.0-beta2

20 Mar 06:14
Compare
Choose a tag to compare
v7.2.0-beta2 Pre-release
Pre-release

What's Changed

Full Changelog: v7.1.2...v7.2.0-beta2

v7.1.2

18 Mar 00:03
af6df83
Compare
Choose a tag to compare

What's Changed

  • Add explicit removal notice + instructions for --prompt=pass by @tavisrudd in #1190

New Contributors

Full Changelog: v7.1.1...v7.1.2

v7.1.1

16 Mar 01:41
a782d74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v7.1.1

v7.1.0

13 Mar 09:28
Compare
Choose a tag to compare

What's Changed

  • Support using aws-vault over SSH by using TTY for MFA prompts by @onnos in #1184

New Contributors

Full Changelog: v7.0.2...v7.1.0

v7.0.2

09 Mar 20:50
d25afcf
Compare
Choose a tag to compare

Fixed

Full Changelog: v7.0.1...v7.0.2

v7.0.1

06 Mar 21:18
b49b846
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

05 Mar 21:35
Compare
Choose a tag to compare

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

v6.6.2

16 Jan 23:57
1344f15
Compare
Choose a tag to compare

What's Changed

  • Revert "With login, SSOUseStdout should follow --stdout" by @mtibben in #1111

Full Changelog: v6.6.1...v6.6.2

v6.6.1

20 Dec 09:31
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v6.6.0...v6.6.1