Skip to content

Releases: GoogleCloudPlatform/compute-image-windows

20220728.00

28 Jul 20:19
62c86b9
Compare
Choose a tag to compare
Merge pull request #226 from KarnVadaliya/karnvadaliya

version type change to date format

stable

10 Aug 20:23
62c86b9
Compare
Choose a tag to compare
Merge pull request #226 from KarnVadaliya/karnvadaliya

version type change to date format

20220726.00

26 Jul 17:55
71df718
Compare
Choose a tag to compare
Merge pull request #225 from jjerger/gvnic-changes

Add support for gvnic configuration on Windows during instance setup

20220722.00

22 Jul 18:41
c039caf
Compare
Choose a tag to compare
Merge pull request #224 from KarnVadaliya/karnvadaliya

Setting MTU setting of 1500

20220603.00

03 Jun 18:54
084f979
Compare
Choose a tag to compare
Merge pull request #222 from wrigri/win-ssh-package

Add package for Windows ssh installation.

20220601.01

01 Jun 22:39
084f979
Compare
Choose a tag to compare
Merge pull request #222 from wrigri/win-ssh-package

Add package for Windows ssh installation.

20220601.00

01 Jun 00:16
5ece228
Compare
Choose a tag to compare
Merge pull request #221 from hopkiw/typo

May 8th 2018

10 May 16:08
Compare
Choose a tag to compare

google-compute-engine-metadata-scripts

  • Retry forever if metadata server is unavailable.
  • Honor project level metadata scripts.

google-compute-engine-sysprep

  • Simplify activation script and unattend.xml

February 13, 2018

15 Feb 23:05
3676108
Compare
Choose a tag to compare

google-compute-engine-windows

  • Don't error on lack of config file, only run update on updated metadata
  • Make DNS and Network errors more user friendly

google-compute-engine-sysprep

  • Use the correct processorArchitecture for Microsoft-Windows-Deployment in unattended.xml
  • Set DNS on all adapters to use DHCP in instance_setup.ps1

Aug 08, 2017

08 Aug 23:04
Compare
Choose a tag to compare

google-compute-engine-windows

  • Use *UnicastIpAddressEntry functions for managing forwarded IPs.

google-compute-engine-auto-updater

  • Add google-compute-engine-vss.

google-compute-engine-metadata-scripts

  • Add a sleep in case DNS is not started at boot.
  • Add additional retry logic to account for slow network startup and transient GCS errors.

google-compute-engine-powershell

  • Rename many functions to better match PowerShell style, provide aliases for old names.
  • Update Write-Log to include a global var of who is doing the logging.
  • Delete a few unused functions.