[9.4](backport #51684) chore: update OTel Collector dependencies to v0.155.0/v1.61.0#51702
[9.4](backport #51684) chore: update OTel Collector dependencies to v0.155.0/v1.61.0#51702mergify[bot] wants to merge 1 commit into
v0.155.0/v1.61.0#51702Conversation
…51684) * chore: update OTel Collector dependencies to `v0.155.0`/`v1.61.0` sed -i '' "s/\(go\.opentelemetry\.io\/collector.*\) v0\.154.0/\1 v0.155.0/" go.mod sed -i '' "s/\(go\.opentelemetry\.io\/collector.*\) v1\.60.0/\1 v1.61.0/" go.mod sed -i '' "s/\(github.com\/open-telemetry\/opentelemetry-collector-contrib\/.*\) v0\.154.0/\1 v0.155.0/" go.mod * go mod tidy && make notice * chore: update distro version (cherry picked from commit 539bc0e) # Conflicts: # NOTICE.txt # go.mod # go.sum
|
Cherry-pick of 539bc0e 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 |
🤖 GitHub commentsJust comment with:
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
This comment has been minimized.
This comment has been minimized.
TL;DRAll 33 Buildkite failures are caused by unresolved backport merge conflict markers committed into dependency files. The failed SHA still contains Remediation
Investigation detailsRoot CauseThis is a backport conflict, not an infrastructure failure. The PR is labeled
Evidence
VerificationI reviewed the Buildkite failure logs, PR metadata/diff, existing PR comments, and the file contents at failed SHA What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
Proposed commit message
Updates the OpenTelemetry Collector dependencies to the current latest versions
v0.155.0andv1.61.0. See changes sincev0.154.0/v1.60.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