## Version 1.15 (Apr 7 2016 Lucas Käldström ) - No code changes since 1.14 - Built in a dockerized env instead of using go on host to make it more reliable. `1.15` was built with `go1.6` - Made it possible to compile this image for multiple architectures, so the main naming of this image is now `gcr.io/google_containers/kube2sky-arch:tag`. `arch` may be one of `amd64`, `arm`, `arm64` or `ppc64le`. `gcr.io/google_containers/kube2sky:tag` is still pushed for backward compability ## Version 1.14 (Mar 4 2016 Abhishek Shah ) - If Endpoint has hostnames-map annotation (endpoints.net.beta.kubernetes.io/hostnames-map), the hostnames supplied via the annotation will be used to generate A Records for Headless Service. ## Version 1.13 (Mar 1 2016 Prashanth.B ) - Synchronously wait for the Kubernetes service at startup. - Add a SIGTERM/SIGINT handler. ## Version 1.12 (Dec 15 2015 Abhishek Shah ) - Gave pods their own cache store. (034ecbd) - Allow pods to have dns. (717660a) ## Version 1.10 (Jun 19 2015 Tim Hockin ) - Fall back on service account tokens if no other auth is specified. ## Version 1.9 (May 28 2015 Abhishek Shah ) - Add SRV support. ## Version 1.8 (May 28 2015 Vishnu Kannan ) - Avoid making connections to the master insecure by default - Let users override the master URL in kubeconfig via a flag ## Version 1.7 (May 25 2015 Vishnu Kannan ) - Adding support for headless services. All pods backing a headless service is addressible via DNS RR. ## Version 1.4 (Fri May 15 2015 Tim Hockin ) - First Changelog entry