diff options
author | Bryan McLellan <btm@getchef.com> | 2014-03-28 16:36:52 -0700 |
---|---|---|
committer | Bryan McLellan <btm@getchef.com> | 2014-03-28 16:36:52 -0700 |
commit | 433d8588d100dd7e99cb7a9eba3d869fe8a4d25b (patch) | |
tree | 463d8c95293b7c40df2b9f76223d6d399cc57eda /RELEASE_NOTES.md | |
parent | 7595c07913139bc28eb360a9be05479f08247285 (diff) | |
download | chef-433d8588d100dd7e99cb7a9eba3d869fe8a4d25b.tar.gz |
CHEF-4203: Add documentation updates
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8636e9f25d..355733af38 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -137,6 +137,10 @@ There is a new attribute named ```time``` that takes special cron time values as Running ```knife bootstrap -V -V``` will run the initial chef-client with a log level of debug. +#### knife cookbook test + +Knife cookbook test now respects [chefignore files](http://docs.opscode.com/essentials_repository.html#chefignore-files), allowing you to exclude unrelated ruby code such as unit tests. + #### Miscellaneous * The subversion resource will now mask plaintext passwords in error output. |