diff options
author | Tim Smith <tsmith@chef.io> | 2021-03-26 13:17:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 13:17:46 -0700 |
commit | 3e0d4b17b6ec3c7b39033ddfee2cdb75c156f128 (patch) | |
tree | b15b326607221007ebc33521ec17eca27e80b282 /RELEASE_NOTES.md | |
parent | a6f3587599aec4018c065e11785ed1f9042e0da4 (diff) | |
download | chef-3e0d4b17b6ec3c7b39033ddfee2cdb75c156f128.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b9614d5ddf..441c21a4f3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1523,7 +1523,7 @@ Chef InSpec has been updated from 4.24.8 to 4.29.3 #### New Features -- The JSON metadata pass-through configuration has been moved from the Automate reporter to the JSON Reporter +- The JSON metadata pass-through configuration has been moved from the Automate reporter to the JSON Reporter. - Added the option to filter out empty profiles from reports. - Exposed the `conf_path`, `content`, and `params` properties to the `auditd_conf` resource. - You can now directly refer to settings in the `nginx_conf` resource using the `its` syntax. Thanks [@rgeissert](https://github.com/rgeissert)! |