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

deps: update Go dependencies #302

Merged
merged 2 commits into from
Apr 8, 2024
Merged

deps: update Go dependencies #302

merged 2 commits into from
Apr 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
golang.org/x/exp require digest a685a6e -> c0f41cb
golang.org/x/sync require minor v0.6.0 -> v0.7.0 age adoption passing confidence
golang.org/x/sys require minor v0.18.0 -> v0.19.0 age adoption passing confidence
google.golang.org/grpc require minor v1.62.1 -> v1.63.0 age adoption passing confidence

Release Notes

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

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 - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from katexochen as a code owner April 5, 2024 14:12
@renovate renovate bot added the dependencies Dependency update label Apr 5, 2024
Copy link
Contributor Author

renovate bot commented Apr 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@katexochen katexochen force-pushed the renovate/go-dependencies branch 2 times, most recently from 8448208 to ff054fb Compare April 8, 2024 12:57
renovate bot and others added 2 commits April 8, 2024 14:59
DialContext was deprecated in google.golang.org/[email protected]

Signed-off-by: Paul Meyer <[email protected]>
@katexochen katexochen force-pushed the renovate/go-dependencies branch from ff054fb to c453e13 Compare April 8, 2024 13:08
@katexochen katexochen requested review from burgerdev and msanft and removed request for katexochen April 8, 2024 13:40
Copy link
Contributor

@msanft msanft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates (esp. to gRPC code) look sane to me code-wise.

Remember Daniel ran into a problem with the gRPC update when trying to run it in a (simulated) SGX enclave. So make sure this works for you before merging.

@katexochen katexochen merged commit 08fa0a3 into main Apr 8, 2024
7 checks passed
@katexochen katexochen deleted the renovate/go-dependencies branch April 8, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants