Skip to content

Releases: stefansundin/aws-rotate-key

v1.2.0

07 Oct 06:09
0686e99
Compare
Choose a tag to compare
  • Upgrade AWS SDK to aws-sdk-go-v2.
  • Default -profile option to the AWS_PROFILE environment variable.

v1.1.0

27 Feb 03:50
Compare
Choose a tag to compare
  • Add support for multiple MFA devices.
    • If you use -mfa and you have multiple MFA devices, you will now receive a prompt asking you which MFA that you want to use. You can also use -mfa-serial-number to pick one from the command line.

https://aws.amazon.com/blogs/security/you-can-now-assign-multiple-mfa-devices-in-iam/

v1.0.8

05 Apr 06:08
Compare
Choose a tag to compare
  • Add -auth-profile option (use a different profile when calling AWS). Thanks @tuck182! #13

Update 2022-08-05: The amd64 binaries were replaced due to the original release accidentally building them for the wrong architecture. See #21 for more information. Thanks @marier-nico!

v1.0.7

14 Oct 17:09
Compare
Choose a tag to compare
  • Allow more whitespace in credentials file. #15

v1.0.6

16 Jan 22:54
Compare
Choose a tag to compare
  • Add MFA support. #10

v1.0.5

23 Dec 23:54
Compare
Choose a tag to compare
  • Add support for China region and GovCloud. #9
  • Add linux_arm and linux_arm64 builds.
  • Do not fail if iam:GetAccessKeyLastUsed is not granted.
  • Add a better error message in case the home directory can't be located.

v1.0.4

15 Oct 20:53
Compare
Choose a tag to compare

Add cleanup flag (-d) to delete deactivated key if specified. #6

v1.0.3

02 Oct 22:14
Compare
Choose a tag to compare
bump version to 1.0.3

v1.0.2

29 Sep 00:58
93f86c4
Compare
Choose a tag to compare
  • Default to AWS_SHARED_CREDENTIALS_FILE. #5

v1.0.0

08 Sep 17:00
Compare
Choose a tag to compare
  • Initial release.