-
Notifications
You must be signed in to change notification settings - Fork 148
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: Update aws-sdk-go-v2 for EKS Pod Identities #259
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #259 +/- ##
==========================================
+ Coverage 55.13% 55.19% +0.05%
==========================================
Files 35 35
Lines 3337 3339 +2
==========================================
+ Hits 1840 1843 +3
+ Misses 1230 1229 -1
Partials 267 267 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mathieu Bruneau <[email protected]>
66ea3ca
to
931711f
Compare
Was testing this patch and sqs notifications are failing
I tried with and without specifying account/region/endpointUrl It looks like there is a problem with the sdk version, we might need to update more components to latest like |
Signed-off-by: Carlos Santana <[email protected]>
7a76f53
to
931711f
Compare
update aws sdk for sqs
Signed-off-by: Carlos Santana <[email protected]>
Signed-off-by: Carlos Santana <[email protected]>
Update aws sdk
Signed-off-by: Carlos Santana <[email protected]>
Fix code coverage for awssqs
@todaywasawesome @crenshaw-dev would you be kind to review this PR? 🙏 |
Thank you @crenshaw-dev 🎉 |
Update aws-sdk-go-v2 to support EKS Pod Identities
Will update the indirect in argoproj/argo-cd#16641