Update OTel Collector components to v0.149.0/v1.55.0#50057
Conversation
🤖 GitHub commentsJust comment with:
|
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
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 selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR updates multiple Go module versions across the repo: AWS SDK for Go v2 and related subpackages, OpenTelemetry Collector components (moved to v0.149.0 / v1.55.0), various ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
mauri870
left a comment
There was a problem hiding this comment.
Can you update the versions in x-pack/otel/distributions/beats-otel-collector/manifest.yaml as well? Thanks!
|
@Mergifyio backport 8.19 9.3 9.4 |
✅ Backports have been createdDetails
Cherry-pick of 9a56ee8 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 9a56ee8 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
|
* Update OTel Collector components to v0.149.0/v1.55.0 * Bump the beats distro manifest (cherry picked from commit 9a56ee8) # Conflicts: # NOTICE.txt # go.mod # go.sum
* Update OTel Collector components to v0.149.0/v1.55.0 * Bump the beats distro manifest (cherry picked from commit 9a56ee8) # Conflicts: # go.mod
* Update OTel Collector components to v0.149.0/v1.55.0 * Bump the beats distro manifest (cherry picked from commit 9a56ee8)
…1.55.0 (#50082) * Update OTel Collector components to v0.149.0/v1.55.0 (#50057) * Update OTel Collector components to v0.149.0/v1.55.0 * Bump the beats distro manifest (cherry picked from commit 9a56ee8) # Conflicts: # go.mod * Fix conflicts --------- Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
…v1.55.0 (#50081) * Update OTel Collector components to v0.149.0/v1.55.0 (#50057) * Update OTel Collector components to v0.149.0/v1.55.0 * Bump the beats distro manifest (cherry picked from commit 9a56ee8) # Conflicts: # NOTICE.txt # go.mod # go.sum * Fix conflicts --------- Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
Proposed commit message
Updates the OpenTelemetry Collector dependencies to the current latest versions
v0.149.0andv1.55.0. See changes sincev0.148.0/v1.54.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
Part of https://github.com/elastic/ingest-dev/issues/7420.