Skip to content

Commit

Permalink
Merge pull request #33 from CircleCI-Public/temp-pin-to-0.5.1
Browse files Browse the repository at this point in the history
Temporarily pin v0.5.1 of aws-iam-authenticator as default due to issue with 0.5.2 release [semver:patch]
  • Loading branch information
lokst authored Oct 7, 2020
2 parents ef0d979 + b0d5e87 commit 996c91b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/install-aws-iam-authenticator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ steps:
if [ "${VERSION}" == "v0.3.0" ]; then
FILENAME="heptio-authenticator-aws"
fi
else
# Pin the latest as version v0.5.1 temporarily
VERSION="v0.5.1"
fi
# extract version number
Expand Down

0 comments on commit 996c91b

Please sign in to comment.