linkerd2/controller/api/destination
dependabot[bot] d42432914d
build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#12593)
* build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

I've replaced all the `grpc.Dial` calls with `grpc.NewClient`. There was one call `grpc.DialContext(ctx,...)` in `viz/tap/api/grpc_server.go` that also got replaced with `grpc.NewClient`, which loses the ability to pass `ctxt` but that doesn't matter; as we're not using `WithBlock(true)` that context wasn't being accounted for when we were using `DialContext()` anyways.

https://github.com/grpc/grpc-go/blob/v1.64.0/clientconn.go#L216-L242

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Pedraza <alejandro@buoyant.io>
2024-05-22 14:40:04 -05:00
..
external-workload chore: fix function name in comment (#12396) 2024-04-10 15:46:45 +01:00
watcher Refactor ES addition logic in Destination (#12625) 2024-05-22 09:12:19 -05:00
client.go build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#12593) 2024-05-22 14:40:04 -05:00
dedup_profile_listener.go destination: Avoid sending spurious profile updates (#10517) 2023-03-13 13:36:18 -07:00
default_profile_listener.go destination: Avoid sending spurious profile updates (#10517) 2023-03-13 13:36:18 -07:00
destination_fuzzer.go Add queuing to profile translator (#11546) 2023-11-09 07:32:30 -05:00
endpoint_profile_translator.go feat(destination): Add meshed HTTP/2 keep-alive settings (#12504) 2024-04-30 19:35:30 +00:00
endpoint_profile_translator_test.go Fix flakey Handles_overflow test (#12555) 2024-05-07 13:06:58 -07:00
endpoint_translator.go Add IPv6 support for the destination controller (#12428) 2024-05-02 14:39:05 -05:00
endpoint_translator_test.go Add IPv6 support for the destination controller (#12428) 2024-05-02 14:39:05 -05:00
fallback_profile_listener.go destination: Avoid sending spurious profile updates (#10517) 2023-03-13 13:36:18 -07:00
fallback_profile_listener_test.go destination: Avoid sending spurious profile updates (#10517) 2023-03-13 13:36:18 -07:00
opaque_ports_adaptor.go destination: Avoid sending spurious profile updates (#10517) 2023-03-13 13:36:18 -07:00
profile_translator.go Add queuing to profile translator (#11546) 2023-11-09 07:32:30 -05:00
profile_translator_test.go Add queuing to profile translator (#11546) 2023-11-09 07:32:30 -05:00
server.go chore(controller): Remove stream concurrency limits (#12598) 2024-05-15 18:07:15 +01:00
server_ipv6_test.go Add IPv6 support for the destination controller (#12428) 2024-05-02 14:39:05 -05:00
server_test.go Add IPv6 support for the destination controller (#12428) 2024-05-02 14:39:05 -05:00
test_util.go Add IPv6 support for the destination controller (#12428) 2024-05-02 14:39:05 -05:00