Skip to content

v0.18.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 07:37
· 3 commits to master since this 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