Changelog

This commit is contained in:
Alex Dadgar
2017-07-19 10:09:11 -07:00
parent 62a9abcc7d
commit 5dd3f3fa6d

View File

@@ -9,8 +9,6 @@ IMPROVEMENTS:
[GH-2621, GH-2634, GH-2799]
* core: Back-pressure when evaluations are nacked and ensure scheduling
progress on evaluation failures [GH-2555]
* core/networking: Shrink dynamic port range to not overlap with majority of
operating system's ephemeral port ranges to avoid port conflicts [GH-2856]
* agent/config: Late binding to IP addresses using go-sockaddr/template syntax
[GH-2399]
* api: Add `verify_https_client` to require certificates from HTTP clients
@@ -41,6 +39,9 @@ IMPROVEMENTS:
[GH-2535]
* driver/rkt: Support `no_overlay` [GH-2702]
* driver/rkt: Support `insecure_options` list [GH-2695]
* server: Allow tuning of node heartbeat TTLs [GH-2859]
* server/networking: Shrink dynamic port range to not overlap with majority of
operating system's ephemeral port ranges to avoid port conflicts [GH-2856]
BUG FIXES:
* core: Protect against nil job in new allocation, avoiding panic [GH-2592]