diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-17 12:42:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 12:42:47 -0700 |
commit | 1847d923ce6cd9259a577f90eba74f6908787222 (patch) | |
tree | 2c4ccaec766e2525a37ae15eb55ffb0f32a54c75 /RELEASE_NOTES.md | |
parent | 5e1061384311aa78b779fd1815a73e826410ffd5 (diff) | |
download | chef-1847d923ce6cd9259a577f90eba74f6908787222.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 064243ec63..be344cbedd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -16,6 +16,15 @@ 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: + +- A new mechanism marks inputs as sensitive: true and replaces their values with "***". +- Use the --no-diff CLI option to suppress diff output for textual tests. +- Control the order of controls in output, but not execution order, with the --sort_results_by=none|control|file|random CLI option. +- Disable caching of inputs with a cache_inputs: true setting. ## New Resources |