Releases: rgl/packer-plugin-windows-update
Releases · rgl/packer-plugin-windows-update
v0.18.1
Warning
KB5007651 cannot be installed due to some indeterminate bug, so this release will be stuck in a reboot loop unless you ignore that KB with something like:
provisioner "windows-update" {
filters = [
# exclude KB5007651:
# Update for Windows Security platform - KB5007651 (Version 10.0.29510.1001)
# NB it can only be applied while the user is logged in.
"exclude:$_.Title -like '*KB5007651*'",
"include:$true",
]
}Changelog
v0.18.0
Warning
KB5007651 cannot be installed due to some indeterminate bug, so this release will be stuck in a reboot loop unless you ignore that KB with something like:
provisioner "windows-update" {
filters = [
# exclude KB5007651:
# Update for Windows Security platform - KB5007651 (Version 10.0.29510.1001)
# NB it can only be applied while the user is logged in.
"exclude:$_.Title -like '*KB5007651*'",
"include:$true",
]
}Changelog
v0.17.3
v0.17.2
v0.17.1
Changelog
- 2dce233 Upgrade dependencies to mitigate software vulnerabilities (CVE-2025-58058)
- fe8eafe restart the pending restart session when interrupted
- 929b359 upgrade dependencies