Skip to content

Releases: GoogleCloudPlatform/guest-agent

20241009.02

09 Oct 18:56
db64a08
Compare
Choose a tag to compare
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

09 Oct 03:52
8c8535a
Compare
Choose a tag to compare
Skip SetupInterfaces if configs are already applied (#444)

20241009.00

09 Oct 01:52
8c8535a
Compare
Choose a tag to compare
Skip SetupInterfaces if configs are already applied (#444)

20240930.01

30 Sep 22:29
0ca7dae
Compare
Choose a tag to compare
Change mtls mds defaults, update log message to assure error is harml…

20240930.00

30 Sep 17:59
c7fcc63
Compare
Choose a tag to compare
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

11 Nov 23:47
ec868a2
Compare
Choose a tag to compare
Port changes from #383, #413 to stable branch (#425)

20241022.00

22 Oct 18:13
ec868a2
Compare
Choose a tag to compare
Port changes from #383, #413 to stable branch (#425)

20240816.00

16 Aug 19:02
da50bde
Compare
Choose a tag to compare
Add configuration toggle to enable/disable use of OS native certifica…

20240813.00

14 Aug 00:57
1bacdff
Compare
Choose a tag to compare
Update README with MDS MTLS docs (#418)

20240808.01

08 Aug 22:48
12ec8a6
Compare
Choose a tag to compare
Avoid writing configuration files when they already exist on wicked a…