8000 package updates: aws-iam-authenticator to 0.6.29 and aws-signing-helper to 1.4.0 by Sparksssj · Pull Request #365 · bottlerocket-os/bottlerocket-core-kit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

package updates: aws-iam-authenticator to 0.6.29 and aws-signing-helper to 1.4.0 #365

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

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

Sparksssj
Copy link
Contributor

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.

aarch64-aws-k8s-130-quick                    Test               passed           
 x86-64-aws-k8s-130-quick                    Test               passed    
 x86-64-aws-k8s-130-nvidia-quick             Test               passed     
 aarch64-aws-k8s-130-nvidia-quick            Test               passed    
 
NAME                STATUS     COMPLETIONS   DURATION   AGE
nvidia-smoke-test   Complete   1/1           89s        7m49s

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.

Copy link
Contributor
@koooosh koooosh left a 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

@Sparksssj Sparksssj changed the title 3rd Party packages updates 3rd Party packages updates: aws-iam-authenticator to 0.6.29, and aws-signing helper to 1.4.0 Feb 3, 2025
@koooosh koooosh changed the title 3rd Party packages updates: aws-iam-authenticator to 0.6.29, and aws-signing helper to 1.4.0 package updates: aws-iam-authenticator to 0.6.29 and aws-signing-helper to 1.4.0 Feb 4, 2025
@@ -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"
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Contributor Author
@Sparksssj Sparksssj Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay - I tired to build without changing the GO_MAJOR or delete this line but it won't build. I think the reason is they updated go version in v0.6.29.
https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.6.29#:~:text=3b3bf6f%20chore%3A%20Update%20to%20go%201.23.4

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems a similar issue in the past occured, the SDK was on 1.21:
bottlerocket-os/bottlerocket-sdk@acf1d65

And we moved this package to GO MAJOR 1.22:
0ee5cba

Which matches the go version on v0.6.21:
https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/v0.6.21/.go-version

I also confirmed the toolchain error on check-out.
LGTM

@Sparksssj Sparksssj requested a review from bcressey February 11, 2025 22:03
@Sparksssj Sparksssj merged commit af9ed00 into bottlerocket-os:develop Feb 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0