Description of the patch:
This update for google-cloud-sap-agent fixes the following issues
- CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE
(bsc#1265764).
- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation
bypass and privilege escalation (bsc#1266604).
Changes for google-cloud-sap-agent:
- Remove LoggingClient error failure for hanadiskrestore and hanadiskbackup.
- Add checks for unexpected arguments in hanadiskbackup and hanadiskrestore.
- Update SAP Agent version to 3.15.
- Refactor grubBootLoaderX5 to check for BLS support via grub2-mkconfig help.
- Update all go dependencies
- Check grub2-mkconfig for BLS support on X4 instances.
- Add tenant SID collection to supportbundle.
- Update golang.org/x/net dependency. This is to address (#444)
- Fork tuned.conf to tuned-x5.conf for X5 series configurations
- Enable configureX5 in configureinstance.
- Create skeleton implementation and tests for X5 configureinstance support.
- Enable detection of x5 machine types in configureinstance
- Update to version 3.14 (bsc#1265991)
- Update Daemon Restart method to pass the correct cancel function to the new handler.
- Remove redundant error logging in HANA disk restore.
- Fetch and rename Logical Volume during HANA disk restore.
- Add usage metrics for CMEK disk restore.
- Add multi-region and global KMS keys location checks.
- Convert HANA SID to uppercase in hanadiskbackup and hanadiskrestore.
- Log warning instead of erroring out on KMS key get failure.
- Initialize GCE client in status onetime command.
- Validate presence of KMS key in hanadiskrestore.
- Add SID parameter to HANA backup/restore path functions.
- Add KMS key location validation for HANA disk restore.
- Update agent version to 3.14.
- Fixes an issue if there is a whitespace around an argument passed in
- Add...