diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-11-15 08:52:30 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-11-15 08:52:30 -0800 |
commit | 06c5d0c3bfe1de8e26d1763b79995530ccb789aa (patch) | |
tree | 6d13519a8ab48e18af8c1818ca083d546584a7fd | |
parent | 3f917f5c0b8c06c395501b997b088495a3f5d8c6 (diff) | |
download | chef-06c5d0c3bfe1de8e26d1763b79995530ccb789aa.tar.gz |
Add formatting to knife
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 22ca706b4f..47cbf783a4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,7 +10,7 @@ For more information all all of the new helpers available, see the [chef-utils r ## Chefignore Improvements -We've reworked how chefignore files are handled in knife, which has allowed us to close out a large number of long outstanding bugs. knife will now traverse all the way up the directory structure looking for a chefignore file. This means you can place a chefignore file in each cookkbook or any parent directory in your repository structure. Additionally, we have made fixes that ensure that commmands like `knife diff` and `knife cookbook upload` always honor your chefignore files. +We've reworked how chefignore files are handled in `knife`, which has allowed us to close out a large number of long outstanding bugs. `knife` will now traverse all the way up the directory structure looking for a chefignore file. This means you can place a chefignore file in each cookkbook or any parent directory in your repository structure. Additionally, we have made fixes that ensure that commmands like `knife diff` and `knife cookbook upload` always honor your chefignore files. ## Windows Habitat Plan @@ -379,7 +379,7 @@ This release includes critical bugfixes for the 15.0 release: This release includes critical bugfixes for the 15.0 release: - Allow accepting the license on non-interactive Windows sessions - Resolve license acceptance failures on Windows 2012 R2 - - Improve some knife and chef-client help text + - Improve some `knife` and `chef-client` help text - Properly handle session_timeout default value in `knife bootstrap` - Avoid failures due to Train::Transports::SSHFailed class not being loaded in `knife bootstrap` - Resolve failures using the ca_trust_file option with `knife bootstrap` |