summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-29 13:05:16 -0800
committerGitHub <noreply@github.com>2019-01-29 13:05:16 -0800
commitebc3557fbbb6f944f8e21d5945789814cfaa36ed (patch)
tree28f8a8406f0965c57ebe5e8dc0a949c1bbc27e4f
parentc60f64851e16b7bea69a3c42564967fc5ed3f55b (diff)
parent1a42b90f1f373f1a1ff3cfc8d1d17b6675a0e77c (diff)
downloadchef-ebc3557fbbb6f944f8e21d5945789814cfaa36ed.tar.gz
Merge pull request #8188 from chef/14.10_notes
Add 14.10 release notes
-rw-r--r--RELEASE_NOTES.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ba7e33f782..cfa611903a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,39 @@
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.
+# Chef Client Release Notes 14.10:
+
+## Updated Resources
+
+### windows_certificate
+
+The windows_certificate resource is now fully idempotent and properly imports private keys. Thanks [@Xorima](https://github.com/Xorima) for reporting these issues.
+
+### apt_repository
+
+The apt_repository resource no longer creates .gpg directory in the user's home directory owned by root when installing repository keys.
+
+### git
+
+The git resource no longer displays the URL of the repository if the `sensitive` property is set.
+
+## InSpec 3.3.14
+
+InSpec has been updated from 3.2.6 to 3.3.14. This new release adds `aws_billing_report` / `aws_billing_reports` resources and resolves multiple bugs.
+
+## New Deprecations
+
+### knife cookbook site
+
+Since Chef 13, `knife cookbook site` has actually called the `knife supermarket` command under the hood. In Chef 16 (April 2020), we will remove the `knife cookbook site` command in favor of `knife supermarket`.
+
+### Audit Mode
+
+Chef's Audit mode was introduced in 2015 as a beta that needed to be enabled via client.rb. Its functionality has been superceded by InSpec and we will be removing this beta feature in Chef 15 (April 2019).
+
+### Cookbook Shadowing
+
+Cookbook shadowing was deprecated in 0.10 and will be removed in Chef 15 (April 2019). Cookbook shadowing allowed combining cookbooks within a mono-repo, so long as the cookbooks in question had the same name and were present in both the cookbooks directory and the site-cookbooks directory.
+
# Chef Client Release Notes 14.9:
## Updated Resources