Merged
Conversation
In order to support EKS Pod Identity credentials, the minimum sdk version should be 1.12.746. Its compatible with the current API. https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html
Contributor
|
Thank you @thalesac for the contribution! To fix the error in Static Checks CI / static-checks (17) (pull_request), please update the versions in |
This change updates the version of the AWS SDK for Java to ensure compatibility with the latest features and security improvements. Without this update, the application may miss out on critical updates and enhancements. * Updated version from 1.12.638 to 1.12.784 to leverage new features and fixes. * Maintained existing license information and module details for consistency. Signed-off-by: Thales Ceolin <thales@ulevel.com>
Contributor
Author
|
Thanks for the prompt review @gianm :) |
Contributor
Author
|
@gianm any insights on why the tests failed? let me know if I can do anything on my end. Correct if I'm wrong but the issues seems unrelated to the actual change. |
Contributor
|
I just restarted the failed jobs. Some of the IT failures like the ones you shared above look intermittent. Re the query IT failures, it should be fixed with #18067. |
abhishekrb19
approved these changes
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the AWS Java SDK version used in Apache Druid to version 1.12.746. This patch upgrade is necessary to enable support for EKS Pod Identity credentials, as documented in the AWS EKS documentation.
Description
Bumped AWS SDK for Java to 1.12.746 to meet the minimum requirement for EKS Pod Identity.
No API changes or behavioral changes are introduced; this is a patch version bump only and remains backward compatible.
Release note
Adding support for AWS EKS Pod Identity credentials
Key changed/added classes in this PR
This PR has: