diff options
author | Tyler Ball <tball@chef.io> | 2020-09-24 12:47:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 12:47:04 -0700 |
commit | 8fc6f35d35d9ad314f2574dedac268203a70e20a (patch) | |
tree | 2ba75efcb0e7ed99102d8a14870de2ff8b9cc8a8 | |
parent | 8028b4b06486924f5f1e10218b9124ec8edbb809 (diff) | |
parent | 962b057efbfb1d183f3baa54e7e84e1192a12e4e (diff) | |
download | chef-8fc6f35d35d9ad314f2574dedac268203a70e20a.tar.gz |
Merge pull request #10462 from chef/release_prep
Preparing 16.5 hotfix patch to fix Workstation build issue
-rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index be344cbedd..e452e695ca 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ 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 + +* Added missing requires to prevent errors when loading `chef/policy_builder/dynamic`. +* The `homebrew_package` resource will now check for the full and short package names. Both `homebrew_package 'homebrew/core/vim'` and `homebrew_package 'vim'` styles should now work correctly. +* Improved the license acceptance flow to give helpful information if the user passes an invalid value in the environment variable or command line argument. + # What's New in 16.5 ## Performance Improvements @@ -16,7 +22,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: |