diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-08-28 13:50:53 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-08-28 13:50:53 -0700 |
commit | 753e7162f6fb2e45cd6082c3b58ebc41cd1c01a0 (patch) | |
tree | cb28eeb05a516db72c1254dd529f1bcfd33a45bc /RELEASE_NOTES.md | |
parent | e9265e37c18fccc452273c705521640df5124cf8 (diff) | |
download | chef-753e7162f6fb2e45cd6082c3b58ebc41cd1c01a0.tar.gz |
CHANGELOG info for the new bootstrap CLI options.
Diffstat (limited to 'RELEASE_NOTES.md')
-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 d67a1b9a04..33e405d273 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ Chef Client 12 introduces a set of changes to `knife bootstrap`. Here is the lis * Unused / untested bootstrap templates that install Chef Client from rubygems are removed. The recommended installation path for Chef Client is to use the omnibus packages. `chef-full` template (which is the default) installs Chef Client using omnibus packages on all the supported platforms. * `--distro` & `--template-file` options are deprecated in Chef 12 in favor of `--boostrap-template` option. This option can take a boostrap template name (e.g. 'chef-full') or the full path to a bootstrap template. - +* Chef now configures `:ssl_verify_mode` & `:verify_api_cert` config options on the node that is being bootstrapped. This setting can be controlled by `:node_ssl_verify_mode` & `:node_verify_api_cert` CLI options. If these are not specified the configured value will be inferred from knife config. ## Solaris Mount Provider |