Skip to content

Releases: GoogleCloudPlatform/guest-agent

20250207.00

08 Feb 00:25
63863cb
Compare
Choose a tag to compare
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

05 Feb 21:03
63863cb
Compare
Choose a tag to compare
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

04 Feb 22:56
Compare
Choose a tag to compare
force concourse to move version forward.

20250204.01

04 Feb 19:49
63863cb
Compare
Choose a tag to compare
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

04 Feb 08:23
b1d8159
Compare
Choose a tag to compare
vlan: move config out of unstable section (#494)

Moving the vlan support toggle out of the unstable section into
NetworkInterfaces.

20250203.01

04 Feb 00:40
4110d6e
Compare
Choose a tag to compare
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

03 Feb 21:11
1d97a9c
Compare
Choose a tag to compare
Fix windows package build failures (#491)

20250122.00

22 Jan 20:27
4dbdb5d
Compare
Choose a tag to compare
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

16 Jan 22:38
4dbdb5d
Compare
Choose a tag to compare
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

16 Jan 00:49
a54c4dd
Compare
Choose a tag to compare
Implement support for vlan dynamic removal, update dhclient to remove…