Releases: GoogleCloudPlatform/guest-agent
Releases · GoogleCloudPlatform/guest-agent
20241213.00
Remove Pat from owners file. (#478)
20241212.00
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
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
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
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
Fixing fallback from systemd-networkd to dhclient (#471)
20241122.01
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
Update readme with guest agent manager (#469)
20241121.00
Add missing packaging spec (#466)
20241122.00
Avoid changing permissions of directory if parent is / (#463)