summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-13 20:16:36 -0700
committerTim Smith <tsmith@chef.io>2019-05-13 20:16:36 -0700
commit0a9c4578f694a744d48ad7e6c0bdb1032df090cd (patch)
tree1940a2f57adf30d8f73f2ec519de2fdf6902a95e
parentb05c5f723750989d8f32389bd2a588c4023594b2 (diff)
downloadchef-0a9c4578f694a744d48ad7e6c0bdb1032df090cd.tar.gz
Update release notes for final release of Chef 15
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 73fb18c4d7..5cffe4e9a0 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,8 +1,6 @@
This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes.
-# UNRELEASED (Chef 15)
-
-Chef 15 release notes will be added here as development progresses.
+# Chef Infra Client 15
## Chef Client is now Chef Infra Client
@@ -17,9 +15,9 @@ Chef Infra Client requires a EULA to be accepted by users before it can run. Use
- `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
-`accept-no-persist` is specified). Once this marker file is persisted, users no longer need to set any of these flags.
+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 `accept-no-persist` is specified). Once this marker file is persisted, users no longer need to set any of these flags.
+
+See our [FAQ]("https://www.chef.io/bmc-faq/") for more information on the EULA and license acceptance.
## New Features / Functionality
@@ -348,7 +346,7 @@ The legacy ``require_recipe`` method in recipes has been removed. This method wa
### Legacy shell_out methods removed
-In Chef 14 many of the more obscure ``shell_out`` methods used in LWRPs and custom resources were combined into the standard ``shell_out`` and ``shell_out!`` methods. The legacy methods were infrequently and Chef 14/Foodcritic both contained deprecation warnings for these methods. The following methods will now throw an error: ``shell_out_compact``, ``shell_out_compact!``, ``shell_out_compact_timeout``, ``shell_out_compact_timeout!``, ``shell_out_with_systems_locale``, ``shell_out_with_systems_locale!``,
+In Chef 14 many of the more obscure ``shell_out`` methods used in LWRPs and custom resources were combined into the standard ``shell_out`` and ``shell_out!`` methods. The legacy methods were infrequently used and Chef 14/Foodcritic both contained deprecation warnings for these methods. The following methods will now throw an error: ``shell_out_compact``, ``shell_out_compact!``, ``shell_out_compact_timeout``, ``shell_out_compact_timeout!``, ``shell_out_with_systems_locale``, ``shell_out_with_systems_locale!``,
### knife bootstrap --identity_file removal