diff options
author | tyler-ball <tball@chef.io> | 2020-09-24 11:26:42 -0700 |
---|---|---|
committer | tyler-ball <tball@chef.io> | 2020-09-24 11:26:42 -0700 |
commit | 21ae80cbcec686a3240e6f68752b03695c41cd10 (patch) | |
tree | bcbaa7b15f5d27cda633c215df13dc94d4356358 /RELEASE_NOTES.md | |
parent | c62cd7a4806aeeb64cb98dde3a5081567350f4ba (diff) | |
download | chef-21ae80cbcec686a3240e6f68752b03695c41cd10.tar.gz |
Preparing 16.5 hotfix patch to fix Workstation build issue
Signed-off-by: tyler-ball <tball@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index be344cbedd..ed938fe576 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ 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/> for the official Chef release notes. +# Whats New in 16.5.71 + +* Add missing requires to chef/policy_builder/dynamic. +* Check for full name in addition to short name for `homebrew_package` resource. `homebrew_package 'homebrew/core/vim'` and `homebrew_package 'vim'` styles should now both work correctly. + # What's New in 16.5 ## Performance Improvements @@ -16,7 +21,7 @@ We continue to reduce the size of the Chef Infra Client install and optimize the - knife config use-profile [NAME] -> knife config use [NAME] - knife config list-profiles -> knife config list - knife config get -> knife config show - + ## Chef InSpec 4.23.4 Chef InSpec has been updated from 4.22.1 to 4.23.4. This new release includes the following improvements: |