Skip to content

chore: update OTel Collector libraries to v0.145.0/v1.51.0#48800

Merged
andrzej-stencel merged 5 commits intoelastic:mainfrom
andrzej-stencel:update-otel-to-v0.145.0
Feb 12, 2026
Merged

chore: update OTel Collector libraries to v0.145.0/v1.51.0#48800
andrzej-stencel merged 5 commits intoelastic:mainfrom
andrzej-stencel:update-otel-to-v0.145.0

Conversation

@andrzej-stencel
Copy link
Copy Markdown
Contributor

Proposed commit message

Updates the OpenTelemetry Collector dependencies to the current latest versions v0.145.0 and v1.51.0. See changes since v0.144.0/v1.50.0 for 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 in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

How to test this PR locally

make mage
(cd auditbeat && mage build)
(cd filebeat && mage build)
(cd metricbeat && mage build)
(cd x-pack/filebeat && mage build)
(cd x-pack/metricbeat && mage build)

@andrzej-stencel andrzej-stencel requested a review from a team as a code owner February 11, 2026 13:11
@andrzej-stencel andrzej-stencel added Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team skip-changelog labels Feb 11, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Feb 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Feb 11, 2026

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @andrzej-stencel? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@andrzej-stencel andrzej-stencel added the backport-active-all Automated backport with mergify to all the active branches label Feb 12, 2026
@andrzej-stencel andrzej-stencel merged commit 6aef25e into elastic:main Feb 12, 2026
207 checks passed
@andrzej-stencel andrzej-stencel deleted the update-otel-to-v0.145.0 branch February 12, 2026 10:44
@github-actions
Copy link
Copy Markdown
Contributor

@Mergifyio backport 8.19 9.2 9.3

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Feb 12, 2026

backport 8.19 9.2 9.3

✅ Backports have been created

Details

Cherry-pick of 6aef25e has failed:

On branch mergify/bp/8.19/pr-48800
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit 6aef25ed3.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE.txt
	both modified:   go.mod
	both modified:   go.sum

no changes added to commit (use "git add" and/or "git commit -a")

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:

On branch mergify/bp/9.2/pr-48800
Your branch is up to date with 'origin/9.2'.

You are currently cherry-picking commit 6aef25ed3.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   go.sum

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE.txt
	both modified:   go.mod

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:

On branch mergify/bp/9.3/pr-48800
Your branch is up to date with 'origin/9.3'.

You are currently cherry-picking commit 6aef25ed3.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   NOTICE.txt
	modified:   go.sum

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod

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

mergify bot pushed a commit that referenced this pull request Feb 12, 2026
* 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
mergify bot pushed a commit that referenced this pull request Feb 12, 2026
* 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
mergify bot pushed a commit that referenced this pull request Feb 12, 2026
* 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
andrzej-stencel added a commit that referenced this pull request Mar 6, 2026
…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>
andrzej-stencel added a commit that referenced this pull request Mar 6, 2026
…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>
andrzej-stencel added a commit that referenced this pull request Mar 6, 2026
….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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-active-all Automated backport with mergify to all the active branches skip-changelog Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants