chore: update OTel Collector libraries to v0.145.0/v1.51.0#48800
chore: update OTel Collector libraries to v0.145.0/v1.51.0#48800andrzej-stencel merged 5 commits intoelastic:mainfrom
v0.145.0/v1.51.0#48800Conversation
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
🤖 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
|
|
@Mergifyio backport 8.19 9.2 9.3 |
✅ Backports have been createdDetails
Cherry-pick of 6aef25e 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 6aef25e 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 6aef25e 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 |
…145.0`/`v1.51.0` (#48821) * chore: update OTel Collector libraries to `v0.145.0`/`v1.51.0` (#48800) * chore: update OTel Collector libraries to v0.145.0/v1.51.0 * go mod tidy * make notice (cherry picked from commit 6aef25e) # Conflicts: # go.mod * fix conflicts --------- Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co>
…145.0`/`v1.51.0` (#48820) * chore: update OTel Collector libraries to `v0.145.0`/`v1.51.0` (#48800) * chore: update OTel Collector libraries to v0.145.0/v1.51.0 * go mod tidy * make notice (cherry picked from commit 6aef25e) # Conflicts: # NOTICE.txt # go.mod * fix conflicts --------- Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co>
….145.0`/`v1.51.0` (#48819) * chore: update OTel Collector libraries to `v0.145.0`/`v1.51.0` (#48800) * chore: update OTel Collector libraries to v0.145.0/v1.51.0 * go mod tidy * make notice (cherry picked from commit 6aef25e) # Conflicts: # NOTICE.txt # go.mod # go.sum * fix conflicts --------- Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co>
Proposed commit message
Updates the OpenTelemetry Collector dependencies to the current latest versions
v0.145.0andv1.51.0. See changes sincev0.144.0/v1.50.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