chore: update OTel Collector libraries to v0.147.0/v1.53.0#49348
chore: update OTel Collector libraries to v0.147.0/v1.53.0#49348andrzej-stencel merged 4 commits intoelastic:mainfrom
v0.147.0/v1.53.0#49348Conversation
Made-with: Cursor
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
🤖 GitHub commentsJust comment with:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request updates dependency versions and license metadata: NOTICE.txt entries are bumped to newer patch/minor versions with updated license file paths and, in many cases, updated license text. go.mod upgrades numerous modules (AWS SDK v2 components, Prometheus, OpenTelemetry collector and exporters, x/* packages, gRPC/Google APIs, Kubernetes-related indirections, and others) primarily to patch/minor releases. No changes to application logic, control flow, exported/public APIs, or new public declarations were introduced. Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip You can customize the high-level summary generated by CodeRabbit.Configure the |
|
Checked workflow run Summary:
Recommended action:
Tests/logs reviewed:
What is this? | From workflow: PR Actions Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
cmacknz
left a comment
There was a problem hiding this comment.
LGTM, wait for elastic/elastic-agent#10156 as this introduced the requirement for Go 1.25.0 in agent and it's almost but not quite there.
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
elastic/elastic-agent#10156 has now been merged |
|
@Mergifyio backport 8.19 9.2 9.3 |
✅ Backports have been createdDetails
Cherry-pick of b7ca354 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Cherry-pick of b7ca354 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Cherry-pick of b7ca354 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Proposed commit message
Updates the OpenTelemetry Collector dependencies to the current latest versions
v0.147.0andv1.53.0. See changes sincev0.145.0/v1.51.0for Core and Contrib.Why is it important?
We want to be on the latest version to keep up with latest features and bug fixes.
Checklist
[ ] My code follows the style guidelines of this project[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.How to test this PR locally