summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-14 16:51:52 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-14 16:51:52 -0800
commit0802fb3626f99f72840a1eb257980d5946b53ad0 (patch)
treee1eaba3d898cae085e4bc9bf3d662497b14a66e2
parent9bfeda95ec30290c22a0baa5b15924c4cb9d156a (diff)
downloadchef-0802fb3626f99f72840a1eb257980d5946b53ad0.tar.gz
Add remaining items
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fc64317af3..da09db65a3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,7 +6,7 @@ This file holds "in progress" release notes for the current release under develo
Chef Infra Client now includes a new `chef-utils` gem, which ships with a large number of helpers to make writing cookbooks easier. Many of these helpers existed previously in the chef-sugar gem. We've renamed many of the named for consistency, while providing backwards compatibility with existing chef-sugar names. Existing cookbooks written with chef-sugar should work unmodified with any of these new helpers. Expect a Cookstyle rule in the near future to help you update existing chef-sugar code to use the newer built-in helpers.
-MORE HELPER STUFF HERE
+For more information all all of the new helpers available see the [chef-utils readme](https://github.com/chef/chef/blob/master/chef-utils/README.md)
## Chefignore Improvements
@@ -16,6 +16,10 @@ We've reworked how chefignore files are handled in knife, which has allowed us t
Official Habitat packages of Chef Infra Client are now available for Windows. It has all the executables of the traditional omnibus packages, but in Habitat form. You can find it in the Habitat Builder under [chef/chef-infra-client](https://bldr.habitat.sh/#/pkgs/chef/chef-infra-client/latest/windows).
+## Performance Improvements
+
+This release of Chef Infra Client ships with several optimizations to our Ruby installation that improve the performance of the chef-client and knife commands, especially on Windows systems. Expect to see more here in future releases.
+
## Chef InSpec 4.18.38
Chef InSpec has been updated from 4.17.17 to 4.18.38. This release includes a large number of bug fixes in additition to some great resource enhancements: