From 4e787a2ade11e3334058939bc4f2ff092c06b7e6 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 18 Oct 2019 11:33:19 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb08a7d66..c7a3095586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## 0.12.12 (Unreleased) + +BUG FIXES: + +* backend/remote: Don't do local validation of whether variables are set prior to submitting, because only the remote system knows the full set of configured stored variables and environment variables that might contribute. This avoids erroneous error messages about unset required variables for remote runs when those variables will be set by stored variables in the remote workspace. [GH-23122] + ## 0.12.11 (October 17, 2019) ENHANCEMENTS: