summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0cb0257525..94caa8bab0 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -97,7 +97,7 @@ Using removed options will cause the command to fail.
|--kerberos-keytab-file| This option existed but was not implemented.|
|--winrm-codepage| This was used under knife-windows because bootstrapping was performed over a `cmd` shell. It is now invoked from `powershell`, so this option is no longer used.|
|--winrm-shell|This option was ignored for bootstrap.|
-|--prerelease|Prerelease Chef hasn't existed for some time.|
+|--prerelease|Chef now releases all development builds to our current channel and does not perform pre-release gem releases.|
|--install-as-service|Installing Chef client as a service is not supported|
#### Usage Changes
@@ -112,13 +112,6 @@ the target hostname with the protocol in URL format. For example:
knife bootstrap winrm://example.com
```
-
-#### Windows Server 2008
-
-The new bootstrap on Windows uses Powershell, and is compatible only in
-versions of Powershell included in Windows Server 2008R2 and later. To bootstrap older/unpatched
-Win2k8 nodes, please continue to use the `knife-bootstrap` plugin.
-
### Audit Mode
Chef's Audit mode was introduced in 2015 as a beta that needed to be enabled via client.rb. Its functionality has been superceded by InSpec and has been removed.