Skip to content

Releases: rgl/packer-plugin-windows-update

v0.7.1

06 May 20:46
@rgl rgl
9f8c15d
Compare
Choose a tag to compare
  • 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

01 May 16:36
@rgl rgl
Compare
Choose a tag to compare
  • 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

13 Dec 20:39
@rgl rgl
5b717c8
Compare
Choose a tag to compare

fix the provisioner to run on windows (#27)

38db3f3c85d1c6780c1a8baf6829a587717001d9917125cfcf450a19b4b05555 packer-provisioner-windows-update-linux.tgz
e8ff0cd03aae0995fa8d0886fd81647e26b483e27cc043cc2dd7fe8dd1cf73e8 packer-provisioner-windows-update-windows.zip

v0.6.0

14 Oct 18:08
@rgl rgl
Compare
Choose a tag to compare
  • 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

01 Apr 20:49
@rgl rgl
Compare
Choose a tag to compare

add support for filtering the updates

v0.4.0

19 Aug 19:25
@rgl rgl
Compare
Choose a tag to compare

only install important updates

v0.3.0

22 Jul 07:46
@rgl rgl
Compare
Choose a tag to compare

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.

v0.2.0

13 Jul 20:59
@rgl rgl
Compare
Choose a tag to compare
use the SYSTEM account to run Windows Update

v0.1.0

29 Apr 07:58
@rgl rgl
Compare
Choose a tag to compare

initial version