From 96536bb961b88d0ea97b07f28f95c81780aef00c Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 1 Sep 2017 15:16:30 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f2864ba22..62c467a21ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ BUG FIXES: another job [GH-3120] * cli: Fix setting of TLSServerName for node API Client. This fixes an issue of contacting nodes that are using TLS [GH-3127] + * client/template: Fix issue in which the template block could cause high load + on Vault when secret lease duration was less than the Vault grace [GH-3153] * driver/docker: Fix issue where potentially incorrect syslog server address is used [GH-3135] * jobspec: Allow distinct_host constraint to have L/RTarget set [GH-3136]