Releases: GoogleCloudPlatform/guest-agent
Releases · GoogleCloudPlatform/guest-agent
20250207.00
vlan: toggle vlan configuration in debian packaging (#495) We are enabling vlan support by default for debian systems. Note we are not forcing overwriting the configuration for updated instances, user will need to manually toggle the configuration for long running instances if they need/want to enable it.
20250205.00
vlan: toggle vlan configuration in debian packaging (#495) We are enabling vlan support by default for debian systems. Note we are not forcing overwriting the configuration for updated instances, user will need to manually toggle the configuration for long running instances if they need/want to enable it.
20250204.02
force concourse to move version forward.
20250204.01
vlan: toggle vlan configuration in debian packaging (#495) We are enabling vlan support by default for debian systems. Note we are not forcing overwriting the configuration for updated instances, user will need to manually toggle the configuration for long running instances if they need/want to enable it.
20250204.00
vlan: move config out of unstable section (#494) Moving the vlan support toggle out of the unstable section into NetworkInterfaces.
20250203.01
Include interfaces in lists even if it has an invalid MAC. (#489) * Include interfaces in lists even if it has an invalid MAC, but skip them when actually setting up interfaces * Move valid check to isInvalid function, add some comments
20250203.00
Fix windows package build failures (#491)
20250122.00
networkd(vlan): remove the interface in addition to config (#468) By only removing the configuration file and reloading it will not remove the actual interface, for that we need to ask networkd to actively remove the interface for us. In order to maintain consistency of what's presend on disk and the MDS representation + guest agent state we are forcing the removal of the interface first and then removing the config, in case of error during networkctl call we keep using the on disk state to determine what to remove/keep.
20250116.00
networkd(vlan): remove the interface in addition to config (#468) By only removing the configuration file and reloading it will not remove the actual interface, for that we need to ask networkd to actively remove the interface for us. In order to maintain consistency of what's presend on disk and the MDS representation + guest agent state we are forcing the removal of the interface first and then removing the config, in case of error during networkctl call we keep using the on disk state to determine what to remove/keep.
20250115.00
Implement support for vlan dynamic removal, update dhclient to remove…