From 3d8ca3fb5381aab3f59522ba02bd120c31fe9924 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 28 Sep 2020 12:17:41 -0700 Subject: Update release notes for 16.5.77 Add the new things since .71 Signed-off-by: Tim Smith --- RELEASE_NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.1 From 22fb24d4c4ee329ea81d1f5b0344b64cdda11ec2 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 28 Sep 2020 12:31:25 -0700 Subject: Update RELEASE_NOTES.md Signed-off-by: Tim Smith Co-authored-by: Ian Maddaus --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6addf6b4b7..1a6257dcb0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ This file holds "in progress" release notes for the current release under develo * 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 +* `knife vault` commands now output proper JSON or YAML when using the `-f json` or `-f yaml` flags. # What's New in 16.5 -- cgit v1.2.1 From 501dc16d189d196d31df82bafe9aa29aff9d4f1a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 28 Sep 2020 12:31:34 -0700 Subject: Update RELEASE_NOTES.md Signed-off-by: Tim Smith Co-authored-by: Ian Maddaus --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1a6257dcb0..37b47a5c2a 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 * 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 +* 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. -- cgit v1.2.1 From 5c58b73076ca15281322058d86d0869e68d07c1d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 28 Sep 2020 12:31:42 -0700 Subject: Update RELEASE_NOTES.md Signed-off-by: Tim Smith Co-authored-by: Ian Maddaus --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 37b47a5c2a..bf5a0a7138 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ This file holds "in progress" release notes for the current release under develo * 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` +* 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. -- cgit v1.2.1