Package Release Info

google-cloud-sap-agent-3.11-160000.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

google-cloud-sap-agent

Change Logs

* Fri Feb 06 2026 adrian.glaubitz@suse.com
- Update to version 3.11 (bsc#1257821)
  * Fix logging calls in hanadiskbackup and hanadiskrestore.
  * Add instance name label to HANA disk backups.
  * Update workloadagentplatform submodule hash.
  * Refactor HANA disk restore to use new-disk-suffix.
  * Update workloadagentplatform dependency to a newer commit.
  * Refactor snapshot name generation and validation.
  * Implement Snapshot Group label setting and SG deletion.
  * Restart tuned service before verification in configure instance
  * Remove legacy iam shared package
  * Improve HANA stop error handling in hanabackup.
  * Add INFO level log message for WLM ConfigureInstance check.
  * Add tuned-adm verify to X4 configuration.
  * sched_min/wakeup_granularity_ns in tuned is under [scheduler] not [sysctl]
  * Change tuned service check and improve error logging in configurex4.
  * Bump SAP Agent version to 3.11
  * Auto updated compiled protocol buffers
  * Add status_features to agent configuration proto.
  * Ensure all properties from the source DB component are copied to the replication site component
  * Update grub command for RHEL 9+ X4 configure instance
  * Add additional parameters to improve the performance in RHEL OS
  * Exclude Backint status when parameters path is not set.
  * Use local context in loggers for discovery data upload loop.
  * Add a retry loop to SAP System WriteInsight when the response is a permission error.
  * Add a custom timeout to HANA queries in hanadiskbackup.
  * Add check for /usr/sap executable permissions in status command.
  * Flush logger for Cloud Logging client.
  * Fix structured logging and empty slice declarations in multidisk.go.
  * Log errors encountered during LogCollectionHandler startup.
* Wed Nov 26 2025 adrian.glaubitz@suse.com
- Update to version 3.10
  * Update transparent huge page setting for X4 instances on newer OS versions.
  * Cap the number of threads in performance diagnostics tests.
  * Remove check SAP instances before starting process metrics goroutine.
  * Modify Netweaver role metric collection. ASCS is reported true if either
    process is present, and the metric is always reported regardless if any
    roles are detected
  * Fix `regenerateLine` to handle similar key prefixes and guard HyperThreading
    changes with `Apply`.
  * [AIOps] Add metric labels key to incident data structs
  * Add `workqueue.watchdog_thresh=120` to X4 GRUB config.
  * [status OTE]Dynamically determine Artifact Registry repository location for status checks.
  * Add temporary el10 version of service file
  * Write agent logs to Guest Agent errorlogfile.
  * Add function to save agent configuration from VM extension manager.
  * Remove benign invalid message logs - this is misleading and clogs up the logs as well
  * Add Recent Only flag for supportbundle - this collects the 3 recent logs for each log type.
  * Disable cloud monitoring metric collection for AIOps
  * Initialize the new filtering feature for Status in daemon mode
  * Auto updated compiled protocol buffers
  * Add option to configure SAP details from the pubsub config
  * Add public IP masking for supportbundle
  * Skip permission checks for non-existent files in status command.
  * Add a `-feature` flag to the `status` command.
  * Add event name support for pubsub actions
  * Use InstanceName in InstanceUri for status command.
  * Correct app_server_zonal_separation computation.
  * Add metrics for validating the settings for the SAP HANA chksrv hook.
  * Auto updated compiled protocol buffers
  * Add support in WLM Validation proto to collect a new category of HANA metric.
  * Auto updated compiled protocol buffers
  * Add collection of hostname to SAP HANA instance info during discovery of SAP applications.
  * Remove message validation for log collection for pubsub actions
  * Make hostname, sid and instance-numbers as optional params
  * Fix an issue where HAHosts may not get merged properly when mulriple
    SAP Instances are running on a single host.
  * Include WLM Observability onboarding scripts.
  * fix(processmetrics): Fixes for SkippedMetrics
  * Create event annotation if Backint fails to start
* Mon Sep 01 2025 adrian.glaubitz@suse.com
- Update to version 3.9 (bsc#1248452, bsc#1249003)
  * Use correct version comparison to support double digit minor versions
  * Reduce Process Metrics collection frequency.
  * Update event topic message structure
  * Fix network stats skipped metrics
  * fixing a typo
  * PubSub Log Collection Unit Tests
  * Reduce info log volume with default agent config
  * fix typo in action workflow
  * Use a github token when adding the workloadagentplatform submodule to avoid rate limits
  * Add executable permission check for /usr/sap in Status OTE
  * Delete aianalyzer from SAP Agent - we have moved to a new agent in platform
  * Update CheckTopology to call sapcontrol as sidadm user correctly
  * bump oauth2 version to v0.27.0
  * Auto updated compiled protocol buffers
  * Log collection streaming to pub/sub
  * Version fix and improved LVMRename error handling
  * Add todo for archive snapshot in hanadiskbackup and hanadiskrestore.
  * Use snapshot group workflow for version 3.9+
  * Add Rename LVM step to restore with Snapshot Group Workflow
  * Agent for SAP: Add functionality to wait for snapshot group creation
    till it's status is not 'CREATING'
  * Modify hanadiskbackup for sidadm user
  * Implement bulk insert for snapshot group in multidisk restore.
  * Populate instance uri in agent status
  * Add `ListDisksFromSnapshot` function to snapshot group utils.
  * Use Snapshot Group for snapshot validation.
  * Added method to list snapshots from snapshot group.
  * Adding snapshot group flag to hanadiskrestore OTE.
  * Fixes the link to the cloud console for upgrading the storage bucket
  * Implement function to create disks from snapshot group via bulk insert API.
  * SAP Agent - HANA Disk Snapshot - Add SG Workflow
  * Implement WaitForSGUploadCompletionWithRetry function to wait
    for Snapshot group upload completion.
  * Implement `ListSGs` function in `snapshotgroup` utils.
  * Implement get snapshot groups functionality.
  * Implement CreateSG method.
  * Add Snapshot group utility library
  * Auto updated compiled protocol buffers
  * Remove lastHostChangeTimestamp field from host metrics
- Drop CVE-2025-22868.patch, merged upstream