summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-30 08:29:37 -0700
committerClaire McQuin <claire@getchef.com>2014-10-01 14:31:05 -0700
commit9001bbc2d6ff694ddb31fd8b437b4e28367db839 (patch)
treec38469cb4178467a0b783aef57be25ff3f31c8d7 /RELEASE_NOTES.md
parente1da39b1a278f6baea3795a282dc565315a72c34 (diff)
downloadchef-9001bbc2d6ff694ddb31fd8b437b4e28367db839.tar.gz
Update for removed unforked interval client runs.
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 12e0351623..e9ce2d93a1 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -271,3 +271,8 @@ config setting and always set to VERIFY_NONE.
by the given Hash. This works analogously to the partial_search method from the [partial_search cookbook](https://supermarket.getchef.com/cookbooks/partial_search),
with `:filter_result` replacing `:keys`. You can also filter `knife search` results by supplying the `--filter-result`
or `-f` option and a comma-separated string representation of the filter hash.
+
+## Unforked chef-client interval runs are disabled.
+We no longer allow unforked interval runs of `chef-client`. CLI arguments with flag combinations `--interval SEC --no-fork` or
+`--daemonize --no-fork` will fail immediately. You can supply the `--once` flag so that chef-client will execute once
+in the current process and exit.