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

[main] Upgrade to latest dependencies #1857

Merged

Commits on Sep 19, 2023

  1. upgrade to latest dependencies

    bumping google.golang.org/genproto/googleapis/rpc 1744710...2d3300f:
      > 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
      > b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
      > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
      > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
      > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
    bumping google.golang.org/grpc 87bf02a...62726d4:
      > 62726d4 update version to 1.58.1 (# 6629)
      > fa6d9ab cherry-pick 6610 and 6620 (# 6627)
      > 467fbf2 Change version to 1.58.1-dev (# 6580)
      > c2b0797 Change version to 1.58.0 (# 6579)
      > 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607)
      > 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606)
      > e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591)
      > 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563)
      > 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566)
      > 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571)
      > d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567)
      > fe1519e client: fix ClientStream.Header() behavior (# 6557)
      > 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554)
      > 7f66074 vet.sh: fix interface{} check for macos (# 6561)
      > b07bf5d cdsbalancer: test cleanup part 1/N (# 6546)
      > 33f9fa2 test: speed up two tests (# 6558)
      > aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517)
      > e5d8eac test: improve and speed up channelz keepalive test (# 6556)
      > ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555)
      > 7d3996f grpctest: use an interface instead of reflection (# 6553)
      > cc705fe interop: regenerate pb.gos (# 6551)
      > 3e92504 status: optimize GRPCStatus() calls (# 6539)
      > 402ba09 pick_first: de-experiment pick first (# 6549)
      > 2821d7f resolver: remove outdated Target examples (# 6547)
      > 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537)
      > fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544)
      > e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538)
      > dbbc983 balancer/leastrequest: Add least request balancer (# 6510)
      > a010079 *: remove references to old versions of go (# 6545)
      > 03d32b9 orca: update example and interop to use StateListener (# 6529)
      > c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543)
      > 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512)
      > f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248)
      > bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523)
      > 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533)
      > 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532)
      > ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528)
      > 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525)
      > 182b0ad interop/grpc_testing: regenerate protos (# 6534)
      > e274152 rls: fix flaky test introduced by # 6514 (# 6535)
      > 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530)
      > 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522)
      > 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531)
      > 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526)
      > 8f51ca8 tests: stop using UpdateSubConnState (# 6527)
      > cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519)
      > ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521)
      > dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518)
      > 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520)
      > 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514)
      > 92b481a test: allow set request/response size in interop soak test (# 6513)
      > 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516)
      > 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437)
      > 4832deb test: clean up deadlines set in tests (# 6506)
      > 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509)
      > e9a4e94 base: update base balancer for new APIs (# 6503)
      > 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505)
      > 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502)
      > d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495)
      > 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493)
      > 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501)
      > 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500)
      > 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497)
      > ecc5645 clusterresolver: fix a flaky test (# 6499)
      > b9356e3 client: fix race between connection error and subconn shutdown (# 6494)
      > 2db7b17 test/xds: increase default test timeout (# 6498)
      > 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463)
      > 0246373 testutils: remove TestSubConns for future extensibility (# 6492)
      > c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481)
      > 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471)
      > 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484)
      > b8d36ca pickfirst: add prefix logging (# 6482)
      > 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470)
      > 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477)
      > 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461)
      > d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446)
      > f1fc2ca clientconn: add channel ID to some idleness logs (# 6459)
      > 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309)
      > d524b40 multiple: update dependencies after 1.57 branch cut (# 6452)
      > 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422)
      > 02946a3 resolver: remove deprecated AddressType (# 6451)
      > 919fe35 Change version to 1.58.0-dev (# 6450)
    
    Signed-off-by: Knative Automation <[email protected]>
    knative-automation committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0cbf005 View commit details
    Browse the repository at this point in the history