changelog

This commit is contained in:
Alex Dadgar 2016-03-10 16:21:24 -08:00
parent 3a075893e7
commit c9b7a559a3
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ BUG FIXES:
* api: Guard client/fs/ APIs from being accessed on a non-client node [GH-890] * api: Guard client/fs/ APIs from being accessed on a non-client node [GH-890]
* client: Allow dashes in variable names during interprelation [GH-857] * client: Allow dashes in variable names during interprelation [GH-857]
* client: Updating kill timeout adheres to operator specified maximum value [GH-878] * client: Updating kill timeout adheres to operator specified maximum value [GH-878]
* client: Fix a case in which clients would pull but not run allocations
[GH-906]
* consul: Remove concurrent map access [GH-874] * consul: Remove concurrent map access [GH-874]
* driver/exec: Stopping tasks with more than one pid in a cgroup [GH-855] * driver/exec: Stopping tasks with more than one pid in a cgroup [GH-855]
* executor/linux: Add /run/resolvconf/ to chroot so DNS works [GH-905] * executor/linux: Add /run/resolvconf/ to chroot so DNS works [GH-905]