diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-03-17 19:28:06 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-03-17 19:37:56 -0700 |
commit | 82998552c5fcee69f85568710c18666876f26693 (patch) | |
tree | 88c87c01d9c6f05fbdc847cff91fd21c9af2d02d /RELEASE_NOTES.md | |
parent | f0a7061ec4f3e2679e49a2c93168138303a5957a (diff) | |
download | chef-82998552c5fcee69f85568710c18666876f26693.tar.gz |
Fix typo in release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
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 5dd28b8b84..101a656e17 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -72,7 +72,7 @@ Chef InSpec has been updated from 4.26.4 to 4.28.0. - Upgraded openSSL on macOS from 1.0.2 to 1.1.1 in order to support Apple M1 builds. - Resolved an issue that caused the DNF and YUM package helpers to exit with error codes, which would show up in system logs. - Added a new attribute to make the upcoming Compliance Phase an opt-in feature: `node['audit']['compliance_phase']`. This should prevent the Compliance Phase from incorrectly running when using named run_lists or override run_lists. If you're currently testing this new phase, make sure to set this attribute to `true`. -- `chef_client_cron`: the `append_log_file` property now sets up the cron job to use shell redirectio (`>>`) instead of the `-L` flag +- `chef_client_cron`: the `append_log_file` property now sets up the cron job to use shell redirection (`>>`) instead of the `-L` flag ## What's New in 16.10.17 |