Skip to content

Commit

Permalink
Update grpc to 1.57.2-dev (#6419)
Browse files Browse the repository at this point in the history
* Update grpc to 1.57.2-dev

This includes fix from grpc/grpc-go#6737

Should fix #6385

Signed-off-by: Oleg Zaytsev <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Oleg Zaytsev <[email protected]>

---------

Signed-off-by: Oleg Zaytsev <[email protected]>
  • Loading branch information
colega committed Oct 18, 2023
1 parent 8d066b1 commit 222b8e8
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 74 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Grafana Mimir

* [BUGFIX] Update grpc-go library to 1.57.2-dev that includes a fix for a bug introduced in 1.57.1. #6419

## 2.10.2

### Grafana Mimir
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,6 @@ replace github.com/munnerz/goautoneg => github.com/charleskorn/goautoneg v0.0.0-

// Replace opentracing-contrib/go-stdlib with a fork until https://github.com/opentracing-contrib/go-stdlib/pull/68 is merged.
replace github.com/opentracing-contrib/go-stdlib => github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956

// Replace grpc 1.57.1 with fix from https://github.com/grpc/grpc-go/pull/6737
replace google.golang.org/grpc => github.com/bboreham/grpc-go v1.2.1-0.20231018103311-f160e1270255
Loading

0 comments on commit 222b8e8

Please sign in to comment.