Skip to content

Commit 1f4f2c8

Browse files
build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#1765)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.65.0</h2> <h1>Dependencies</h1> <ul> <li>Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See <a href="https://redirect.github.com/grpc/grpc-go/issues/7249">#7249</a> for more information. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7250">#7250</a>)</li> <li>Update x/net/http2 to address <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-45288">CVE-2023-45288</a> (<a href="https://redirect.github.com/grpc/grpc-go/issues/7282">#7282</a>)</li> </ul> <h1>Behavior Changes</h1> <ul> <li>credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable <code>GRPC_ENFORCE_ALPN_ENABLED</code> is set to &quot;true&quot; (case insensitive). (<a href="https://redirect.github.com/grpc/grpc-go/issues/7184">#7184</a>) <ul> <li>NOTE: this behavior will become the default in a future release.</li> </ul> </li> <li>metadata: remove String method from MD to make printing more consistent (<a href="https://redirect.github.com/grpc/grpc-go/issues/7373">#7373</a>)</li> </ul> <h1>New Features</h1> <ul> <li>grpc: add <code>WithMaxCallAttempts</code> to configure gRPC's retry behavior per-channel. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7229">#7229</a>) <ul> <li>Special Thanks: <a href="https://github.com/imoore76"><code>@​imoore76</code></a></li> </ul> </li> </ul> <h1>Bug Fixes</h1> <ul> <li>ringhash: properly apply endpoint weights instead of ignoring them (<a href="https://redirect.github.com/grpc/grpc-go/issues/7156">#7156</a>)</li> <li>xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (<a href="https://redirect.github.com/grpc/grpc-go/issues/7128">#7128</a>) <ul> <li>Special Thanks: <a href="https://github.com/bozaro"><code>@​bozaro</code></a></li> </ul> </li> </ul> <h2>Release 1.64.1</h2> <h1>Dependencies</h1> <ul> <li>Update x/net/http2 to address <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-45288">CVE-2023-45288</a> (<a href="https://redirect.github.com/grpc/grpc-go/issues/7352">#7352</a>)</li> <li>metadata: remove String method from MD to make printing consistent (<a href="https://redirect.github.com/grpc/grpc-go/issues/7374">#7374</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/2da976983bbb33feb3e25b7daaa8f60b9769adb5"><code>2da9769</code></a> Change version to 1.65.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/7306">#7306</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/ede96b776c9cea4ff2b06dfdedad841e53fb0c26"><code>ede96b7</code></a> metadata: remove String method (<a href="https://redirect.github.com/grpc/grpc-go/issues/7373">#7373</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/64be203f7828d03224aa44944a84deacac54b72b"><code>64be203</code></a> grpc: Readd pick first name (<a href="https://redirect.github.com/grpc/grpc-go/issues/7336">#7336</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/7341">#7341</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/25e33a6c207464c6017d001255f9ac1297ba5d3e"><code>25e33a6</code></a> examples: Add CSM Observability example (<a href="https://redirect.github.com/grpc/grpc-go/issues/7302">#7302</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/7318">#7318</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/04a5f4604baa9297b7168543834e531cfb8858dc"><code>04a5f46</code></a> xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (<a href="https://redirect.github.com/grpc/grpc-go/issues/7">#7</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/cff5c3e3d0f104459af4f52e77fc1c49ef4cb6aa"><code>cff5c3e</code></a> stats/opentelemetry: Add e2e testing for CSM Observability (<a href="https://redirect.github.com/grpc/grpc-go/issues/7279">#7279</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/7316">#7316</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/9b970fdd173c1951a354630133273639e8acf00c"><code>9b970fd</code></a> dns: fix constant 30s backoff for re-resolution (<a href="https://redirect.github.com/grpc/grpc-go/issues/7262">#7262</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/7311">#7311</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6d236200ea68ea644d78a164c4ad9952a765aed3"><code>6d23620</code></a> documentation: on server, use FromIncomingContext for retrieving context and...</li> <li><a href="https://github.com/grpc/grpc-go/commit/7e5898e7c569b8cc32d6eee9bc8ad1393a8fcc61"><code>7e5898e</code></a> xds: unify xDS client creation APIs meant for testing (<a href="https://redirect.github.com/grpc/grpc-go/issues/7268">#7268</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/5d7bd7aacb0c35fc14bf144fa81ecbb61eec91de"><code>5d7bd7a</code></a> interop/xds: Interop client and server changes for CSM Observability (<a href="https://redirect.github.com/grpc/grpc-go/issues/7280">#7280</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.64.0...v1.65.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.64.0&new-version=1.65.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34e826d commit 1f4f2c8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/tendermint/tendermint v0.35.9
3131
go.uber.org/multierr v1.11.0 // indirect
3232
golang.org/x/net v0.26.0
33-
google.golang.org/grpc v1.64.0
33+
google.golang.org/grpc v1.65.0
3434
google.golang.org/protobuf v1.34.2
3535
)
3636

