summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2019-04-30 17:44:48 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-05-03 17:30:07 -0400
commitba50ae6d20ef86ab39b9fa2eee982f929cd70c7e (patch)
tree56f5d03eef665e65fa6611ee236cc52bb59a9c97 /RELEASE_NOTES.md
parent58db2c3f47e86d539d21f9365adb135726719e38 (diff)
downloadchef-ba50ae6d20ef86ab39b9fa2eee982f929cd70c7e.tar.gz
Restore bootstrap pre-release support
It was originally removed after discussion in community slack, but it turns out to have a little more utility than we thought. When enabled, it will cause the package to be downloaded from the `current` channel. Option description has been updated from 'install prerelease gem' to 'install from current channel'. This commit otherwise restores the original behavior and adds some tests. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b0913a2a2f..ff598126af 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -131,7 +131,6 @@ 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|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