summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-08-26 15:47:46 -0700
committerSerdar Sutay <serdar@opscode.com>2014-08-26 15:47:46 -0700
commit0a9096649287245d12b06ad58168ab4630733a64 (patch)
treeeddbd0f470d4146db358b90699c68d5f4b14bf90
parent9e9b5caf33179b7bb4060541064f2ff0ba98ca9f (diff)
downloadchef-0a9096649287245d12b06ad58168ab4630733a64.tar.gz
Update CHANGELOG and RELEASE_NOTES with bootstrap changes.
-rw-r--r--CHANGELOG.md3
-rw-r--r--RELEASE_NOTES.md8
2 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eabdfbdff4..ca8cff3958 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -106,6 +106,9 @@
* ChefSpec can find freebsd_package resource correctly when a package resource is declared on Freebsd.
* Autodetect/decrypt encrypted data bag items with data_bag_item dsl method. (Issue 1837, Issue 1849)
* windows_user: look up username instead of resource name (Issue #1705)
+* Remove the unused bootstrap templates that install chef from rubygems
+* Remove the Chef 10 functionality from bootstrap.
+* Deprecate --distro / --template_file options in favor of --boostrap-template
## Last Release: 11.14.2
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0e207f315b..d67a1b9a04 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,13 @@
# Chef Client Release Notes 12.0.0:
+## Boostrap Changes
+
+Chef Client 12 introduces a set of changes to `knife bootstrap`. Here is the list of changes:
+
+* 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.
+
+
## Solaris Mount Provider
The Solaris provider now supports specifying the fsck_device attribute (which defaults to '-' for backwards compat).