From 6aacea7daee884bb2523fbc49861ef8fc5329f2b Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 11 Jan 2022 11:31:09 -0500 Subject: [PATCH] docs: improve changelog for PR #11783 --- .changelog/11783.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/11783.txt b/.changelog/11783.txt index 285821e112..bee5f76bea 100644 --- a/.changelog/11783.txt +++ b/.changelog/11783.txt @@ -1,3 +1,3 @@ ```release-note:bug -template: Fixed a bug where templates did not receive updated vault token if `change_mode = "noop"` was set +template: Fixed a bug where templates did not receive an updated vault token if `change_mode = "noop"` was set in the job definition's `vault` stanza. ```