Skip to content

Releases: GoogleCloudPlatform/guest-agent

20220713.00

13 Jul 21:40
792fce7
Compare
Choose a tag to compare
try restoring module mode (#172)

20220622.00

22 Jun 21:41
792fce7
Compare
Choose a tag to compare
try restoring module mode (#172)

20220614.00

14 Jun 22:20
80839c4
Compare
Choose a tag to compare
Remove log that can break startup scripts (#170)

Co-authored-by: Neil Patel <pneil@google.com>

20220603.00

03 Jun 21:56
1548897
Compare
Choose a tag to compare
repeat fix for arm (#169)

20220601.00

01 Jun 22:11
1548897
Compare
Choose a tag to compare
repeat fix for arm (#169)

20220527.00

27 May 20:48
447343c
Compare
Choose a tag to compare
Add authorized keys command to the Windows agent package. (#167)

* Add authorized keys command to the Windows agent package.

* Add version string to authorized keys command.

20220523.00

23 May 20:59
5d0fe95
Compare
Choose a tag to compare
restore double slash metadata url (#166)

20220520.00

20 May 16:34
bf4c0b2
Compare
Choose a tag to compare
Support .exe as an option for scripts and refactor runScript (#165)

* Add support for .exe scripts and refactor

* fmt and linter

* Improve readability of function and parameters

* Add field labels for struct literals in test

Co-authored-by: Neil Patel <pneil@google.com>

20220519.00

19 May 01:07
23c66a1
Compare
Choose a tag to compare
Move some functionality to a utils module (#162)

* Move some functionality to a utils module

This code will be shared with the authorized keys command, which will be built as a separate binary.

* Time parsing and lint fixes.

* gofmt updates

* Rename google_guest_utils to utils

* Return errors from utils functions

* Update a couple of missed calls.

* Fix some formatting errors.

* Fixes from comments

* Update logging to log bad keys once to the user

This restores "badExpire" for windows_accounts and diagnostics, and adds logging of all bad keys for SSH keys.

* gofmt fixes

20220429.00

29 Apr 17:53
23c66a1
Compare
Choose a tag to compare
Move some functionality to a utils module (#162)

* Move some functionality to a utils module

This code will be shared with the authorized keys command, which will be built as a separate binary.

* Time parsing and lint fixes.

* gofmt updates

* Rename google_guest_utils to utils

* Return errors from utils functions

* Update a couple of missed calls.

* Fix some formatting errors.

* Fixes from comments

* Update logging to log bad keys once to the user

This restores "badExpire" for windows_accounts and diagnostics, and adds logging of all bad keys for SSH keys.

* gofmt fixes