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

Use GET for IAM Permissions event; update controller-runtime from 0.13.1 to 0.14.4 and client-go from v0.25.5 to v0.26.1 #2304

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

jdn5126
Copy link
Contributor

@jdn5126 jdn5126 commented Mar 6, 2023

What type of PR is this?
cleanup

Which issue does this PR fix:
N/A

What does this PR do / Why do we need it:
This PR updates base go modules like client-go and helm in order to resolve outstanding dependabot alerts. It also migrates the "MissingIAMPermissions" event to use client GET instead of LIST.

This PR also updates the default CNI metrics helper tag used for integration tests to v1.12.5.

If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue:
N/A

Testing done on this change:
Manually verified that integration tests pass. Also kicking off GitHub action to run full integration tests.

Automation added to e2e:
N/A

Will this PR introduce any new dependencies?:
No

Will this break upgrades or downgrades. Has updating a running cluster been tested?:
No, Yes

Does this change require updates to the CNI daemonset config files to work?:
No

Does this PR introduce any user-facing change?:
Yes

Update Go modules, use client GET for IAM permissions event

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jdn5126 jdn5126 requested a review from a team as a code owner March 6, 2023 21:10
@jdn5126
Copy link
Contributor Author

jdn5126 commented Mar 6, 2023

GitHub PR integration tests: https://github.com/aws/amazon-vpc-cni-k8s/actions/runs/4347987317

go.mod Show resolved Hide resolved
Copy link
Contributor

@sushrk sushrk left a comment

Choose a reason for hiding this comment

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

Few minor comments, looks good overall. Thanks for fixing this.

@jdn5126 jdn5126 changed the title Update Go modules; use GET for IAM Permissions event Use GET for IAM Permissions event; update controller-runtime from 0.13.1 to 0.14.4 and client-go from v0.25.5 to v0.26.1 Mar 7, 2023
@jdn5126 jdn5126 force-pushed the iam_get branch 2 times, most recently from 80a2849 to bbe7e0a Compare March 7, 2023 21:19
Copy link
Contributor

@sushrk sushrk left a comment

Choose a reason for hiding this comment

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

Thanks, lgtm!

Update IAM permissions event to use GET. Update metrics-helper tag.
@jdn5126 jdn5126 merged commit a7465cc into aws:master Mar 8, 2023
@jdn5126 jdn5126 deleted the iam_get branch March 8, 2023 19:30
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.

2 participants