summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-04-05 20:04:55 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-04-05 20:04:55 -0700
commite4c95e2572bf34c28438af814415ca3aea32ca8d (patch)
treecdae1fe47a80b9ac5bb6f636eb08d61c467f2f06
parent2ddf3dd0840c07e89212aaf16a2c8708693964d6 (diff)
downloadchef-lcg/shell-out-path.tar.gz
[ci skip] add note on guard impl changinglcg/shell-out-path
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9a06fbb574..f83eacd9f4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -300,3 +300,7 @@ Since most providers which launch custom user commands use `shell_out_with_syste
will be that those commands that used to be having embedded omnibus paths injected into them no longer will. Generally this will
fix more problems than it solves, but may causes issues for some use cases.
+### Default guard clauses (`not_if`/`only_if`) do not change the PATH or other env vars
+
+The implementation switched to `shell_out_with_systems_locale` to match `execute` resource, etc.
+