This commit is contained in:
Alex Dadgar
2016-10-31 17:42:40 -07:00
parent fea7e62dc5
commit df3c616d9b

View File

@@ -16,6 +16,11 @@ IMPROVEMENTS:
surface area of RPCs to malicious Nomad Clients [GH-1597]
* core: Scheduler version enforcement disallows different scheduler version
from making decisions simultaneously [GH-1872]
* core: Add `sticky` volumes which inform the scheduler to prefer placing
updated allocations on the same node and to reuse the `local/` and
`alloc/data` directory from previous allocation allowing semi-persistent
data and allow those folders to be synced from a remote node [GH-1654,
GH-1741]
* agent: Add DataDog telemetry sync [GH-1816]
* agent: Allow Consul health checks to use bind address rather than advertise
[GH-1866]