For more information about the guest environment, see Guest environment.
You can see the latest product updates for all of Google Cloud on the Google Cloud page, browse and filter all release notes in the Google Cloud console, or programmatically access release notes in BigQuery.
To get the latest product updates delivered to you, add the URL of this page to your feed reader, or add the feed URL directly.
September 09, 2025
Version 20250907.00 of the guest agent, which introduces the plugin-based architecture to Enterprise Linux 8 operating systems, is now available. For more information about the plugin-based architecture, see Guest agent.
With this version, the plugin-based guest agent is now also available for the following operating systems:
- Red Hat Enterprise Linux (RHEL) 8
- Rocky Linux 8
- CentOS Stream 8
- Oracle Linux 8
- AlmaLinux 8
Version 20250907.00
includes the following fixes for issues found in guest
agent version 20250901.00
:
- Corrects an issue in the OS Login module that was incorrectly handling optional runtime systemd dependencies and causing an error log.
- Fixes a bug that could cause the metadata SSH key module to enter an infinite loop when setting up SSH keys. This occurred if an initial setup attempt failed and the metadata server returned the SSH keys in a different order on a subsequent retry.
September 03, 2025
Starting with version 20250901.00
, the guest agent is migrated to a new
plugin-based architecture to improve modularity. You can revert to the previous
version by setting the metadata attribute enable-guest-agent-core-plugin
to
FALSE
. For more information about the plugin-based architecture, see
Guest agent.
This plugin-based guest agent is available for the following operating systems:
- Red Hat Enterprise Linux (RHEL) 9
- Rocky Linux 9
- CentOS Stream 9
- Oracle Linux 9
- AlmaLinux 9
With the introduction of the plugin-based architecture, the guest agent includes the following updates:
A new command-line tool,
ggactl_plugin
, is available to manage and restart the guest agent core plugin. To restart the agent, run:ggactl_plugin coreplugin restart
For more information, see Restarting the guest agent.
All guest agent components now use a new logging framework. This framework lets you set the logging level in the guest agent configuration file. For more information about the logging options, see core settings in the configuration options table.
The workload refresh service
gce-workload-cert-refresher
is now part of the guest agent's core plugin. It is no longer a separate systemd service.The guest agent updates the metadata script runner and the Authorized Keys binary (Windows only) to use the new, configurable logging framework. Compatibility managers are included to facilitate the migration.
An issue is fixed where network routes were not consistently applied (GitHub Issue #516). The system now consistently applies network routes by monitoring the route table and re-adding routes when they disappear.