Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(install-script): pin aws-iam-authenticator version to v0.6.14 #677

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

Gearheads
Copy link
Collaborator

What this PR does / why we need it:
This change will hard code the version of aws-iam-authenticator binary within the install-kconnect script until the issue with the aws-iam-authenticator GitHub repo is fixed. It looks like the latest release of aws-iam-authenticator failed to be release properly, and waiting for one of the maintainers to fix the release.

Testing
Manually ran the curl command, and can confirm that the version is being returned as expected:

% curl -fsSLI -o /dev/null -w %{url_effective} https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.6.14 | sed 's#.*/##' | cut -c2-
0.6.14

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes # Users have reported having issues with downloading the latest version of the aws-iam-authenticator. This should now allow users to download version v0.6.14 of the aws-iam-authenticator.

This branch can be deleted once it is merged.

This change will hard code the version of aws-iam-authenticator binary within the install-kconnect script until the issue with the aws-iam-authenticator GitHub repo is fixed. It looks like the latest release of aws-iam-authenticator failed to be release properly, and waiting for one of the maintainers to fix the release. kubernetes-sigs/aws-iam-authenticator#720

Signed-off-by: Casale, Robert <[email protected]>
@Gearheads Gearheads merged commit bcb44b2 into main Jun 4, 2024
9 checks passed
@Gearheads Gearheads deleted the feature/pin-aws-iam-authenticator branch June 4, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant