summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-27 21:12:23 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-27 21:12:23 -0800
commit787b7ae18dbf867660847fb7ce8aa7227c5835a4 (patch)
treeaa89afd2de7fc6bc88f918820b85f6491164fefe /RELEASE_NOTES.md
parent91eff901bdad40f91dc5592d76fba7c927f2c03c (diff)
downloadchef-787b7ae18dbf867660847fb7ce8aa7227c5835a4.tar.gz
Update rel notes, doc changes, and changelog for windows service changes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4d92eee671..4d0a6cc7ef 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -145,3 +145,9 @@ There is no support for validatorless bootstraps when the node object has been p
of the process any old node or client will be deleted when doing validatorless bootstraps. The old process with the validation
key still works for this use case. The setting of the run_list, environment and json attributes first via knife bootstrap
should mitigate some of the need to precreate the node object by hand first.
+
+
+## Windows service now has a configurable timeout
+
+You can now set the amount of time a chef-client run is allowed when running the provided windows service. This can be configured by
+setting `windows_service.watchdog_timeout` in your `client.rb` to the number of seconds desired. The default value is 2 hours.