Skip to content

Releases: GoogleCloudPlatform/guest-agent

20241213.00

14 Dec 01:05
a7d6c3e
Compare
Choose a tag to compare
Remove Pat from owners file. (#478)

20241212.00

12 Dec 23:41
2ef2fb6
Compare
Choose a tag to compare
readme: add notes about plugin manager (#476)

The note provides a brief explanation to the existence of plugin
manager and link to its source.

20241209.01

10 Dec 00:40
2ef2fb6
Compare
Choose a tag to compare
readme: add notes about plugin manager (#476)

The note provides a brief explanation to the existence of plugin
manager and link to its source.

20241210.00

10 Dec 20:28
4dea961
Compare
Choose a tag to compare
stable/network: fix cliExists() call pattern (#474)

In networkd and NetworkManager implementation we were wrongly assuming
the existing of the cli based only the error return, with that we
were ignoring one of the conditions where we don't return an error
even though the cli doesn't exists.

20241209.00

09 Dec 18:43
4dea961
Compare
Choose a tag to compare
stable/network: fix cliExists() call pattern (#474)

In networkd and NetworkManager implementation we were wrongly assuming
the existing of the cli based only the error return, with that we
were ignoring one of the conditions where we don't return an error
even though the cli doesn't exists.

20241122.02

23 Nov 00:57
8ee22f4
Compare
Choose a tag to compare
Fixing fallback from systemd-networkd to dhclient (#471)

20241122.01

22 Nov 23:25
377072d
Compare
Choose a tag to compare
network: fix nmcli check pattern (#472)

Given the implementation of cliExists() we are ignoring one case
by not checking the boolean return, if should assume nmcli doesn't
exist if the boolean return is false and not the error as nil.

20241121.01

22 Nov 00:20
43ca38d
Compare
Choose a tag to compare
Update readme with guest agent manager (#469)

20241121.00

21 Nov 02:10
6815d42
Compare
Choose a tag to compare
Add missing packaging spec (#466)

20241122.00

22 Nov 20:57
44346bb
Compare
Choose a tag to compare
Avoid changing permissions of directory if parent is / (#463)