summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-17 23:23:29 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-24 13:29:00 -0400
commita036265fff3781c0945b3411c317eca1cafd64ca (patch)
treec76a1f2c1b6df07f6d39e256c7f32da6f1a60f09 /RELEASE_NOTES.md
parent93747779d9d4717ed3da3a3e0e573fa9199e4f19 (diff)
downloadchef-a036265fff3781c0945b3411c317eca1cafd64ca.tar.gz
Apply suggestions from code review
Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com> Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
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.