Releases: GoogleCloudPlatform/guest-agent
Releases · GoogleCloudPlatform/guest-agent
20240808.00
Update golang.org/x/net dependencies to catch up on CVEs (#412)
20240805.00
Get rid of deperecated dependencies in snapshot service generate code…
20240802.00
Fix where agent panics on nil event (#409)
20240801.00
Configure primary nic if only set in cfg file (#408)
20240701.00
Update google-startup-scripts.service to enable logging (#399)
20240611.01
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
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.
20240716.00
update dep: golang.org/x/crypto to v0.17.0
20240528.00
update dep: golang.org/x/crypto to v0.17.0
20240314.00
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.