diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-27 14:57:31 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-27 15:02:03 -0800 |
commit | 14f353ab662ac28ee6d7f38106443b788ab055ea (patch) | |
tree | aae44fd93524bef735be3eb25ae338cce34a2331 /RELEASE_NOTES.md | |
parent | 2cc8889b28811789a226f22c027323d70f5d77ae (diff) | |
download | chef-14f353ab662ac28ee6d7f38106443b788ab055ea.tar.gz |
Add 16.9.31 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfdca43078..6512cc9a24 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,31 @@ This section serves to track things we should later document here for 17.0 - gem resource: assume rubygems 1.8+ now: https://github.com/chef/chef/pull/10379 - remove support for RHEL 6 i386 / Ubuntu 16.04 - don't write out node['filesystem2'] data on AIX/Solaris/FreeBSD: https://github.com/chef/ohai/pull/1592 +- Improved performance in systemd_unit resource - https://github.com/chef/chef/pull/10925 + +## What's New in 16.9.32 + +### Improvements + +- Resolved orphaned PowerShell processes when using Compliance Remediation content +- Reduced install size by up to 5% + +### Chef InSpec 4.26.4 + +Chef InSpec has been updated from 4.25.1 to 4.26.4. + +#### New Features + +- You can now directly refer to settings in the `nginx_conf` resource using the `its` syntax. Thanks [@rgeissert](https://github.com/rgeissert)! +- You can now specify the shell type for WinRM connections using the `--winrm-shell-type` option. Thanks [@catriona1](https://github.com/catriona1)! +- Plugin settings can now be set programmatically. Thanks [@tecracer-theinen](https:/github.com/tecracer-theinen)! + +#### Bug Fixes + +- Updated the `oracledb_session` to use more general invocation options. Thanks [@pacopal](https://github.com/pacopal)! +- Fixed an error with the `http` resource in Chef Infra Client by including `faraday_middleware` in the gemspec. +- Fixed an incompatibility between `parslet` and `toml` in Chef Infra Client. +- Improved programmatic plugin configuration. ## What's New in 16.9.29 |