Skip to content

Releases: GoogleCloudPlatform/compute-image-windows

May 09, 2017

09 May 17:33
Compare
Choose a tag to compare

google-compute-engine-windows

Rewrite of GCEAgent in Go.
Agent can be configured in project metadata, instance metadata, or a local config file.
Code added for managing of Windows Server Failover Clustering with GCE load balancer.
Standardized logging datestamp.

google-compute-engine-metadata-scripts

Rewrite of GCEMetadatsScripts in Go.
Standardized logging datestamp.

google-compute-engine-sysprep

Builtin "Administrator" account is no longer disabled during instance setup.
Instance ready message does not wait for activation to finish, activation continues in the background and prints out on completion.
Self signed RDP and WinRM certs are deleted during gcesysprep. Starting an instance with the same name post sysprep will no longer cause RDP issues.
Standardized logging datestamp.

January 17, 2017

18 Jan 21:27
Compare
Choose a tag to compare

google-compute-engine-sysprep

  • Remove logic for setting @@SERVERNAME to hostname for SQL Server.
  • Run activation in a background job.

November 15, 2016

15 Nov 01:12
Compare
Choose a tag to compare

Packaging

  • Use GooGet to package GCE Windows components.
  • Create individual packages for each component.
  • Updated the README to describe Windows guest packages.

google-compute-engine-sysprep

  • Set @@SERVERNAME to hostname if SQL is installed.

3.4.1.0

16 Sep 23:29
Compare
Choose a tag to compare

Windows Sysprep Scripts

  • Add Windows Server 2016 KMS client keys to instance_setup.
  • Handle instance setup running a second time.

GCE Windows Agent

  • Add support for multiple network interfaces.

GCE Metadata Scripts

  • Support for sysprep-specialized-script-url key.

3.3.0.0

21 Jul 23:55
Compare
Choose a tag to compare

Windows Sysprep Scripts

  • Add WinRM setup.
  • Cleanup deprecated functions.

Windows VSS Agent

  • Add components for VSS PD snapshots.

3.2.4.0

03 May 03:52
Compare
Choose a tag to compare

GCE Windows Agent

  • Improvements to the Windows installer.

3.2.2.0

18 Mar 21:24
Compare
Choose a tag to compare

GCE Metadata Scripts

  • Fix precedence for Windows metadata scripts.

Windows Drivers

  • Minor bug fixes in netkvm.sys.

3.2.1.1

04 Feb 15:46
Compare
Choose a tag to compare

Windows Drivers

  • New driver signing.
  • Added pvpanic driver.

3.2.1.0

06 Jan 19:31
Compare
Choose a tag to compare

GCE Windows Agent

  • Added an Omaha based installer to automatically update the GCE Windows agent.
  • Enabled using metadata keys to disable components in the agent.
    • Set "disable-agent-updates" to "true" in metadata to disable the auto update mechanism.
    • Set "disable-account-manager" to "true" in metadata to disable the account manager.
    • Set "disable-address-manager" to "true" to disable the address manager.
  • Style refactor.

Drivers

  • Network driver now supports 64 vcpus.
  • Enable multiqueue in the vioscsi driver.

3.1.0.0

03 Sep 23:57
Compare
Choose a tag to compare

GCE Windows Agent

  • Support disabling independent components of the agent via metadata server attributes.
  • Moved shared code into a separate DLL.
  • Fix for activation retry logic.
  • Minor style improvements.