Skip to content

Releases: GoogleCloudPlatform/guest-agent

20241010.01

10 Oct 21:14
dbd1035
Compare
Choose a tag to compare
Revert "network/netplan: adjust link-local accordingly (#443)" (#448)

This reverts commit 2a9cb58672785b0c56d2614aea4878db4e23a5fe.

20241010.00

10 Oct 19:18
dbd1035
Compare
Choose a tag to compare
Revert "network/netplan: adjust link-local accordingly (#443)" (#448)

This reverts commit 2a9cb58672785b0c56d2614aea4878db4e23a5fe.

20241009.03

09 Oct 23:55
e022be2
Compare
Choose a tag to compare
Avoid unnecessary reloads, check before overwriting configs (#446)

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.

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)