summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjingle <mjingle@users.noreply.github.com>2019-04-17 16:56:11 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-24 13:29:00 -0400
commitd0f5554e6f8153c6f01bef27ad16a88e87dae3d0 (patch)
tree9c498a7dc42dcd988afdabe263f33751ae6879a2
parentfdfb4bbdfe063625218234c44d5d5907a5febb49 (diff)
downloadchef-d0f5554e6f8153c6f01bef27ad16a88e87dae3d0.tar.gz
Apply suggestions from code review
Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index c5904a1063..187f2da9ea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -47,10 +47,10 @@ 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 in core Chef's `knife bootstrap`. This marks the deprecation of the `knife-windows` plugin's `bootstrap` behavior.
-This 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.
+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.
In order to accomodate a combined bootstrap that supports both SSH and WinRM,
-CLI flags have been added/removed/changed. Using the changed options will
+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.