linkerd2/cli/cmd
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
..
testdata Make IPv6 support opt-in (#12576) 2024-05-09 09:09:26 -05:00
alpha.go Remove SMI-Metrics charts and commands (#4843) 2020-08-24 14:35:33 -07:00
authz.go Update authz help text to indicate that it shows all authorizations (#9235) 2022-08-22 15:01:36 -07:00
check.go Introduce a new check for extension namespace configuration (#11629) 2023-11-20 16:27:10 +00:00
check_extensions.go cli: Support running `check` on CLI-only extensions (#10588) 2023-03-29 12:07:36 -07:00
check_extensions_test.go cli: Support running `check` on CLI-only extensions (#10588) 2023-03-29 12:07:36 -07:00
check_test.go Replace usage of io/ioutil package (#9613) 2022-10-13 12:10:58 -05:00
completion.go Add support for server resource aware completion (#6091) 2021-05-18 09:59:59 -04:00
completion_test.go build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#8717) 2022-06-24 10:47:28 -07:00
controller-metrics.go Remove linkerd-viz dependency from linkerd-mutlicluster `gateways` command (#8467) 2022-05-31 13:51:38 -06:00
diagnostics.go feat(cli): Add a 'diagnostics profile' command (#12383) 2024-04-08 08:26:54 -07:00
diagnostics_profile.go feat(cli): Add a 'diagnostics profile' command (#12383) 2024-04-08 08:26:54 -07:00
doc.go Add default values to `proxy-*-connect-timeout` annotations docs (#12155) 2024-03-14 16:17:26 -05:00
endpoints.go Fix `linkerd dg endpoints` to work with IPv6 (#12541) 2024-05-02 14:39:43 -05:00
endpoints_test.go diagnostics endpoints: Support -token (#11993) 2024-01-26 11:02:57 -08:00
identity.go Fix issues with native sidecars (#12453) 2024-04-26 14:38:01 -05:00
inject.go Add support for json output in inject and uninject commands (#12600) 2024-05-21 16:36:53 -07:00
inject_test.go Add support for json output in inject and uninject commands (#12600) 2024-05-21 16:36:53 -07:00
inject_util.go Add support for json output in inject and uninject commands (#12600) 2024-05-21 16:36:53 -07:00
install-cni-plugin.go Introduce trace logging in Control Plane (#11147) 2023-07-26 09:34:24 -05:00
install-cni-plugin_test.go Upgrade to proxy-init:v2.3.0 and linkerd-cni:1.4.0 (#12361) 2024-04-02 11:38:53 -05:00
install.go feat(crds): Update gateway-api to 0.7.1 (#12507) 2024-05-06 13:29:43 -07:00
install_cni_helm_test.go Helm Chart - allow setting revisionHistoryLimit (#12234) 2024-04-25 06:44:03 -05:00
install_helm_test.go Export CRD templates (#12166) 2024-02-27 14:23:06 +00:00
install_test.go Helm Chart - allow setting revisionHistoryLimit (#12234) 2024-04-25 06:44:03 -05:00
main_test.go viz: add render golden tests (#5433) 2021-01-12 11:59:16 +05:30
metrics.go feat(cli): add obfuscate flag for diagnostics proxy-metrics cmd (#7442) 2021-12-10 09:54:36 -08:00
metrics_diagnostics_util.go Fix issues with native sidecars (#12453) 2024-04-26 14:38:01 -05:00
metrics_diagnostics_util_test.go Replace usage of io/ioutil package (#9613) 2022-10-13 12:10:58 -05:00
options.go Add native sidecar support (#11465) 2023-11-22 12:23:24 -05:00
policy.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
profile.go Add json output format support to linkerd profile command (#12611) 2024-05-21 16:37:14 -07:00
profile_test.go Add json output format support to linkerd profile command (#12611) 2024-05-21 16:37:14 -07:00
prune.go Add prune command to linkerd and to extensions (#10303) 2023-02-17 10:44:30 -08:00
range_slice.go Enable mixed configuration of skip-[inbound|outbound]-ports (#3766) 2019-12-20 09:32:13 -05:00
range_slice_test.go Enable mixed configuration of skip-[inbound|outbound]-ports (#3766) 2019-12-20 09:32:13 -05:00
root.go Make `CheckURL` and `DefaultDockerRegistry` vars (#11128) 2023-07-19 09:58:37 -07:00
test_helper.go Enable gocritic linting (#7906) 2022-02-17 22:45:25 +00:00
uninject.go Add support for json output in inject and uninject commands (#12600) 2024-05-21 16:36:53 -07:00
uninject_test.go Add support for json output in inject and uninject commands (#12600) 2024-05-21 16:36:53 -07:00
uninstall.go Upgrade golangci-lint (#7338) 2021-11-23 12:54:47 -07:00
upgrade.go Update `linkerd upgrade` instructions (#10700) 2023-04-10 11:51:57 -07:00
upgrade_test.go Add ability to configure client-go's `QPS` and `Burst` settings (#11644) 2023-11-28 15:25:05 -05:00
version.go Removed `Version` API from the public-api (#6000) 2021-04-16 11:23:55 -05:00