@@ -48,7 +48,7 @@ require (
4848
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
4949
github.com/celestiaorg/go-libp2p-messenger v0.2.0 // indirect
5050
github.com/cespare/xxhash v1.1.0 // indirect
51-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
51+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5252
github.com/cometbft/cometbft-db v0.8.0 // indirect
5353
github.com/containerd/cgroups v1.1.0 // indirect
5454
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -73,7 +73,7 @@ require (
7373
github.com/go-logr/stdr v1.2.2 // indirect
7474
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
7575
github.com/godbus/dbus/v5 v5.1.0 // indirect
76-
github.com/golang/glog v1.2.0 // indirect
76+
github.com/golang/glog v1.2.1 // indirect
7777
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7878
github.com/golang/protobuf v1.5.4 // indirect
7979
github.com/golang/snappy v0.0.4 // indirect
@@ -200,7 +200,7 @@ require (
200200
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
201201
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
202202
gonum.org/v1/gonum v0.13.0 // indirect
203-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
203+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
204204
gopkg.in/ini.v1 v1.67.0 // indirect
205205
gopkg.in/yaml.v3 v3.0.1 // indirect
206206
lukechampine.com/blake3 v1.2.1 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
210210
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
211211
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
212212
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
213-
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
214-
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
213+
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
214+
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
215215
github.com/charithe/durationcheck v0.0.9/go.mod h1:SSbRIBVfMjCi/kEB6K65XEA83D6prSM8ap1UCpNKtgg=
216216
github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4/go.mod h1:W8EnPSQ8Nv4fUjc/v1/8tHFqhuOJXnRub0dTfuAQktU=
217217
github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E=
@@ -456,8 +456,8 @@ github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2V
456456
github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188/go.mod h1:vXjM/+wXQnTPR4KqTKDgJukSZ6amVRtWMPEjE6sQoK8=
457457
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
458458
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
459-
github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68=
460-
github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
459+
github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4=
460+
github.com/golang/glog v1.2.1/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
461461
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
462462
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
463463
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
@@ -2403,8 +2403,8 @@ google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX
24032403
google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo=
24042404
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
24052405
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
2406-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 h1:NnYq6UN9ReLM9/Y01KWNOWyI5xQ9kbIms5GGJVwS/Yc=
2407-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
2406+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 h1:Zy9XzmMEflZ/MAaA7vNcoebnRAld7FsPW1EeBB7V0m8=
2407+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0=
24082408
google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
24092409
google.golang.org/grpc v1.14.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
24102410
google.golang.org/grpc v1.16.0/go.mod h1:0JHn/cJsOMiMfNA9+DeHDlAU7KAAB5GDlYFpa9MZMio=
@@ -2448,8 +2448,8 @@ google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11
24482448
google.golang.org/grpc v1.46.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk=
24492449
google.golang.org/grpc v1.46.2/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk=
24502450
google.golang.org/grpc v1.47.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk=
2451-
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
2452-
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
2451+
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=
2452+
google.golang.org/grpc v1.65.0/go.mod h1:WgYC2ypjlB0EiQi6wdKixMqukr6lBc0Vo+oOgjrM5ZQ=
24532453
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
24542454
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
24552455
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=

0 commit comments

Comments
 (0)