Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update module google.golang.org/grpc to v1.63.2 #298

Merged
merged 1 commit into from Apr 8, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Apr 6, 2024

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.62.1 -> v1.63.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.63.2: Release 1.63.2

Compare Source

Bugs

  • Fix the user agent string

v1.63.1: Release 1.63.1

Compare Source

Bugs

API Changes

  • grpc: remove Deprecated tag from Dial and DialContext; these will be deprecated in v1.64 instead (#​7103)

v1.63.0: Release 1.63.0

Compare Source

Behavior Changes

  • grpc: Return canonical target string from resolver.Address.String() (experimental) (#​6923)
  • client & server: when using write buffer pooling, use input value for buffer size instead of size*2 (#​6983)

New Features

  • grpc: add ClientConn.CanonicalTarget() to return the canonical target string. (#​7006)
  • xds: implement LRS named metrics support (gRFC A64) (#​7027)
  • grpc: introduce grpc.NewClient to allow users to create new clients in idle mode and with "dns" as the default resolver (#​7010)

API Changes

  • grpc: stabilize experimental method ClientConn.Target() (#​7006)

Bug Fixes

  • xds: fix an issue that would cause the client to send an empty list of resources for LDS/CDS upon reconnecting with the management server (#​7026)
  • server: Fix some errors returned by a server when using a grpc.Server as an http.Handler with the Go stdlib HTTP server (#​6989)
  • resolver/dns: add SetResolvingTimeout to allow configuring the DNS resolver's global timeout (#​6917)
  • Set the security level of Windows named pipes to NoSecurity (#​6956)

v1.62.2: Release 1.62.2

Compare Source

Dependencies


Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Apr 6, 2024
@github-actions github-actions bot added the fix label Apr 6, 2024
@erezrokah
Copy link
Contributor

Lint failures are due to grpc/grpc-go#7090 and grpc/grpc-go#7049 (deprecation of grpc.DialContext which we are using). I'll wait a bit before updating the code until there are better docs on this issue

@cq-bot cq-bot force-pushed the renovate/google-golang-modules branch from 873e124 to 43468da Compare April 8, 2024 23:13
@cq-bot cq-bot changed the title fix(deps): Update module google.golang.org/grpc to v1.63.0 fix(deps): Update module google.golang.org/grpc to v1.63.2 Apr 8, 2024
@github-actions github-actions bot added fix and removed fix labels Apr 8, 2024
@kodiakhq kodiakhq bot merged commit b055af6 into main Apr 8, 2024
9 checks passed
@kodiakhq kodiakhq bot deleted the renovate/google-golang-modules branch April 8, 2024 23:18
kodiakhq bot pushed a commit that referenced this pull request Apr 9, 2024
🤖 I have created a release *beep* *boop*
---


## [1.19.9](v1.19.8...v1.19.9) (2024-04-08)


### Bug Fixes

* **deps:** Update module google.golang.org/grpc to v1.63.2 ([#298](#298)) ([b055af6](b055af6))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
@erezrokah
Copy link
Contributor

Looks like they reverted the deprecation in grpc/grpc-go#7103 so do it properly without breaking people's CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants