fix(deps): update module google.golang.org/grpc to v1.51.0 #34

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-18 18:16:42 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.50.1 -> v1.51.0

Release Notes

grpc/grpc-go

v1.51.0: Release 1.51.0

Compare Source

Behavior Changes

  • xds: NACK EDS resources with duplicate addresses in accordance with a recent spec change (#​5715)
  • grpc: restrict status codes that can be generated by the control plane (gRFC A54) (#​5653)

New Features

  • client: set grpc-accept-encoding header with all registered compressors (#​5541)
  • xds/weightedtarget: return a more meaningful error when all child policies are in TRANSIENT_FAILURE (#​5711)
  • gcp/observability: add "started rpcs" metric (#​5768)
  • xds: de-experimentalize the google-c2p-resolver (#​5707)
  • balancer: add experimental Producer types and methods (#​5669)
  • orca: provide a way for LB policies to receive OOB load reports (#​5669)

Bug Fixes

  • go.mod: upgrade x/text dependency to address CVE 2022-32149 (#​5769)
  • client: fix race that could lead to an incorrect connection state if it was closed immediately after the server's HTTP/2 preface was received (#​5714)
  • xds: ensure sum of the weights of all EDS localities at the same priority level does not exceed uint32 max (#​5703)
  • client: fix binary logging bug which logs a server header on a trailers-only response (#​5763)
  • balancer/priority: fix a bug where unreleased references to removed child policies (and associated state) was causing a memory leak (#​5682)
  • xds/google-c2p: validate URI schema for no authorities (#​5756)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | require | minor | `v1.50.1` -> `v1.51.0` | --- ### Release Notes <details> <summary>grpc/grpc-go</summary> ### [`v1.51.0`](https://github.com/grpc/grpc-go/releases/tag/v1.51.0): Release 1.51.0 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.50.1...v1.51.0) ### Behavior Changes - xds: NACK EDS resources with duplicate addresses in accordance with a recent spec change ([#&#8203;5715](https://github.com/grpc/grpc-go/issues/5715)) - Special Thanks: [@&#8203;erni27](https://github.com/erni27) - grpc: restrict status codes that can be generated by the control plane (gRFC A54) ([#&#8203;5653](https://github.com/grpc/grpc-go/issues/5653)) ### New Features - client: set grpc-accept-encoding header with all registered compressors ([#&#8203;5541](https://github.com/grpc/grpc-go/issues/5541)) - Special Thanks: [@&#8203;jronak](https://github.com/jronak) - xds/weightedtarget: return a more meaningful error when all child policies are in `TRANSIENT_FAILURE` ([#&#8203;5711](https://github.com/grpc/grpc-go/issues/5711)) - gcp/observability: add "started rpcs" metric ([#&#8203;5768](https://github.com/grpc/grpc-go/issues/5768)) - xds: de-experimentalize the google-c2p-resolver ([#&#8203;5707](https://github.com/grpc/grpc-go/issues/5707)) - balancer: add experimental Producer types and methods ([#&#8203;5669](https://github.com/grpc/grpc-go/issues/5669)) - orca: provide a way for LB policies to receive OOB load reports ([#&#8203;5669](https://github.com/grpc/grpc-go/issues/5669)) ### Bug Fixes - go.mod: upgrade x/text dependency to address [CVE 2022-32149](https://www.cve.org/CVERecord?id=CVE-2022-32149) ([#&#8203;5769](https://github.com/grpc/grpc-go/issues/5769)) - client: fix race that could lead to an incorrect connection state if it was closed immediately after the server's HTTP/2 preface was received ([#&#8203;5714](https://github.com/grpc/grpc-go/issues/5714)) - Special Thanks: [@&#8203;fuweid](https://github.com/fuweid) - xds: ensure sum of the weights of all EDS localities at the same priority level does not exceed uint32 max ([#&#8203;5703](https://github.com/grpc/grpc-go/issues/5703)) - Special Thanks: [@&#8203;erni27](https://github.com/erni27) - client: fix binary logging bug which logs a server header on a trailers-only response ([#&#8203;5763](https://github.com/grpc/grpc-go/issues/5763)) - balancer/priority: fix a bug where unreleased references to removed child policies (and associated state) was causing a memory leak ([#&#8203;5682](https://github.com/grpc/grpc-go/issues/5682)) - xds/google-c2p: validate URI schema for no authorities ([#&#8203;5756](https://github.com/grpc/grpc-go/issues/5756)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
kjuulh added 1 commit 2022-11-18 18:00:35 +01:00
fix(deps): update module google.golang.org/grpc to v1.51.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
a8794eb44e
kjuulh merged commit a8794eb44e into main 2022-11-18 18:16:42 +01:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/dagger#34
No description provided.