summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-05 14:03:58 -0800
committerGitHub <noreply@github.com>2021-01-05 14:03:58 -0800
commit68a76095860fbf96e0b6a84ab4ccc7a2cae76841 (patch)
treedf4d978fd151c1b814f32c450870de0ffb0332cc
parent5d3157a45f4131be513140bff112752715e54365 (diff)
downloadchef-68a76095860fbf96e0b6a84ab4ccc7a2cae76841.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 272b00ca51..b0c3f9e4b5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -5,7 +5,7 @@ This file holds "in progress" release notes for the current release under develo
## Knife Improvements
- The `knife bootstrap` command now properly formats the `trusted_certs_dir` configuration value on Windows hosts. Thanks for this fix [@axelrtgs](https://github.com/axelrtgs)!
-- The `knife bootstrap` command now only specifies the ssh option `-o IdentitiesOnly=yes` if keys are present. Thanks for this fix [@drbrain](https://github.com/drbrain)
+- The `knife bootstrap` command now only specifies the ssh option `-o IdentitiesOnly=yes` if keys are present. Thanks for this fix [@drbrain](https://github.com/drbrain)!
- The `knife status` command with the `-F json` flag no longer fails if cloud nodes have no public IP
## Updated Resources