Releases: GoogleCloudPlatform/guest-agent
Releases · GoogleCloudPlatform/guest-agent
20241009.02
network/netplan: do generate instead of apply (#445) We don't want to rely on netplan's apply operation as it will do more than we expect to the interfaces we are managing. Instead we use generate operation and we manage the reload from our side.
20241009.01
Skip SetupInterfaces if configs are already applied (#444)
20241009.00
Skip SetupInterfaces if configs are already applied (#444)
20240930.01
Change mtls mds defaults, update log message to assure error is harml…
20240930.00
network: restore debian-12 netplan configuration. (#433) In a previous release guest-agent team introduced a code path that removed the debian-12's netplan default configuration instead of overriding it. This change makes sure the default configuration is re-created and bring it consistent to the default experience of debian-12 images. Additionally a new configuration key was introduced to allow users to prevent guest-agent creating the configuration: NetworkInterfaces.restore_debian12_netplan_config The new configuration is set to true by default.
20241111.00
Port changes from #383, #413 to stable branch (#425)
20241022.00
Port changes from #383, #413 to stable branch (#425)
20240816.00
Add configuration toggle to enable/disable use of OS native certifica…
20240813.00
Update README with MDS MTLS docs (#418)
20240808.01
Avoid writing configuration files when they already exist on wicked a…