Skip to content

Releases: rgl/packer-plugin-windows-update

v0.18.1

08 Apr 07:37

Choose a tag to compare

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

03 Mar 09:10
ab3adc2

Choose a tag to compare

v0.18.0 Pre-release
Pre-release

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

27 Feb 00:50
b58465e

Choose a tag to compare

Changelog

v0.17.2

27 Jan 20:20
875de78

Choose a tag to compare

Changelog

  • 875de78 sign the release checksum artifact

v0.17.1

22 Sep 20:44
fe8eafe

Choose a tag to compare

Changelog

v0.17.0

28 Aug 20:15

Choose a tag to compare

Changelog

  • 5bca8d7 add support for testing the uefi image flavor
  • 5671726 restart the update provisioning session when interrupted
  • 306d203 upgrade dependencies

v0.16.10

29 Apr 01:37
ff14adb

Choose a tag to compare

Changelog

  • 309ab64 Upgrade dependencies to mitigate software vulnerabilities
  • 2d562e3 add devcontainer
  • ff14adb upgrade dependencies

v0.16.9

15 Feb 12:03
0f751b1

Choose a tag to compare

Changelog

v0.16.8

07 Sep 07:15
f75bd00

Choose a tag to compare

Changelog

  • c372121 add link to the windows 11 known issue about the windows update api
  • f75bd00 upgrade dependencies

v0.16.7

13 Jul 09:59
2630608

Choose a tag to compare

Changelog

  • 2630608 try to repair the windows update settings to work in non-preview mode