tetragon
tetragon copied to clipboard
fix(deps): update module google.golang.org/grpc to v1.63.0 (main) - abandoned
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| google.golang.org/grpc | require | minor | v1.62.2 -> v1.63.0 |
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.63.0: Release 1.63.0
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)
- Special Thanks: @raghav-stripe
New Features
- grpc: add
ClientConn.CanonicalTarget()to return the canonical target string. (#7006) - xds: implement LRS named metrics support (gRFC A64) (#7027)
- Special Thanks: @danielzhaotongliu
- grpc: introduce
grpc.NewClientto allow users to create new clients in idle mode and with "dns" as the default resolver (#7010)- Special Thanks: @bruuuuuuuce
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.Serveras anhttp.Handlerwith the Go stdlib HTTP server (#6989) - resolver/dns: add
SetResolvingTimeoutto allow configuring the DNS resolver's global timeout (#6917)- Special Thanks: @and1truong
- Set the security level of Windows named pipes to NoSecurity (#6956)
- Special Thanks: @irsl
Configuration
📅 Schedule: Branch creation - "on monday and friday" (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.
okay something's off https://github.com/cilium/tetragon/actions/runs/8602579046/job/23572651633?pr=2306 :/
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
I converted it to draft and removed the release-blocker label because the API change in grpc-go has been postponed apparently.
I converted it to draft and removed the release-blocker label because the API change in grpc-go has been postponed apparently.
The work can be found associated to that issue https://github.com/cilium/tetragon/issues/2675. We can close and rebase this one now.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/cespare/xxhash/v2 |
v2.2.0 -> v2.3.0 |
github.com/cncf/xds/go |
v0.0.0-20231128003011-0fa0005c9caa -> v0.0.0-20240423153145-555b57ec207b |
golang.org/x/oauth2 |
v0.18.0 -> v0.20.0 |
google.golang.org/genproto/googleapis/api |
v0.0.0-20240311132316-a219d84964c2 -> v0.0.0-20240528184218-531527333157 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240415180920-8c6c420018be -> v0.0.0-20240528184218-531527333157 |
File name: contrib/tetragon-rthooks/go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 2 additional dependencies were updated
Details:
| Package | Change |
|---|---|
google.golang.org/genproto/googleapis/api |
v0.0.0-20240318140521-94a12d6c2237 -> v0.0.0-20240528184218-531527333157 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240415180920-8c6c420018be -> v0.0.0-20240528184218-531527333157 |