summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-23 15:48:49 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-23 15:48:49 -0800
commitf3bbf24c3770c6b59654628f8dcf5e8d90104eaf (patch)
tree36e241047258393d9af4105cc08d764fadb41261
parent89e607ba4b0cf199e5ab545bdda57656c84071e1 (diff)
downloadchef-16.7.tar.gz
Add powershell_script and ohai improvements16.7
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6ec12ca404..e24ae69938 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -56,17 +56,24 @@ Thanks for reporting these issues [@limitusus](https://github.com/limitusus), [@
The `powershell_package` resource has been updated to better force connections to use TLS 1.2 when communicating with the PowerShell Gallery on Windows Server 2012-2016. Connections must be forced to use TLS 1.2 as the system default cipher suite because Windows 2012-2016 did not include TLS 1.2.
+### powershell_script
+
+The `powershell_script` resource has been updated to not fail when using a `not_if` or `only_if` guard when specifying the `user` property. Thanks for reporting this issue [@Blorpy](https://github.com/Blorpy)
+
### zypper_package
The `zypper_package` resource has been refactored to improve idempotency when specifying a version of the package to either install or downgrade.
## Ohai Improvements
+- The `Joyent` plugin has been removed as the Joyent public cloud was shutdown 11/2019
- `pop_os` is now detected as having the `platform_family` of `debian`. Thanks for this improvement [@chasebolt](https://github.com/chasebolt)!
- Recent `openindiana` releases are now properly detected.
- The `Hostnamectl` plugin properly detects hostnames that contain a colon. Thanks for reporting this [@ziggythehamster](https://github.com/ziggythehamster)!
- The `Zpool` plugin now properly detects ZFS zpools that include `nvme` or `xvd` drives. Thanks for reporting this [@ziggythehamster](https://github.com/ziggythehamster)!
- The `Zpool` plugin now properly detects ZFS zpools that use disk labels/guids instead of traditional drive designations.
+- Performance of system configuration gathering on AIX systems has been improved
+- The `Virtualization` plugin on AIX systems now gathers a state `state` per WPAR and properly gathers LPAR names that include spaces
# What's New in 16.6