summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-23 16:17:15 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 16:17:15 -0700
commitca50ed86e270a13f16ba1ec71bdb762ee1da8ff8 (patch)
tree38d27ed263ae896c170e05e68c0992209ebde3f4 /RELEASE_NOTES.md
parentbc066a1e5f2857069ce65d6170f7fed970576d64 (diff)
downloadchef-ca50ed86e270a13f16ba1ec71bdb762ee1da8ff8.tar.gz
Add the msu_package improvements
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5242176156..973d1fe869 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -22,6 +22,10 @@ The `archive_file` resource has been updated with two important fixes. The resou
The `cron_access` resource has been updated to support Solaris and AIX systems. Thanks [@aklyachkin](http://github.com/aklyachkin).
+### msu_package resource improvements
+
+The `msu_package` resource has been improved to work better with Microsoft's cumulative update packages. Newer releases of these cumulative update packages will not correctly install over the previous versions. We also extended the default timeout for installing MSU packages to 60 minutes. Thanks for reporting the timeout issue, [@danielfloyd](https://github.com/danielfloyd).
+
### powershell_package
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 issue [@Xorima](http://github.com/Xorima).