diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-09-28 12:17:41 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-28 12:17:41 -0700 |
commit | 3d8ca3fb5381aab3f59522ba02bd120c31fe9924 (patch) | |
tree | da3095997258afb9a52236572107d1327735e168 /RELEASE_NOTES.md | |
parent | 4db60acd372bd57bece23d847237a23740c016af (diff) | |
download | chef-3d8ca3fb5381aab3f59522ba02bd120c31fe9924.tar.gz |
Update release notes for 16.5.77
Add the new things since .71
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e452e695ca..6addf6b4b7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,14 @@ 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 +# Whats New in 16.5.77 * 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. +* Resolved errors that occured in cookbooks requiring `addressable/uri` * Improved the license acceptance flow to give helpful information if the user passes an invalid value in the environment variable or command line argument. +* Updated Chef InSpec to 4.23.11 in order to resolve issues running the new `junit2` reporter +* Additional performance improvements to reduce the startup time of the `chef-client` and `knife` commands. +* `knife vault` commands now output proper JSON or YAML when using the `-f json` or `-f yaml` flags # What's New in 16.5 |