summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-26 10:35:20 -0700
committerGitHub <noreply@github.com>2021-07-26 10:35:20 -0700
commit02b7e163b8f81b5cd7538aee2933c767ade22549 (patch)
tree635601f0e417bfd60d45133611a117ff30b5fe11
parent7f8eea5d29d31bb5702dbf5741891c9c81f0165b (diff)
downloadchef-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>
-rw-r--r--RELEASE_NOTES.md16
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.