Releases: rgl/packer-plugin-windows-update
Releases · rgl/packer-plugin-windows-update
v0.7.1
- prevent the communicator connection from stalling by periodically outputting a progress message (#30)
b92341fab26dd58ac31f5337cc09f7e249b6a1b66852450f6b5cff3370a253b6 packer-provisioner-windows-update-linux.tgz
75a1293a361c1115356687819155b80d871886e7bd969e8eb316d77d79424248 packer-provisioner-windows-update-windows.zip
v0.7.0
- Add windows 2019 reboot loop workaround (#33)
- Retry update search on failure (#34)
- Target packer 1.4.0
80238efd2842d02c82252f019a451e48382b5aa67172c0109f07db5db86ce2ae packer-provisioner-windows-update-linux.tgz
5093905184338157b2381e97109ab5b4f104c32de7bee6399d62b13f9d7ca920 packer-provisioner-windows-update-windows.zip
v0.6.1
v0.6.0
- make the update process more resilient
- make the windows update search_criteria configurable and default to install the recommended updates like the windows update ui
- show the number of updates that will be downloaded
5c2e22414b0d90b4c10848a48585e5732bf24f0d96deaab129433ff93f14d19d packer-provisioner-windows-update-linux.tgz
aab0bd69021a5483da81de31174529ad77664e84e43ead829eabae606a7715a2 packer-provisioner-windows-update-windows.zip
v0.5.1
v0.4.0
v0.3.0
Thanks to @tvories You can now limit the number of windows updates that can be installed at a time with update_limit
(default is 100
), e.g.:
{
"type": "windows-update",
"update_limit": 1
},
packer-provisioner-windows-update.exe
is now also published as a Chocolatey package too.