Commit 5c14dc6
authored
upgrade to latest dependencies (#790)
bumping google.golang.org/grpc caf0772...ebd8f06:
> ebd8f06 Change version to 1.82.1 (# 9238)
> 4ea465d Cherry-pick commits (# 9236)
> 9494a2c Change version to 1.82.1-dev (# 9171)
> bd23985 Change version to 1.82.0 (# 9170)
> 0f3086d Fix minor issues not covered by PR # 9137 (# 9147)
> fef07fb internal: Split v3procservicepb import into pb and grpc for extproc (# 9163)
> 91dd64f transport: surface subsequent data when receiving non-gRPC header (# 8929)
> adc97de test/kokoro: add config for regional-td test (# 9158)
> 57c9ff1 xds: ensure full-string matching for RBAC Filter rules (# 9148)
> b58f32d server: Set a pprof label on new stream goroutines (# 9082)
> 6c98be3 refactor(transport): extract shared stream state handling logic in `loopyWriter.processData()` (# 9125)
> bcaa6f4 rls: only reset backoff on recovery from TRANSIENT_FAILURE (# 9137)
> 429e6e0 balancer: expose endpoint weight and hostname as experimental APIs (# 9074)
> 761e655 grpc: limit decompression size in legacy gzip Decompressor to prevent OOM (# 9114)
> 18a8d3d extproc: implement ClientFilter and ClientFilterBuilder interface (# 9086)
> db35da8 credentials/alts: fix the leaked context and close handshaker properly (# 9091)
> 6093108 xds/server: Fix memory leak of ServerInterceptor instances during RDS updates (# 9138)
> 037c6ef extproc: register filter and parse base and override config (# 9073)
> 4ee6ac4 xds/resolver: support HTTP filters for routes using cluster specifier plugins (# 9100)
> 39f1653 internal/grpcutil: remove FullMatchWithRegex to prevent data race (# 9134)
> 1c8e095 transport: change serverHandlerTransport to call Close instead of panic from Drain function (# 9136)
> 1bb9742 encoding: call Close on decompressor reader if it implements io.Closer (# 9135)
> f1360fb balancergroup: merge whitebox tests into blackbox test (# 9094)
> bb023f8 gemini: wrap lines at 80-cols to make linter happy (# 9131)
> 6602080 experimental/stats: Expose Telemetry Label Callback (# 8877)
> fd8a106 github: Add styleguide for Gemini Code Assist (# 9124)
> 7c47d2a test: incoming RPC that contains a path with double leading slashes (# 9120)
> 1c63fa5 grpc: remove support for env var GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING (# 9112)
> 959af53 transport: set current timestamp in channelz socket metrics (# 9109)
> 94b9449 xds/rbac: enforce strict presence-based short-circuit in authenticatedMatcher (# 9111)
> 89fe783 grpc: Document interactions between static flow control window options (# 9096)
> 3d0dd1e cmd/protoc-gen-go-grpc: Update to latest version of grpc-go (# 9110)
> 811290b stats/opentelemetry: restore the changes from # 8342 and fix the flaky test. (# 8923)
> 679ae4c stats: use correct import for services (# 9107)
> 850cc54 grpc: Remove ErrRetriesExhausted type in favor of error string (# 9105)
> 3d82ab3 otel: Segregate client and server RPCInfo used for metrics and traces (# 9081)
> a481b8f cleanup: removing TODO to improve timeouts encoding. (# 9101)
> eafb29a Revert "xds/rbac: handle errors returned from matcher evaluation (# 9092)". (# 9099)
> bdf4571 interop/orcalb: Delegate SubConn management to pick_first (# 8914)
> fa4c702 xds/rbac: handle errors returned from matcher evaluation (# 9092)
> 4ac8a45 grpc: use enum instead of integer in return statements in compress() (# 9089)
> d9d87bd xds/resolver: change int32 to atomic.int32 (# 9080)
> ac4aa01 cleanup: replace net.IP with netip.Addr in tests (# 9075)
> 29665f4 transport: Pool read buffers used by the HTTP/2 framer (# 9032)
> f6304e9 internal/transport: defer calls to mu.Unlock in the stream inbound flow control implementation (# 9077)
> ab7a2aa clusterimpl: fix test logic waiting for calls to ResolveNow (# 9071)
> 22adc9e clustermanager: fix test logic waiting for picker during graceful switch (# 9072)
> 06fc26a xds: support disabling HTTP filters (# 9054)
> c01f4f1 grpc: deprecate WithSharedWriteBuffer and SharedWriteBuffer (# 9060)
> 6cd0d0c grpc: add link to CVE in log messages (# 9069)
> b3f2df4 internal/resolver: improve the docstring of ClientInterceptor.NewStream (# 9070)
> bac4588 readyreader: add buffered reader (# 9055)
> 39a15f6 xds: implement cluster metadata parsing for GCP Authentication filter (gRFC A83) (# 9044)
> e80524d transport: set default header list size to 8KB and guard behind an env variable. (# 9019)
> 6b32840 deps: update dependencies for all modules (# 9068)
> c5b160e balancer: enable `GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES` by default (# 9017)
> 412cfbd Change version to 1.82.0-dev (# 9064)
bumping knative.dev/eventing 9a2ae8b...939bbd6:
> 939bbd6 build(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1 (# 9228)
> 39eb954 build(deps): bump the github-actions group across 1 directory with 4 updates (# 9225)
> 648661d cleanup: remove vestigial kodata directories (# 9227)
> 5411419 docs: fix stale contribution and e2e debug instructions (# 9154)
> 8cf4c4b fix: spread vreplicas across minReplicas pods in scheduler (# 9157)
> 2996bf9 [main] Upgrade to latest dependencies (# 9156)
bumping knative.dev/reconciler-test 125bf8d...a4d79b3:
> a4d79b3 upgrade to latest dependencies (# 905)
bumping knative.dev/pkg 6300c57...39ebae2:
> 39ebae2 Bump actions/checkout from 6 to 7 (# 3371)
Signed-off-by: Knative Automation <automation@knative.team>1 parent 493a847 commit 5c14dc6
26 files changed
Lines changed: 508 additions & 283 deletions
File tree
- vendor
- google.golang.org/grpc
- balancer
- pickfirst
- encoding
- gzip
- experimental/balancer/weight
- health/grpc_health_v1
- internal
- envconfig
- grpcutil
- resolver
- stats
- transport
- internal
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1002 | 1002 | | |
1003 | 1003 | | |
1004 | 1004 | | |
1005 | | - | |
1006 | | - | |
| 1005 | + | |
| 1006 | + | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
1078 | | - | |
| 1077 | + | |
| 1078 | + | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 85 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments