-
Notifications
You must be signed in to change notification settings - Fork 35
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
package updates: aws-iam-authenticator to 0.6.29 and aws-signing-helper to 1.4.0 #365
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, but a nit on the commit messages, where we prefer:
- packages: update aws-iam-authenticator to 0.6.29
- packages: update aws-signing-helper to 1.4.0
Also, let's update the PR title to mention we are updating aws-iam-authenticator and aws-signing-helper specifically for clarification
@@ -49,7 +49,7 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin) | |||
|
|||
%build | |||
%set_cross_go_flags | |||
export GO_MAJOR="1.22" | |||
export GO_MAJOR="1.23" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change strictly required to build? You are overriding the SDK default and it would be better to leave it alone if it's not required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In other words - I'd rather delete this line than change it.
Description of changes:
Updated aws-iam-authenticator to 0.6.29, and aws-signing helper to 1.4.0
Testing done:
Quick tests and smoke tests passed.
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.