Description of the patch:
This update for google-guest-agent fixes the following issues:
Update to version 20260430.00
- Update THIRD_PARTY_LICENSES to be package specific location. (#608)
- Update dependencies and go version to 1.26.2 (#607)
(bsc#1265762, CVE-2026-33814)
- Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#604)
(bsc#1260264, CVE-2026-33186)
- Backport oslogin changes for sles16 to legacy agent (#603)
- Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#596)
- Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#602)
- Actually finally fix the RPM spec (#601)
- Correct guest telemetry build target (#600)
- Add packaging for new telemetry extension (#599)
- Implement new scheduled job for routes monitor (#598)
- Add packaging changes for locally bundled extensions feature support (#593)
- Ensure the uninstall script handles GCE metadata endpoint unavailability. (#591)
- Disable certificates when security keys are enabled (#588)
- Move sourcing of per-user configs to the end of sshd_config, fixing 2FA logins. (#590)
- Source the contents of /var/google-users.d config files. (#586)
- Force remove core plugin configuration for windows (#587)
- network: force address manager to always consolidate the OS state (#585)
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#583)
(bsc#1239334, CVE-2025-22869, bsc#1253889, CVE-2025-58181)
- Don't delete the authorized_keys file when an empty key list
is passed to updateAuthorizedKeysFile (#582)
- Add Tyler, Saswat, Hank to OWNERS (#577)
- Honor core plugin setting on windows package update (#576)
- Restart agent if core plugin is disabled (#575)
- Add extra debug logging around toggling OS Login (#572)
- Update go version to 1.25 (#565)
- Add compat adapt script to windows in agent sysprep (#569)
- Fix adapt to use more portable shebang line (#567)
- Remove routes script from packaging (#566)
- Update adapt script to run on...