From 9d1c7ba3c838da9f21cfc9e65ffa4245fe8a95cd Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 1 Dec 2016 11:16:55 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b61b8f8..193d1fba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ BUG FIXES: * agent/config: Fix use of IPv6 addresses [GH-2036] * cli: Improve parsing error when a job without a name is specified [GH-2030] * client: Fix race on StreamFramer Destroy which would cause a panic [GH-2007] + * client/vault: Fix issue in which deriving a Vault token would fail with + allocation does not exist due to stale queries [GH-2050] * driver/docker: Make container exist errors non-retriable by task runner [GH-2033] * driver/rkt: Fix validation of rkt volumes [GH-2027]