Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/looprpc/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.45.0
branch
from
September 24, 2026 14:17
87370b3 to
6657aa7
Compare
Update the OTLP gRPC trace exporter and its required SDK and base trace exporter dependencies together. The standalone looprpc module still declares older versions; the root module already uses v1.45.0. Include a release note for the consolidated dependency update. Signed-off-by: dependabot[bot] <support@github.com>
hieblmi
force-pushed
the
dependabot/go_modules/looprpc/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.45.0
branch
from
September 24, 2026 14:20
6657aa7 to
c2014e7
Compare
The OpenTelemetry upgrade also updates grpc-gateway, which changes the output of the RPC generator. Regenerate the REST bindings and OpenAPI specification so CI can reproduce the checked-in files. All registered routes and retained schemas are unchanged; the OpenAPI generator removes only unused definitions.
hieblmi
approved these changes
Sep 24, 2026
dependabot
Bot
deleted the
dependabot/go_modules/looprpc/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.45.0
branch
September 24, 2026 14:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Align the standalone
looprpcmodule's OpenTelemetry dependencies with thev1.45.0 versions already selected by the root module.
The gRPC exporter upgrade includes the SDK and base exporter upgrades proposed
in #1236 and #1237. This PR consolidates all three; those two PRs can be closed
as superseded after this one merges.
Preserves gRPC v1.83.2 and the newer transitive dependency versions already on
master. The root module's selected dependency graph is unchanged.
Regenerates the REST bindings and OpenAPI specification with grpc-gateway
v2.29.0. All registered routes and retained schemas are unchanged; only
unused OpenAPI definitions are removed.
Includes a release note and a commit message that follows repository rules.
Validation: module consistency and commit-message checks, WebAssembly RPC
compilation, standalone
looprpcrace tests, and the full CI pipeline beforemerge.