diff options
author | Marc A. Paradise <marc.paradise@gmail.com> | 2019-04-30 17:44:48 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2019-05-03 17:30:07 -0400 |
commit | ba50ae6d20ef86ab39b9fa2eee982f929cd70c7e (patch) | |
tree | 56f5d03eef665e65fa6611ee236cc52bb59a9c97 /RELEASE_NOTES.md | |
parent | 58db2c3f47e86d539d21f9365adb135726719e38 (diff) | |
download | chef-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.md | 1 |
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 |