diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-28 12:32:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 12:32:07 -0700 |
commit | 5b644de95c0bf6564dbcedcd99fbded0c09a9be3 (patch) | |
tree | 0f97b8db26b21f9bed73d8a352b5efb074445789 | |
parent | 4db60acd372bd57bece23d847237a23740c016af (diff) | |
parent | 5c58b73076ca15281322058d86d0869e68d07c1d (diff) | |
download | chef-5b644de95c0bf6564dbcedcd99fbded0c09a9be3.tar.gz |
Merge pull request #10469 from chef/more_release_notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-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..bf5a0a7138 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 occurred 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 when 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 |