Skip to content

Releases: kubernetes-sigs/aws-iam-authenticator

v0.4.0-alpha.1

22 Oct 17:20
82544ec
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release
  • Log STS response on successful authentication. (#161, @nckturner)
  • Add expiration to token creation. (#160, @nckturner)
  • Allow session names to be forwarded with --forward-session-name. (#134, @jrnt30)
  • Add output format option for verify command. (#126, @joshkurz)
  • Add flags to configure the address and port to allow running the server locally. (#124, @christopherhein)
  • Add a flag to only output the token. (#122, @christopherhein)
  • Build release for windows. (#113, acaire)
  • Add support for ARNs with paths. (#103, @mattlandis)
  • GetWithSTS and GetWithRoleForSession added to Generator interface to allow tools integrating with Authenticator to pass an existing STS client or existing session. (#101, @errordeveloper)
  • Add --log-format server flag to configure output format. (#73, @phillipj)

Docker images

Note: You must log in with the registry ID and your role must have the necessary ECR privileges:

$(aws ecr get-login --no-include-email --region us-west-2 --registry-ids 894847497797)
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1-alpine-3.6
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1-alpine-3.7
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1-scratch
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1-debian-stretch
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1-alpine
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1-debian
  • docker pull 894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-iam-authenticator:0.4.0-alpha.1-debian-jessie

v0.3.0

05 Jun 14:56
8c9b1bd
Compare
Choose a tag to compare

Changelog

Docker images

  • docker pull gcr.io/heptio-images/authenticator:v0.3.0-alpine-3.6
  • docker pull gcr.io/heptio-images/authenticator:v0.3.0-debian-jessie
  • docker pull gcr.io/heptio-images/authenticator:v0.3.0-alpine-3.7
  • docker pull gcr.io/heptio-images/authenticator:v0.3.0-scratch
  • docker pull gcr.io/heptio-images/authenticator:v0.3.0-alpine
  • docker pull gcr.io/heptio-images/authenticator:v0.3.0
  • docker pull gcr.io/heptio-images/authenticator:v0.3.0-debian-stretch
  • docker pull gcr.io/heptio-images/authenticator:v0.3.0-debian

v0.1.0

29 Nov 03:52
43a2f5f
Compare
Choose a tag to compare
Merge pull request #20 from mattmoyer/fix-go-get-cmd

Fix `go get` command to use new cmd subdir.