Improvements, not bug fixes! Also spelttting

This commit is contained in:
Michael Schurter 2017-07-06 10:10:06 -07:00
parent 90f6a60f45
commit f19d0c6f6a
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,8 @@ IMPROVEMENTS:
[GH-2610]
* client: Fingerprint all routable addresses on an interface including IPv6
addresses [GH-2536]
* client/artifact: Allow specifying a go-getter mode [GH-2781]
* client/artifact: Support non-Amazon S3-compatible sources [GH-2781]
* 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]
@ -44,8 +46,6 @@ BUG FIXES:
allocation destroy fixing a corner case in which an allocation may be blocked
till destroy [GH-2563]
* client/artifact: Honor netrc [GH-2524]
* client/artifact: Allow specifying a go-gettter mode [GH-2781]
* client/artifact: Support non-Amazon S3-compatible sources [GH-2781]
* client/artifact: Handle tars where file in directory is listed before
directory [GH-2524]
* client/config: Use `cpu_total_compute` whenever it is set [GH-2745]