From 217470b8c87089b44fa43bcb94cc800fc3ba2899 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 1 Dec 2023 13:55:09 -0500 Subject: [PATCH] docs: changelog entry for bugfix introduced in #18754 (#19275) 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 000000000000..50b19082fc98 --- /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 +```