Skip to content

chore: update OTel Collector dependencies to v0.157.0/v1.63.0#52227

Draft
andrzej-stencel wants to merge 2 commits into
elastic:mainfrom
andrzej-stencel:update-otel-to-v0.157.0
Draft

chore: update OTel Collector dependencies to v0.157.0/v1.63.0#52227
andrzej-stencel wants to merge 2 commits into
elastic:mainfrom
andrzej-stencel:update-otel-to-v0.157.0

Conversation

@andrzej-stencel

Copy link
Copy Markdown
Contributor

Proposed commit message

Updates the OpenTelemetry Collector dependencies to the current latest versions v0.157.0 and v1.63.0. See changes since v0.156.0/v1.62.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)

```console
sed -i '' "s/v0\.156\.0/v0.157.0/" x-pack/otel/Makefile
sed -i '' "s/\(go\.opentelemetry\.io\/collector.*\) v0\.156.0/\1 v0.157.0/" go.mod x-pack/otel/distributions/beats-otel-collector/manifest.yaml
sed -i '' "s/\(go\.opentelemetry\.io\/collector.*\) v1\.62.0/\1 v1.63.0/" go.mod x-pack/otel/distributions/beats-otel-collector/manifest.yaml
sed -i '' "s/\(github.com\/open-telemetry\/opentelemetry-collector-contrib\/.*\) v0\.156.0/\1 v0.157.0/" go.mod x-pack/otel/distributions/beats-otel-collector/manifest.yaml
```
@andrzej-stencel
andrzej-stencel requested review from a team as code owners July 23, 2026 11:17
@andrzej-stencel andrzej-stencel added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Jul 23, 2026
@andrzej-stencel andrzej-stencel added backport-active-all Automated backport with mergify to all the active branches skip-changelog labels Jul 23, 2026
@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

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 Jul 23, 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!)
  • /test : Run the Buildkite pipeline.

@andrzej-stencel
andrzej-stencel marked this pull request as draft July 23, 2026 12:07
@andrzej-stencel

andrzej-stencel commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

Blocked on elastic/ebpfevents supporting cilium/ebpf@v0.22.0 elastic/ebpfevents#33.

@mergify

mergify Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b update-otel-to-v0.157.0 upstream/update-otel-to-v0.157.0
git merge upstream/main
git push upstream update-otel-to-v0.157.0

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.

1 participant