diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-10 10:11:10 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-16 12:04:01 -0700 |
commit | c4ff3549164763f1a252bfbb224f946ae43abf3c (patch) | |
tree | d08077e148740e5464354d264138b30f21c91b56 | |
parent | d03b3beddef07311aaaed5295f5c820e22b1c1de (diff) | |
download | chef-c4ff3549164763f1a252bfbb224f946ae43abf3c.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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0bdb558192..06a104eb1a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,7 +9,7 @@ We continue to reduce the size of the Chef Infra Client install and optimize the ## CLI Improvements - The client license acceptance logic has been improved to provide helpful error messages when an incorrect value is passed and to accept license values in any text case. -- A new `chef-client` process exit code of 43 has been added to signal that an invalid configuration was specified. Thanks [@NaomiReeves](https://github.com/NaomiReeves) +- A new `chef-client` process exit code of 43 has been added to signal that an invalid configuration was specified. Thanks [@NaomiReeves](https://github.com/NaomiReeves)! - The `knife ssh` command no longer hangs when connecting to Windows nodes over SSH - The `knife config` commands have been renamed to make them shorter and table output has been improved: - knife config get-profile -> knife config use |