Releases: GoogleCloudPlatform/guest-agent
Releases · GoogleCloudPlatform/guest-agent
20220713.00
try restoring module mode (#172)
20220622.00
try restoring module mode (#172)
20220614.00
Remove log that can break startup scripts (#170) Co-authored-by: Neil Patel <pneil@google.com>
20220603.00
repeat fix for arm (#169)
20220601.00
repeat fix for arm (#169)
20220527.00
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
restore double slash metadata url (#166)
20220520.00
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
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
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