summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-05 14:03:51 -0800
committerGitHub <noreply@github.com>2021-01-05 14:03:51 -0800
commit5d3157a45f4131be513140bff112752715e54365 (patch)
treefde53f5a351e1248f9a2a3505b8c91b60c8ffb73
parentb9e1e72f9b412df7564fa0925f7dc03e8a3dc8f0 (diff)
downloadchef-5d3157a45f4131be513140bff112752715e54365.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 f51879fd11..272b00ca51 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,7 +4,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 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 status` command with the `-F json` flag no longer fails if cloud nodes have no public IP