Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
@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.

2 participants