diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-26 10:34:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 10:34:56 -0700 |
commit | 345ec42975ad0c8adfef126d2a054534e654a105 (patch) | |
tree | d22375185a83bbd02ccf677a69ec7d40ddd99436 /RELEASE_NOTES.md | |
parent | ec4f3cfd4664fbd1437816a7242b38d6b526cccc (diff) | |
download | chef-345ec42975ad0c8adfef126d2a054534e654a105.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 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ca1f2a87be..9e27e1380e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -809,19 +809,19 @@ Chef InSpec has been updated from 4.31.1 to 4.38.9 with the following changes: #### Bug Fixes -- Removed the default of 3600 seconds for --command-timeout CLI option -- Fix SSH Timeout PTY allocation -- Changed the Windows local pipe server connection to retry once on EPIPE -- Fixed the postgres_session resource to raise an exception if there is an error in a connection or query -- Fixed the mysql_session resource to raise an exception if there is an error in a connection or query -- Removed support for Chef Compliance Server and Chef Automate 1 from the inspec automate command, as both products are EOL -- inspec detect --no-color returns color-free output -- file resource more_permissive_than matcher returns nil instead of throwing exception when file does not exist +- Removed the default of 3600 seconds for `--command-timeout` CLI option. +- Fix SSH Timeout PTY allocation. +- Changed the Windows local pipe server connection to retry once on EPIPE. +- Fixed the postgres_session resource to raise an exception if there is an error in a connection or query. +- Fixed the mysql_session resource to raise an exception if there is an error in a connection or query. +- Removed support for Chef Compliance Server and Chef Automate 1 from the inspec automate command, as both products are EOL. +- `inspec detect --no-color` returns color-free output. +- file resource more_permissive_than matcher returns nil instead of throwing exception when file does not exist. - The HTTP resource response body is now coerced into UTF-8. - Modified the windows_feature resource to indicate if a feature is enabled rather than just available. - Fixed an error when using profile dependencies and require_controls. - Fixed the windows_firewall_rule resource when it failed to validate more than one rule. -- Switch to GNU timeout-based implementation of SSH timeouts +- Switch to GNU timeout-based implementation of SSH timeouts. - Fixed the group resource when a member does not exist. ### Packaging |