Bump otel collector dependencies to 0.148.0#49578
Bump otel collector dependencies to 0.148.0#49578VihasMakwana wants to merge 3 commits intoelastic:mainfrom
Conversation
🤖 GitHub commentsJust comment with:
|
|
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 ignored due to path filters (1)
📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis change adds a changelog fragment declaring an enhancement to update OpenTelemetry Collector components to v0.148.0 and updates Go module versions and NOTICE.txt entries accordingly. Multiple OpenTelemetry, OpenTelemetry Collector, AWS SDK v2, gRPC, Prometheus, golang.org/x/, google.golang.org/, and other direct and transitive dependencies are bumped. No exported APIs or package code were modified. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip CodeRabbit can generate a title for your PR based on the changes with custom instructions.Set the |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@go.mod`:
- Line 135: Update the vulnerable module declaration for google.golang.org/grpc
in go.mod to v1.79.3 (or newer) and re-resolve modules; specifically change the
module version string "google.golang.org/grpc" to "v1.79.3" (or a later safe
release) and run the Go module commands (e.g., go get
google.golang.org/grpc@v1.79.3 and go mod tidy) to update go.sum and vendor
state so the dependency is pinned to a non-vulnerable release.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 615854a3-b705-45d4-b744-8cdf216fa3dd
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (2)
changelog/fragments/1773943383-bump-otel-148.yamlgo.mod
Bump otel collector dependencies to 0.148.0.
Also updates grpc dependency as there was a critical vulnerability: #49578 (comment)