From 620cdc643fc77815459e6118d2348809d360b30e Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 1 Dec 2023 13:42:06 -0500 Subject: [PATCH] docs: changelog entry for bugfix introduced in #18754 In #18754 we accidentally fixed a bug that prevented poststop tasks from getting access to Variables. This was fixed in the 1.6.x branch in #19270, at which point we discovered the fix had been done in main already as part of the auth refactor. Add a changelog entry for it. --- .changelog/18754.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/18754.txt diff --git a/.changelog/18754.txt b/.changelog/18754.txt new file mode 100644 index 00000000000..50b19082fc9 --- /dev/null +++ b/.changelog/18754.txt @@ -0,0 +1,3 @@ +```release-note:bug +variables: Fixed a bug where poststop tasks were not allowed access to Variables +```