summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-03-28 16:15:13 -0700
committerBryan McLellan <btm@getchef.com>2014-03-28 16:15:13 -0700
commit349a0ddab572720bb856afb27112670144c1de05 (patch)
treec13bf90b626a8e1f9151558e1ea372f722a2cceb
parent78c9c5261d07d71a4649286979c2fd4605c69bcf (diff)
downloadchef-349a0ddab572720bb856afb27112670144c1de05.tar.gz
CHEF-3610: Doc file updates
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
-rw-r--r--DOC_CHANGES.md4
-rw-r--r--RELEASE_NOTES.md4
4 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5137b33256..3df10f1853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -62,6 +62,7 @@
* Enable Content-Length validation for Chef::HTTP::Simple and fix issues around it. (CHEF-5041, CHEF-5100)
* Windows MSI Package Provider (CHEF-5087)
* Fix mount resource when device is a relative symlink (CHEF-4957)
+* Increase bootstrap log_level when knife -V -V is set (CHEF-3610)
## Last Release: 11.10.0 (02/06/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index efe2b9cbad..db30750faa 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -35,3 +35,4 @@ Example Contribution:
* **ryotarai**: Add support to the Cron resource for weekday passed as a symbol.
* **thommay **: Made sure that `node.save` doesn't save the run_list when chef is running with override-run-list.
* **Maxime Caumartin**: Fix mount resource when device is a relative symlink.
+* **jessehu**: Increase bootstrap log_level when knife -V -V is set
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index e5f1c2a481..1c1ee28c99 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -26,6 +26,10 @@ To delete all clients including validators:
### -r / --runlist option for chef-client
Option similar to `-o` which sets or changes the run_list of a node permanently.
+### knife bootstrap -V -V
+
+Running ```knife bootstrap -V -V``` will run the initial chef-client with a log level of debug.
+
### OHAI 7 Upgrade
Unless there are major issues, 11.12.0 will include OHAI 7. We already have ohai 7 docs in place. We probably need to add some notes to ohai 6 notes that one should now use the newer version when possible.
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9856ddf660..8636e9f25d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -133,6 +133,10 @@ If you're an advanced user of attribute precedence, you may find some attributes
The weekday attribute now accepts the weekday as a symbol, e.g. :monday or :thursday.
There is a new attribute named ```time``` that takes special cron time values as a symbol, such as :reboot or :monthly.
+#### knife bootstrap log_level
+
+Running ```knife bootstrap -V -V``` will run the initial chef-client with a log level of debug.
+
#### Miscellaneous
* The subversion resource will now mask plaintext passwords in error output.