changelog

This commit is contained in:
Alex Dadgar
2017-08-21 14:12:38 -07:00
parent 2cc3962ec7
commit 06edd3ba6e

View File

@@ -6,6 +6,8 @@ IMPROVEMENTS:
* core: `distinct_property` constraint can set the number of allocations that
are allowed to share a property value [GH-2942]
* core: Lost allocations replaced even if part of failed deployment [GH-2961]
* core: Placing allocation counts towards placement limit fixing issue where
rolling update could remove an unnecessary amount of allocations [GH-3070]
* api: Redact Vault.Token from AgentSelf response [GH-2988]
* client: Unmount task directories when alloc is terminal [GH-3006]
* client/template: Allow template to set Vault grace [GH-2947]