v3.1.0: Use service-name.namespace as ServerName Edit
This release changes how kuberesolver handles the servername. It fixes the issues #23 and #25
Previously pod name used as ServerName but it caused problems to use it with TLS. From now on it will report with service-name.namespace format to gRPC.
This is a re-release to follow major.minor.patch versioning.