diff options
author | Tim Smith <tsmith@chef.io> | 2020-01-23 12:48:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 12:48:11 -0800 |
commit | 4d9fadf6f9c8fc0b441579c31f60f71f09feae74 (patch) | |
tree | 04f979bffafbdbcd58faebf1a1181030ee0c67c4 | |
parent | 6ccabcf715d94d8f66535c08610fb6da92932972 (diff) | |
download | chef-4d9fadf6f9c8fc0b441579c31f60f71f09feae74.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2ac019b8e7..0577e53336 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -59,7 +59,7 @@ Returns `true` if the system is a Windows Server Core edition. - `knife upload` and `knife cookbook upload` will now generate a metadata.json file from metadata.rb when uploading a cookbook to the Chef Infra Server. - A bug in `knife bootstrap` behavior that caused failures when bootstrapping Windows hosts from non-Windows hosts and vice versa has been resolved. -- The existing system path is now preserved when bootstrapping Windows nodes. Thanks for this fix [@Xorima](https://github.com/Xorima/). +- The existing system path is now preserved when bootstrapping Windows nodes. Thanks for this fix, [@Xorima](https://github.com/Xorima/). - Ohai now properly returns the drive name on Windows and includes new drive_type fields to allow you to determine the type of attached disk. Thanks for this improvement [@sshock](https://github.com/sshock/). - Ohai has been updated to properly return DMI data to Chef Infra Client. Thanks for troubleshooting this, [@zmscwx](https://github.com/zmscwx) and [@Sliim](https://github.com/Sliim). |