[go: nahoru, domu]

Skip to content

Releases: GoogleCloudPlatform/guest-agent

20240701.00

01 Jul 18:26
79a1124
Compare
Choose a tag to compare
Update google-startup-scripts.service to enable logging (#399)

20240611.01

11 Jun 23:03
a743ab5
Compare
Choose a tag to compare
Network subsystem remove os rules (#396)

* netplan: add support for default MTU value from mds

MDS will provide us with the user's defined MTU make sure we honor
it on the netplan dropin.

* network: remove OS rules and introduce netplan dhcp overrides

We are removing the backward compatibility OS rules and assuming the
detected available backend. This change also removes the notion of
fallback as it was before. Additionally the rollback logic changed
to "rollback all backends except the active one", the "except the
active one" rule is important to prevent restarting network when
no configuration change's happened.

In the set we are also adding the netplan dhcp overrides directives
that was resulting into misconfigured dhcp routes.

20240611.00

11 Jun 18:42
a743ab5
Compare
Choose a tag to compare
Network subsystem remove os rules (#396)

* netplan: add support for default MTU value from mds

MDS will provide us with the user's defined MTU make sure we honor
it on the netplan dropin.

* network: remove OS rules and introduce netplan dhcp overrides

We are removing the backward compatibility OS rules and assuming the
detected available backend. This change also removes the notion of
fallback as it was before. Additionally the rollback logic changed
to "rollback all backends except the active one", the "except the
active one" rule is important to prevent restarting network when
no configuration change's happened.

In the set we are also adding the netplan dhcp overrides directives
that was resulting into misconfigured dhcp routes.

20240528.00

28 May 18:51
Compare
Choose a tag to compare
update dep: golang.org/x/crypto to v0.17.0

20240314.00

14 Mar 01:02
dd285ef
Compare
Choose a tag to compare
NetworkManager: only set secondary interfaces as up (#378)

The primary interface will already be up, by doing "conn up" we are
forcing primary interface to be "reloaded" twice as we just reloaded
the configuration with "conn reload" - by double "reloading" the
primary interface we are forcing it to be unavailable longer than we
need it to.

20240313.00

13 Mar 22:44
dd285ef
Compare
Choose a tag to compare
NetworkManager: only set secondary interfaces as up (#378)

The primary interface will already be up, by doing "conn up" we are
forcing primary interface to be "reloaded" twice as we just reloaded
the configuration with "conn reload" - by double "reloading" the
primary interface we are forcing it to be unavailable longer than we
need it to.

20240213.00

13 Feb 18:18
a070a0c
Compare
Choose a tag to compare
Create systemd-networkd unit tests. (#354)

20240209.00

09 Feb 23:02
038a4a4
Compare
Choose a tag to compare
Update network manager unit tests (#351)

- Create dhclient unit tests.
- Add more test cases to manager unit tests.

20240207.02

07 Feb 23:47
3e94187
Compare
Choose a tag to compare
Implement retry util (#350)

20240207.01

07 Feb 21:39
bc138e1
Compare
Choose a tag to compare
Refactor utils package to not dump everything unrelated into one file…

… (#352)