Skip to content

Releases: GoogleCloudPlatform/guest-agent

20230426.00

26 Apr 23:08
0a01446
Compare
Choose a tag to compare
Fix compilation directives (#207)

A new version of the go compiler in the testing suit
requires an update of the compilation directives

20230403.00

03 Apr 22:31
3eb2a77
Compare
Choose a tag to compare
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

31 Mar 23:39
3eb2a77
Compare
Choose a tag to compare
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

30 Mar 01:09
56988fa
Compare
Choose a tag to compare
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

21 Feb 17:54
56988fa
Compare
Choose a tag to compare
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

07 Feb 21:53
cd6186d
Compare
Choose a tag to compare
Update owners file. (#199)

20230202.00

02 Feb 18:40
cd6186d
Compare
Choose a tag to compare
Update owners file. (#199)

20230112.00

12 Jan 23:06
5ea7417
Compare
Choose a tag to compare
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

09 Nov 21:26
8b46231
Compare
Choose a tag to compare
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

08 Nov 01:39
8b46231
Compare
Choose a tag to compare
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