Mention tls_skip_verify support

This commit is contained in:
Michael Schurter
2017-07-18 09:15:57 -07:00
committed by GitHub
parent 96206f08b2
commit 4967eb2dc7

View File

@@ -28,6 +28,7 @@ IMPROVEMENTS:
* client/template: Support reading env vars from templates [GH-2654]
* config: Support Unix socket addresses for Consul [GH-2622]
* discovery: Advertise driver-specified IP address and port [GH-2709]
* discovery: Support `tls_skip_verify` for Consul HTTPS checks [GH-2467]
* driver/docker: Allow specifying extra hosts [GH-2547]
* driver/docker: Allow setting seccomp profiles [GH-2658]
* driver/docker: Support Docker credential helpers [GH-2651]