From 44ebb0efc5fa8fb9e7c9697b4c339c120a306db1 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 18 Aug 2017 16:07:19 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e57d32b..63b2963ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: rolling update could remove an unnecessary amount of allocations [GH-3070] * api: Redact Vault.Token from AgentSelf response [GH-2988] * cli: node-status displays node version [GH-3002] + * cli: Disable color output when STDOUT is not a TTY [GH-3057] * client: Unmount task directories when alloc is terminal [GH-3006] * client/template: Allow template to set Vault grace [GH-2947] * client/template: Template emits events explaining why it is blocked [GH-3001]