summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-13 14:55:15 -0700
committerTim Smith <tsmith@chef.io>2019-05-13 14:55:15 -0700
commit3287fb0805ee519bf5bf3d52e268518faa3401d6 (patch)
tree5f93633057761ba9c2a90c885f62ea63df2d2754
parenta7397e1c0b7dc0b535aeda7dbbd3c81d24eed2bc (diff)
downloadchef-3287fb0805ee519bf5bf3d52e268518faa3401d6.tar.gz
Formatting fixes to the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a507f2d169..7b78223ccd 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -12,10 +12,10 @@ Chef Client has a new name, but don't worry it's the same Chef Client you've gro
Chef Infra Client requires a EULA to be accepted by users before it can run. Users can accept the EULA in a variety of ways:
-`chef-client --chef-license accept`
-`chef-client --chef-license accept-no-persist`
-`CHEF_LICENSE="accept" chef-client`
-`CHEF_LICENSE="accept-no-persist" chef-client`
+- `chef-client --chef-license accept`
+- `chef-client --chef-license accept-no-persist`
+- `CHEF_LICENSE="accept" chef-client`
+- `CHEF_LICENSE="accept-no-persist" chef-client`
Finally, if users run `chef-client` without any of these options, they will receive an interactive prompt asking for
license acceptance. If the license is accepted, a marker file will be written to the filesystem (unless
@@ -58,6 +58,8 @@ directory '/etc/myapp' do
end
```
+### ed25519 SSH key support
+
Our underlying SSH implementation has been updated to support the new ed25519 SSH key format. This means you'll be able to use `knife bootstrap` and `knife ssh` on hosts that only support this new key format.
### Allow Using --delete-entire-chef-repo in Chef Local Mode