diff options
author | Claire McQuin <claire@getchef.com> | 2014-09-30 08:29:37 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-10-01 14:31:05 -0700 |
commit | 9001bbc2d6ff694ddb31fd8b437b4e28367db839 (patch) | |
tree | c38469cb4178467a0b783aef57be25ff3f31c8d7 /RELEASE_NOTES.md | |
parent | e1da39b1a278f6baea3795a282dc565315a72c34 (diff) | |
download | chef-9001bbc2d6ff694ddb31fd8b437b4e28367db839.tar.gz |
Update for removed unforked interval client runs.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
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. |