Skip to content

Commit e9b7abf

Browse files
committed
Pin google GRPC to 1.65 for the time being
Possible performance regression: Ref: grafana/dskit#581 Also has breaking API changes for the experimental buffers. Signed-off-by: György Krajcsovits <[email protected]>
1 parent 625bbe6 commit e9b7abf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2494
-2942
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,7 @@ replace github.com/opentracing-contrib/go-grpc => github.com/charleskorn/go-grpc
307307

308308
// Replacing prometheus/alertmanager with our fork.
309309
replace github.com/prometheus/alertmanager => github.com/grafana/prometheus-alertmanager v0.25.1-0.20240625192351-66ec17e3aa45
310+
311+
// Pin Google GRPC to v1.65.0 as v1.66.0 has API changes and also potentially performance regressions.
312+
// Following https://github.com/grafana/dskit/pull/581
313+
replace google.golang.org/grpc => google.golang.org/grpc v1.65.0

go.sum

Lines changed: 1100 additions & 61 deletions
Large diffs are not rendered by default.

vendor/google.golang.org/grpc/MAINTAINERS.md

Lines changed: 13 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/SECURITY.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/backoff/backoff.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/balancer/balancer.go

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/balancer/grpclb/grpc_lb_v1/load_balancer.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go

Lines changed: 56 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/balancer/grpclb/grpclb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/balancer/pickfirst/pickfirst.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)