diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-13 10:05:31 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-13 10:05:31 -0700 |
commit | cef2c49e5f9162dc5387a866be38fc9f5bd096a4 (patch) | |
tree | 33445969dd77cc0bb851dea95abce580577e9c54 | |
parent | 77411918cc9fb00aadba840095362b3df0b13bb8 (diff) | |
download | chef-cef2c49e5f9162dc5387a866be38fc9f5bd096a4.tar.gz |
Release note updates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2522a5ab39..0e4e3eaf4e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -164,13 +164,11 @@ The LC_ALL property in the locale resource has been deprecated as the usage of t ### Knife Bootstrap -Knife bootstrap has been updated, and Windows bootstrap has been merged into core Chef's `knife bootstrap`. This marks the deprecation of the `knife-windows` plugin's `bootstrap` behavior. This change also addresses [CVE-2015-8559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8559): The `knife bootstrap` command in chef leaks the validator.pem private RSA key to /var/log/messages. +Knife bootstrap has been entirely rewritten with native support for Windows bootstrapping now part of the main `knife bootstrap` command. This marks the deprecation of the `knife-windows` plugin's `bootstrap` behavior. This change also addresses [CVE-2015-8559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8559): The `knife bootstrap` command in chef leaks the validator.pem private RSA key to /var/log/messages. -*Important*: `knife bootstrap` works with all supported versions of Chef client. Older versions may continue to work as far back as 12.20 +*Important*: `knife bootstrap` can bootstrap all supported versions of Chef Infra Client. Older versions may continue to work as far back as 12.20. -In order to accomodate a combined bootstrap that supports both SSH and WinRM, CLI flags have been added, removed, or changed. Using the changed options will result in deprecation warnings, but `knife bootstrap` will accept those options unless otherwise noted. - -Using removed options will cause the command to fail. +In order to accomodate a combined bootstrap that supports both SSH and WinRM, some CLI flags have been added, removed, or changed. Using the changed options will result in deprecation warnings, but `knife bootstrap` will accept those options unless otherwise noted. Using removed options will cause the command to fail. #### New Flags |