-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[processor/resourcedetection] update to aws-sdk-go-v2 #39368
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
Conversation
Signed-off-by: Michael Shen <[email protected]>
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.
Please add a changelog
@bogdandrutu Thanks for the review! I'm a relatively new contributor, so I'm just making sure here. I've made a couple aws-sdk-go-v2 migration PRs recently and was previously told that there's no need for a changelog since there isn't a user/API change (#39097 (comment)). Would you like me to write a changelog indicating a user-facing change? |
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.
LGTM - since no change to user experience or API, we typically skip changelog for those.
…#39368) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description aws-sdk-go is being [deprecated on July 31, 2025](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/). This PR updates `processor/resourcedetection` to aws-sdk-go-v2. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#37730 <!--Describe what testing was performed and which tests were added.--> #### Testing I converted the existing unit tests to aws-sdk-go-v2 as well, keeping the original intent of the tests. Signed-off-by: Michael Shen <[email protected]>
…#39368) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description aws-sdk-go is being [deprecated on July 31, 2025](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/). This PR updates `processor/resourcedetection` to aws-sdk-go-v2. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#37730 <!--Describe what testing was performed and which tests were added.--> #### Testing I converted the existing unit tests to aws-sdk-go-v2 as well, keeping the original intent of the tests. Signed-off-by: Michael Shen <[email protected]>
Description
aws-sdk-go is being deprecated on July 31, 2025. This PR updates
processor/resourcedetection
to aws-sdk-go-v2.Link to tracking issue
Fixes #37730
Testing
I converted the existing unit tests to aws-sdk-go-v2 as well, keeping the original intent of the tests.