diff options
author | Stuart Preston <stuart@chef.io> | 2018-03-09 10:02:10 -0800 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-03-09 10:02:10 -0800 |
commit | 0875f93aad1680cb6346ff98d7cc1291c69e3e9e (patch) | |
tree | 16c9f4cff742ba4cc058aab9206370a7bb4d5102 /RELEASE_NOTES.md | |
parent | e3bbbb4cbe7f8d0a6f15416f4b9bf86e3ea83dbb (diff) | |
download | chef-0875f93aad1680cb6346ff98d7cc1291c69e3e9e.tar.gz |
Addressing feedback, adding docs and examplessp/powershell_exec
Signed-off-by: Stuart Preston <stuart@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 15e95c736a..d1e082ffbe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ _This file holds "in progress" release notes for the current release under devel ## New Windows PowerShell mixin `powershell_exec` -Since our supported Windows platforms can all run .NET Framework 4.0 and PowerShell 4.0 we have taken time to add a new interop that will allow faster and safer interactions with the system PowerShell. You will be able to use the `powershell_exec` mixin in most places where you would have previously used `powershell_out`. +Since our supported Windows platforms can all run .NET Framework 4.0 and PowerShell 4.0 we have taken time to add a new interop that will allow faster and safer interactions with the system PowerShell. You will be able to use the `powershell_exec` mixin in most places where you would have previously used `powershell_out`. For comparison, a basic benchmark test to return the `$PSVersionTable` 100 times completed 7.3X faster compared to the `powershell_out` method. The majority of the time difference is because of less time spent in invocation. So we believe it has big future potential where multiple calls to PowerShell are required inside (for example) a custom resource. # Chef Client Release Notes 13.7: |