summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-15 13:44:33 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-16 09:43:06 -0700
commite24a69bcad7c159b05098be351bb9914214a9e9d (patch)
treead8220e0fbdc60841050c894048687b34939012a
parent1bd2cb47dd909853ae39fc6e768cb3f822e10c5e (diff)
downloadchef-e24a69bcad7c159b05098be351bb9914214a9e9d.tar.gz
Work with Jason to improve the powershell_package description
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e2f7ddb560..6da24f7964 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -45,7 +45,7 @@ The `execute` resource has a new `input` property which allows you to pass `stdi
### powershell_package
-The `powershell_package` resource has been updated to use TLS 1.2 when communicating on the PowerShell Gallery on Windows 2012-2016. Previously this resource used the system default of TLS 1.0, which now fails as PowerShell Gallery requires TLS 1.2. Thanks for reporting this issues [@Xorima](http://github.com/Xorima).
+The `powershell_package` resource has been updated to use TLS 1.2 when communicating with the PowerShell Gallery on Windows Server 2012-2016. Previously this resource used the system default cipher suite which did not include TLS 1.2. The PowerShell Gallery now requires TLS 1.2 for all communication, which caused failures on Windows Server 2012-2016.. Thanks for reporting this issues [@Xorima](http://github.com/Xorima).
### remote_file