This update for google-guest-agent fixes the following issues:
- CVE-2024-45337: golang.org/x/crypto/ssh: Fixed misuse of ServerConfig.PublicKeyCallback leading to authorization bypass (bsc#1234563).
Other fixes:
- Updated to version 20250327.01 (bsc#1239763, bsc#1239866)
- Remove error messages from gce_workload_cert_refresh and
metadata script runner (#527)
- from version 20250327.00
- Update guest-logging-go dependency (#526)
- Add 'created-by' metadata, and pass it as option to logging library (#508)
- Revert 'oslogin: Correctly handle newlines at the end of
modified files (#520)' (#523)
- Re-enable disabled services if the core plugin was enabled (#522)
- Enable guest services on package upgrade (#519)
- oslogin: Correctly handle newlines at the end of modified files (#520)
- Fix core plugin path (#518)
- Fix package build issues (#517)
- Fix dependencies ran go mod tidy -v (#515)
- Fix debian build path (#514)
- Bundle compat metadata script runner binary in package (#513)
- Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)
- Update startup/shutdown services to launch compat manager (#503)
- Bundle new gce metadata script runner binary in agent package (#502)
- Revert 'Revert bundling new binaries in the package (#509)' (#511)
- from version 20250326.00
- Re-enable disabled services if the core plugin was enabled (#521)
- from version 20250324.00
- Enable guest services on package upgrade (#519)
- oslogin: Correctly handle newlines at the end of modified files (#520)
- Fix core plugin path (#518)
- Fix package build issues (#517)
- Fix dependencies ran go mod tidy -v (#515)
- Fix debian build path (#514)
- Bundle compat metadata script runner binary in package (#513)
- Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512)
- Update startup/shutdown services to launch compat manager (#503)
- Bundle new gce metadata script runner binary in agent package (#502)
- Revert 'Revert bundling new binaries...