Releases: GoogleCloudPlatform/guest-agent
Releases · GoogleCloudPlatform/guest-agent
20230426.00
Fix compilation directives (#207) A new version of the go compiler in the testing suit requires an update of the compilation directives
20230403.00
Mod update (#205) * Revert "update mod: update golang.org/x/net to 0.8.0 and its dependencies" This reverts commit 968ee9fe4bcdf4176c896e2aeec82fef39207b1f. * update mod: update golang.org/x/net to v0.7.0 and its dependencies
20230331.00
Mod update (#205) * Revert "update mod: update golang.org/x/net to 0.8.0 and its dependencies" This reverts commit 968ee9fe4bcdf4176c896e2aeec82fef39207b1f. * update mod: update golang.org/x/net to v0.7.0 and its dependencies
20230330.00
Allow a comment part of a pub ssh key to have an arbitrary format (#198) - Split GetUserKey() into two functions: get and validate - Correct the name of ValidateUser func as it validates only users - Update tests
20230221.00
Allow a comment part of a pub ssh key to have an arbitrary format (#198) - Split GetUserKey() into two functions: get and validate - Correct the name of ValidateUser func as it validates only users - Update tests
20230207.00
Update owners file. (#199)
20230202.00
Update owners file. (#199)
20230112.00
Updating logging module so cloud logs are flushed prior to exit (#196) Updating logging module so cloud logs are flushed prior to exit
20221109.00
Validate user key for whitespace chars (#188) * Validate user key for whitespace chars * Fix variable declaration * validate user key unit test fix * Go format changes * Style changes for whitespace user string check * Additional style fix
20221108.00
Validate user key for whitespace chars (#188) * Validate user key for whitespace chars * Fix variable declaration * validate user key unit test fix * Go format changes * Style changes for whitespace user string check * Additional style fix