summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-22 21:01:54 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-23 13:38:58 -0700
commit1114584e712281ae2a842c5dc277c9cbef5ffdb1 (patch)
tree9f7d62e0e71b7e5b021a1c5267d39f2eb4354ddd
parent33a67c2aa6529970cf4d70940035d759cb63e3a1 (diff)
downloadchef-1114584e712281ae2a842c5dc277c9cbef5ffdb1.tar.gz
Document the extra knife fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a9937ce20f..25018b4c35 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -73,6 +73,7 @@ The `windows_security_policy` resource has been refactored to improve idempotenc
- `knife profile` commands will no longer error if an invalid profile was previously set.
- The `-o` flag for `knife cookbook upload` can now be used on Windows systems.
- `knife ssh` now once again accepts legacy DSS host keys although we highly recommend upgrading to a more secure key algorithm if possible.
+- Several changes were made to knife to that may prevent intermittent failures running cookbook commands
## Habitat Package Improvements