diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-26 10:35:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 10:35:20 -0700 |
commit | 02b7e163b8f81b5cd7538aee2933c767ade22549 (patch) | |
tree | 635601f0e417bfd60d45133611a117ff30b5fe11 /RELEASE_NOTES.md | |
parent | 7f8eea5d29d31bb5702dbf5741891c9c81f0165b (diff) | |
download | chef-02b7e163b8f81b5cd7538aee2933c767ade22549.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 502aeebdb9..34b5cf8f65 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -791,17 +791,17 @@ Chef InSpec has been updated from 4.31.1 to 4.38.9 with the following changes: #### New Features -- Added the new --reporter-include-source CLI option, which includes the source code of the controls in the output of the CLI reporter -- Added ability to pass inputs to InSpec shell using input file and cli -- Added a new mongodb_conf resource -- Fixed the inspec shell to allow loading profiles that have their own dependent profiles -- Updated the inspec init plugin command with the following changes +- Added the new `--reporter-include-source` CLI option, which includes the source code of the controls in the output of the CLI reporter. +- Added ability to pass inputs to InSpec shell using input file and CLI. +- Added a new mongodb_conf resource. +- Fixed the inspec shell to allow loading profiles that have their own dependent profiles. +- Updated the inspec init plugin command with the following changes. - The values of flags passed to the inspec init plugin command are now wrapped in double quotes instead of single quotes. - Template files are now ERB files. - The activator flag replaces the hook flag, which is now an alias. -- Added support for zfs_pool and zfs_dataset resources on Linux -- Improved port resource performance: adding more specific search while using ss command -- The new inspec automate command replaces the inspec compliance command, which is now deprecated +- Added support for zfs_pool and zfs_dataset resources on Linux. +- Improved port resource performance: adding more specific search while using ss command. +- The new inspec automate command replaces the inspec compliance command, which is now deprecated. - Added the selinux resource which includes support for modules and booleans. - Added the pattern input option for DSL and metadata inputs. - Added the members_array property for group & groups resources. |