From d2806f50ec7bb63e2498bf18607af6194fd97951 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 23 Feb 2016 14:27:43 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7953617d1..19ab4d083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ IMPROVEMENTS: * cli: Eval monitor detects zero wait condition [GH-776] * cli: Ability to navigate allocation directories [GH-709, GH-798] * client: Log rotation for all drivers [GH-685, GH-763, GH-819] + * client: Only download artifacts from http, https, and S3 [GH-841] * client: Create a tmp/ directory inside each task directory [GH-757] * client: Store when an allocation was received by the client [GH-821] * client: Heartbeating and saving state resilient under high load [GH-811] @@ -52,6 +53,7 @@ IMPROVEMENTS: * client: Send Node to server when periodic fingerprinters change Node attributes/metadata [GH-749] * client/api: File-system access to allocation directories [GH-669] + * drivers: Validate the "command" field contains a single value [GH-842] * drivers: Interpret Nomad variables in environment variables/args [GH-653] * driver/rkt: Add support for CPU/Memory isolation [GH-610] * driver/rkt: Add support for mounting alloc/task directory [GH-645]