From 1b719eef68a0f038d4313423ebd8b39ecf5bbabf Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 11 Jan 2022 11:54:12 -0500 Subject: [PATCH] docs: improve changelog for PR #11783 (#11818) --- .changelog/11783.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/11783.txt b/.changelog/11783.txt index 285821e11..bee5f76be 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. ```