From b55c47896ce14a7b60cd047e579ff8893a482766 Mon Sep 17 00:00:00 2001 From: Lauren Date: Thu, 22 Feb 2024 04:47:05 -0500 Subject: [PATCH 1/2] CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2c969306..40c74d9c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ENHANCEMENTS: BUG FIXES: * core: Sensitive values will now be tracked more accurately in state and plans, preventing unexpected updates with no apparent changes [GH-34567] +* CLI-driven runs were colorizing strings returned as error messages when a policy soft fails. The fix removes this call to colorize in #34473. EXPERIMENTS: From 6e00b767bc4821aa62cc02e6a631334c046c1c14 Mon Sep 17 00:00:00 2001 From: Lauren Date: Thu, 22 Feb 2024 12:35:41 -0500 Subject: [PATCH 2/2] CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c74d9c13..f18d761cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ ENHANCEMENTS: BUG FIXES: * core: Sensitive values will now be tracked more accurately in state and plans, preventing unexpected updates with no apparent changes [GH-34567] -* CLI-driven runs were colorizing strings returned as error messages when a policy soft fails. The fix removes this call to colorize in #34473. +* cloud: Fixed unparsed color codes in policy failure error messages #34473 EXPERIMENTS: