diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-13 14:53:27 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-13 14:53:27 -0700 |
commit | a7397e1c0b7dc0b535aeda7dbbd3c81d24eed2bc (patch) | |
tree | 65b68c873a8c14bcb545691093a74ee573843beb | |
parent | 65ae7e886f0e7dac325676071ba4bb5c665abd52 (diff) | |
download | chef-a7397e1c0b7dc0b535aeda7dbbd3c81d24eed2bc.tar.gz |
Update release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 510fc71e08..a507f2d169 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,9 +4,11 @@ This file holds "in progress" release notes for the current release under develo Chef 15 release notes will be added here as development progresses. -## New Features / Functionality +## Chef Client is now Chef Infra Client + +Chef Client has a new name, but don't worry it's the same Chef Client you've grown used to. You'll notice new branding throughout the application, help, and docs but the command line name of chef-client remains the same. -### Chef EULA +## Chef EULA 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: @@ -19,7 +21,7 @@ Finally, if users run `chef-client` without any of these options, they will rece license acceptance. If the license is accepted, a marker file will be written to the filesystem (unless `accept-no-persist` is specified). Once this marker file is persisted, users no longer need to set any of these flags. -### Allow Using --delete-entire-chef-repo in Chef Local Mode +## New Features / Functionality ### Data Collection Ground-Up Refactor @@ -56,9 +58,11 @@ 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 -Chef now supports ed25519 SSH key formats in `knife ssh` as well as `knife bootstrap` commands. +Chef Solo's `--delete-entire-chef-repo` option has been extended to work in Local Mode as well. Be warned that this flag does exactly what it states and when used incorrectly can result in loss of work. ## New Resources |