Bump internal dependencies and reduce image size - #928
Merged
Conversation
Upgrades google.golang.org/grpc from v1.76.0 to v1.79.3. It remains an indirect dependency; go mod tidy carried along the usual cascade (genproto, otel 1.38 -> 1.39, x/oauth2, cel.dev/expr, envoyproxy, cncf/xds). Both Dockerfiles already use --no-install-recommends for their other apt installs; this makes the stellar-core install consistent. Drops the Python stack from the runtime images, cutting the release image from 360MB to 324MB. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Shaptic
force-pushed
the
deps/grpc-1.79.3-urllib3-2.6.3
branch
from
August 13, 2026 21:17
1697deb to
f287068
Compare
urvisavla
approved these changes
Aug 13, 2026
Shaptic
enabled auto-merge (squash)
August 13, 2026 22:51
Shaptic
added a commit
that referenced
this pull request
Aug 13, 2026
… cut The v28.0.0 section landed with #913, when the release branch pointed at the protocol-next merge. Re-syncing to main brought in #854 (backfill bulk-load) and #928 (dependency bump + slimmer release image), so the section now names them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
grpc v1.76.0 → v1.79.3
Remains an indirect dependency.
go mod tidycarried along the usual cascade:genproto/googleapis/{api,rpc},go.opentelemetry.io/otel*1.38.0 → 1.39.0,golang.org/x/oauth20.32.0 → 0.34.0,cel.dev/expr,envoyproxy/*,cncf/xds.go vet ./...is clean and thego/toolchaindirectives are unchanged.--no-install-recommendson the stellar-core installBoth Dockerfiles already pass
--no-install-recommendsto their otherapt installinvocations; this brings the stellar-core install in line. The runtime images no longer carry the unnecessary Python 3 stack. Release image goes from 360MB to 324MB.🤖 Generated with Claude Code