Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates Go module dependencies across the workspace, with the primary motivation being to reconcile OpenTelemetry package versions. The OpenTelemetry minor version bump from v1.36.0 to v1.38.0 avoids import errors when this operator is imported into Redpanda Cloud.
Key Updates
OpenTelemetry packages (Primary motivation)
go.opentelemetry.io/otel: v1.36.0 → v1.38.0go.opentelemetry.io/otel/log: v0.11.0 → v0.14.0go.opentelemetry.io/otel/metric: v1.36.0 → v1.38.0go.opentelemetry.io/otel/sdk: v1.36.0 → v1.38.0go.opentelemetry.io/otel/sdk/log: v0.11.0 → v0.14.0go.opentelemetry.io/otel/sdk/metric: v1.36.0 → v1.38.0go.opentelemetry.io/otel/trace: v1.36.0 → v1.38.0go.opentelemetry.io/proto/otlp: v1.6.0 → v1.7.1Other notable updates
google.golang.org/grpc: v1.73.0 → v1.75.0github.com/grpc-ecosystem/grpc-gateway/v2: v2.27.0 → v2.27.2github.com/stretchr/testify: v1.10.0 → v1.11.1cloud.google.com/go/compute/metadata: v0.6.0 → v0.7.0github.com/cenkalti/backoff/v5: v5.0.2 → v5.0.3golang.org/x/crypto: v0.40.0 → v0.41.0golang.org/x/net: v0.41.0 → v0.43.0golang.org/x/tools: v0.34.0 → v0.35.0golang.org/x/text: v0.27.0 → v0.28.0golang.org/x/term: v0.33.0 → v0.34.0golang.org/x/mod: v0.25.0 → v0.26.0go.yaml.in/yaml/v3: v3.0.3 → v3.0.4Risk Assessment
Low Risk - This update primarily consists of:
While we could force these version bumps in Redpanda Cloud, it's better practice to reconcile versions between repositories to avoid potential subtle incompatibilities and ensure consistent behavior across environments.
Testing
All modules have been updated using
task mod:tidy. The changes affect:/acceptance/charts/connectors🤖 Generated with Claude Code