summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-02-26 16:05:26 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-02-28 11:19:49 -0800
commit8f2cdc75307dfba5d3867d0794dc6085795dc36f (patch)
tree94a1be6ab8507ba7a0e701b805e2d8539ec27c92 /RELEASE_NOTES.md
parent80547d21f52630d65a321975a6b9d19d9f2f49f4 (diff)
downloadchef-8f2cdc75307dfba5d3867d0794dc6085795dc36f.tar.gz
Chef-13: relative creates paths in the execute resource requires a cwd
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6dd5c6edc5..374396ae9a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -32,3 +32,8 @@ In order to for community cookbooks to behave consistently across all users this
The remediation is to set the manage_home and non_unique properties directly.
+### Using relative paths in the `creates` property of an execute resource with specifying a `cwd` is now a hard error
+
+Without a declared cwd the relative path was (most likely?) relative to wherever chef-client happened to be invoked which is
+not deterministic or easy to intuit behavior.
+