Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Releases: Extrality/aws-rotate-key

v1.0.9

20 Aug 10:13
Compare
Choose a tag to compare

1.0.8 build were bad.
Doesn't contain anything more than https://github.com/stefansundin/aws-rotate-key
Based on latest commit on master (1.0.7 is from 2019) + Makefile improvements.
Compiled ourselves for more security.

Compile with make all.
Due to libc compatibility issues, it is best to compile in a docker container: docker run -it --rm -v $PWD:/project --workdir=/project golang:stretch.

Usage of aws-rotate-key:
  -d    Delete old key without deactivation.
  -mfa
        Use MFA.
  -profile string
        The profile to use. (default "default")
  -version
        Print version number
  -y    Automatic "yes" to prompts.

v1.0.8

19 Aug 14:40
Compare
Choose a tag to compare

Doesn't contain anything more than https://github.com/stefansundin/aws-rotate-key
Based on latest commit on master (1.0.7 is from 2019).
Compiled ourselves for more security.

GOOS=linux GOARCH=amd64       go build -o aws-rotate-key-linux-amd64
GOOS=linux GOARCH=arm GOARM=6 go build -o aws-rotate-key-linux-arm
GOOS=linux GOARCH=arm64       go build -o aws-rotate-key-linux-arm64
GOOS=darwin GOARCH=amd64      go build -o aws-rotate-key-darwin-amd64
GOOS=darwin GOARCH=arm64      go build -o aws-rotate-key-darwin-arm64
GOOS=windows GOARCH=amd64     go build -o aws-rotate-key-windows-amd64.exe
Usage of aws-rotate-key:
  -d    Delete old key without deactivation.
  -mfa
        Use MFA.
  -profile string
        The profile to use. (default "default")
  -version
        Print version number
  -y    Automatic "yes" to prompts.