mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* connect: handle grpc_address as gosockaddr/template string This PR fixes a bug where the consul.grpc_address could not be set using a go-sockaddr/template string. This was inconsistent with how we do accept such strings for consul.address values. * add changelog
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
```release-note:improvement
|
|
connect: Able to accept go-sockaddr address for consul grpc address
|
|
```
|