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.
August 19, 2026
Support for the Go 1.27 runtime is in Preview.
Starting from Go runtime version 1.26 and later, the lifecycle support dates align more closely with the Go community release cycle. For more information, see Runtime support schedule.
August 11, 2026
Cloud Run NVIDIA L4 GPU driver version 580.x.x is available for services, jobs, and worker pools.
August 05, 2026
Cloud Run supports sandboxes for all resources, including jobs and worker pools (Preview).
July 27, 2026
Support for the Node.js 26 runtime is in Preview.
Support for Budget spend caps to pause your Cloud Run workloads is in Preview.
July 14, 2026
Cloud Run support for importing public container images from GitHub Container Registry is in General Availability.
July 08, 2026
Cloud Run sandboxes provide a fast and secure isolated environment to execute untrusted code, such as code generated by AI agents. For more information, see Configure sandboxes for services and Code execution in Cloud Run (Preview).
June 29, 2026
Deploy a highly available, multi-region Cloud Run service with automated failover and failback for internal and external traffic using Cloud Run service health in General Availability (GA).
Configure HTTP and gRPC readiness probes for your Cloud Run services is in General Availability (GA).
April 20, 2026
Cloud Run ephemeral disk, which allows you to mount a volume that persists only for the duration of your service, job, or worker pool instance, is in Preview.
April 16, 2026
Support for specifying custom CPU or concurrency targets using scaling controls is in Preview.
April 15, 2026
The Cloud Run remote MCP server, which lets agents and AI applications deploy with Cloud Run, is in General Availability (GA).
April 14, 2026
Support for worker pools is in General Availability (GA).
April 13, 2026
Support for NVIDIA RTX PRO 6000 Blackwell GPU is in General Availability. For more information, see GPU support for services, jobs, and worker pools.
March 25, 2026
March 17, 2026
Support for Ruby 4.0 runtime is in General Availability.
March 13, 2026
Configuring Identity-Aware Proxy (IAP) directly on Cloud Run to secure your services without the need for load balancers is in General Availability (GA).
March 12, 2026
Support for Go 1.26 runtime is in General Availability.
March 03, 2026
Support for Ruby 4.0 runtime is in Preview.
February 27, 2026
Support for PHP 8.5 runtime is in General Availability.
February 24, 2026
Deploy a highly available, multi-region Cloud Run service with automated failover and failback for external traffic using Cloud Run service health (Preview).
You can use the Cloud Run remote MCP server to let agents and AI applications deploy with Cloud Run (Preview).
February 19, 2026
Support for Go 1.26 runtime is in Preview.
February 18, 2026
Support for .NET 10 runtime is in General Availability.
February 17, 2026
Cloud Run source deployment supports Ubuntu 24
LTS base images in General Availability. This builder is available under
gcr.io/buildpacks/builder:google-24. For more information, see
Builders.
February 11, 2026
Support for osonly24 runtime is in General Availability. The OS only runtime lets you deploy binaries such as Dart and Go. For more information, see Configure the OS only runtime.
February 06, 2026
Expanded coverage for compute flexible committed use discounts (CUDs) is available to all Cloud Billing accounts. Your Cloud Billing accounts have been automatically migrated to the new spend-based CUD model and you no longer need to opt-in to benefit from the expanded coverage. For the full list of eligible SKUs across Compute Engine, GKE, and Cloud Run, see SKU Groups - Compute Flexible CUD Eligible SKUs.
To learn more about compute flexible CUDs for Cloud Run and how they apply to your usage, see the compute flexible CUDs documentation.
February 05, 2026
You can configure Direct VPC ingress for Cloud Run worker pools. When you configure Direct VPC ingress, each worker instance receives a private IP address on your configured network and subnet. To access private IP addresses between instances in your VPC network for secure internal communication, see Retrieve the private IP addresses using the metadata server (MDS).
February 02, 2026
Support for NVIDIA RTX PRO 6000 Blackwell GPU is in Preview. For more information, see GPU support for services, jobs, and worker pools.
Support for PHP 8.5 runtime is in Preview.
January 27, 2026
Support for .NET 10 runtime is in Preview.
January 22, 2026
The Python buildpack supports default entrypoint detection for the Agent Development Kit (ADK) framework in General Availability. For more information, see Build a Python application.
January 20, 2026
The following new region is now available: asia-southeast3.
January 13, 2026
Cloud Run and Cloud Run functions source deployments support the pyproject.toml
file for managing dependencies. This feature is in General Availability for all
supported Python versions.
For more information, see Deploy Python applications with a pyproject.toml
file.
December 22, 2025
Support for Java 25 runtime is in General Availability.
December 19, 2025
Support for Python 3.14 runtime is in General Availability. Starting from Python version 3.14 and later, the Python buildpack uses the uv package manager as the
default installer for the dependencies you specify in your requirements.txt file. You can also use pip as the default installer for these versions by setting the GOOGLE_PYTHON_PACKAGE_MANAGER environment variable to pip. For more information, see Specify dependencies in Python.
Cloud Run and Cloud Run functions source deployments support pyproject.toml
file for managing dependencies. This feature is in General Availability for Python version 3.13 and later, and is in Preview for Python version 3.12 and earlier.
For more information, see Deploy Python applications with a pyproject.toml
file.
The Python buildpack supports default entrypoint detection for the Agent Development Kit (ADK) framework (Preview). For more information, see Build a Python application.
December 18, 2025
Support for osonly24 runtime is in Preview. The OS only runtime lets you deploy Go applications from source, and binaries such as Dart and Go. For more information, see Configure the OS only runtime.
December 01, 2025
You can use Developer Connect in the Cloud Run console to set up continuous deployments from GitHub, GitLab, and Bitbucket repositories (Preview).
November 21, 2025
Deploy a highly available, multi-region Cloud Run service with automated failover and failback for internal traffic using Cloud Run service health (Preview).
Configure HTTP and gRPC readiness probes for your Cloud Run services (Preview).
November 20, 2025
Support for Node.js 24 runtime is in General Availability.
November 19, 2025
You can deploy source artifacts directly to Cloud Run, bypassing the Cloud Build step. (Preview)
November 17, 2025
Cloud Run and Cloud Run functions source deployments support pyproject.toml
file for managing dependencies. If you use a pyproject.toml file, source deployments
use one of the following to find and install dependencies:
pipuvpoetry
For more information, see Deploy Python applications with a pyproject.toml
file (Preview).
The time it takes for initial deployments to Cloud Run in a new project has been reduced. This change results in reduced latency and a faster getting started experience.
November 13, 2025
You can deploy services to Cloud Run using a Compose file (Preview).
November 12, 2025
Support for Python 3.14 runtime is in Preview. Starting from Python version 3.14 and later, the Python buildpack uses the uv package manager as the
default installer for the dependencies you specify in your requirements.txt file. You can also use pip as the default installer for these versions by setting the GOOGLE_PYTHON_PACKAGE_MANAGER environment variable to pip. For more information, see Specify dependencies in Python.
Cloud Run source deployment supports Ubuntu 24
LTS base images (Preview). This builder is available under
gcr.io/buildpacks/builder:google-24. For more information, see
Builders.
November 11, 2025
You can set a task timeout up to 168 hours (7 days) for Cloud Run jobs. (GA)
November 06, 2025
Use dual-stack subnets with IPv6 to let your Cloud Run resources send IPv4 and internal IPv6 traffic to a VPC network with Direct VPC egress, and send external IPv6 traffic to the public internet. (GA)
October 31, 2025
Support for Java 25 runtime is in Preview.
October 30, 2025
For Cloud Run source deployed services and functions with GPU enabled, Cloud Run defaults to using Cloud Build's e2-highcpu-8 machine type for
the build process when using the gcloud CLI or the Google Cloud console. This
change allows for higher CPU support and faster build times, and also leads to a
moderate increase in the overall cost of your service (GA).
October 21, 2025
Support for configuring GPU for your Cloud Run job is in General Availability (GA).
Direct VPC egress now supports Private NAT (GA).
October 20, 2025
Direct VPC egress now supports VPC Flow Logs (Preview).
October 06, 2025
Support for applying maximum instance configuration at the service level is in General Availability (GA).
September 24, 2025
Support for setting multiple environment variables using the .env file is in General Availability (GA). For more information, see Configure environment variables for services, jobs, and worker pools.
September 23, 2025
You can specify mount options when you configure Cloud Storage volume mounts for Cloud Run services, jobs, and worker pools. (GA)
September 10, 2025
You can deploy and configure a multi-region service from a single gcloud CLI command or by using a YAML or Terraform file (GA).
Cloud Run Threat Detection is available in General Availability.
September 03, 2025
You can configure GPU in your Cloud Run worker pool (Preview).
August 21, 2025
Support for Go 1.25 runtime is in General Availability (GA).
August 20, 2025
For Cloud Run source deployed services and functions with GPU enabled, Cloud Run defaults to using Cloud Build's e2-highcpu-8 machine type for the build process when you use the gcloud beta run command (Preview). This change allows for higher CPU support and faster build times, and also leads to a moderate increase in the overall cost of your service.
August 14, 2025
The Python buildpack supports Cloud Run source deployments for modern web frameworks such as FastAPI, Gradio, and Streamlit.
For Python version 3.13 and later, the Python buildpack sets the default entrypoint for Cloud Run source deployments based on the web server or framework configuration in your requirements.txt file. For more information, see Build a Python application.
August 13, 2025
You can set multiple environment variables using the .env file (Preview). For more information, see Configure environment variables for services, jobs, and worker pools.
August 05, 2025
Support for manually scaling your Cloud Run service is now at General Availability (GA).
July 30, 2025
Support for Go 1.24 runtime is in General Availability (GA).
Support for Go 1.25 runtime is in Preview. This runtime is available for early testers using existing release candidates.
Support for Node.js 24 runtime is in Preview. Node.js 24 is in the Current release state and enters long-term support (LTS) in October 2025. For more information, see Node.js v24.0.0 (Current) in the Node.js website.
July 16, 2025
You can disable the built-in run.app URL of a Cloud Run service to ensure that traffic can only ingress through paths that you've explicitly configured (GA).
July 15, 2025
Support for the Go 1.24 runtime is in Preview.
Compute flexible committed use discounts (CUDs) have expanded to also cover your Cloud Billing account's spend across Cloud Run services with request-based billing and Cloud Run functions.
The improved spend-based CUD experience is available without requiring an opt-in for new users or users who don't have an active spend-based CUD.
To learn more about how opting into the new model affects your flexible CUDs, see Committed use discounts.
June 30, 2025
You can apply maximum instance configuration at the service level (in Preview).
June 25, 2025
Cloud Run worker pools are now available (Preview). Worker pools are specifically designed for non-request workloads.
June 24, 2025
A new region is now available for Cloud Run GPUs: us-east4.
June 17, 2025
Support for the PHP 8.4 runtime is in General Availability (GA).
Support for the Ruby 3.4 runtime is in General Availability (GA).
June 16, 2025
You can configure GPU in your Cloud Run job (Preview).
June 09, 2025
You can use request host and request path in IAM Conditions when defining access control for invoking Cloud Run services.
May 30, 2025
For Java Cloud Run functions that use functions-framework version 1.4.0 or later, you
can now use the logging class java.util.logging.Logger to add a unique execution
ID to log outputs.
May 28, 2025
Multiple regions now benefit from enhanced responsiveness for latency-sensitive applications for Cloud Run service URLs.
May 15, 2025
The region selector when creating a service or a job from the Google Cloud console now defaults to europe-west1.
May 13, 2025
Labels you previously set for your Cloud Run functions using either
gcloud functions commands or the Cloud Functions v2 API propagate to Cloud Run when you deploy your functions in Cloud Run. For more information on creating labels in Cloud Run, see Configure labels for services.
May 06, 2025
Direct VPC egress supports Private NAT (Preview).
The Cloud Monitoring memory usage metrics now show lower memory utilization for most services using the second generation execution environment. These metrics previously included memory used by the operating system page cache.
May 05, 2025
Support for the Ruby 3.4 runtime is in Preview.
Support for the Python 3.13 runtime is in General Availability (GA).
Support for the PHP 8.4 runtime is in Preview.
April 22, 2025
Cloud KMS with Autokey is now in General Availability (GA) for Cloud Run.
April 21, 2025
Support for the Python 3.13 runtime is now in Preview.
April 09, 2025
Gemini Cloud Assist in Cloud Run is supported in Preview. You can use the chat panel to design, optimize, and troubleshoot your Cloud Run apps with Gemini assistance.
April 07, 2025
Direct VPC egress support for Cloud Run jobs is now generally available (GA).
You can now configure Identity-Aware Proxy (IAP) for Cloud Run to secure your services with a single click from all ingress paths (in Preview).
Configuring GPU in your Cloud Run service is now generally available (GA).
Cloud Run Threat Detection is available in Preview.
April 02, 2025
Deploying multiple containers (sidecars) to a Cloud Run job is now generally available. (GA)
March 28, 2025
The ability to disable the Invoker IAM check for Cloud Run services is now at general availability (GA).
March 26, 2025
Cloud Run services configured with Direct VPC egress now use only 2 times (2X) as many IP addresses as the number of instances for the duration of the instance plus up to 20 minutes, reduced from 4X as many IP addresses.
March 25, 2025
New services using GPUs by default will have zonal redundancy turned on. However, you can now specify GPUs with zonal redundancy or without zonal redundancy, and request quota for either of these configurations. (In Preview)
March 11, 2025
A new region is now available for Cloud Run GPUs: europe-west1.
March 06, 2025
The following new region is now available: europe-north2.
March 04, 2025
The following new region is now available: northamerica-south1.
March 03, 2025
Support for the Go 1.23 runtime is now in general availability (GA).
February 19, 2025
Support for deploying functions in Cloud Run is now in general availability (GA). Note that you must use Google Cloud SDK 511.0.0 version or later if using the gcloud CLI. Review the use cases guide for deploying new functions.
Support for configuring automatic base image updates for Cloud Run source deployed services and functions is now in general availability (GA). Note that you must use Google Cloud SDK 511.0.0 version or later if using the gcloud CLI.
February 18, 2025
You can now scale your Cloud Run service manually, in place of the built-in Cloud Run autoscaling feature. (Preview)
February 07, 2025
Cloud Run integrations are discontinued from the Google Cloud console and Google Cloud CLI. No action is required; your deployed services that use these integrations will continue to work. We recommend transitioning to use the individual product experiences for each integration you have deployed. For more information about configuring resources for your services to connect to other Google Cloud products, see Connect to Google Cloud services.
February 04, 2025
When deploying a function in Cloud Run, you can now specify an Artifact Registry image repository to store the container (Preview).
January 24, 2025
You can now use dual-stack subnets with internal IPv6 to let your Cloud Run services and jobs send IPv4 and internal IPv6 traffic to a VPC network with Direct VPC egress. (Preview)
January 22, 2025
The Cloud Run Builder (roles/run.builder) IAM role is now available in preview. When deploying a service or function from source, grant this role to the Compute Engine default service account that builds your Cloud Run resource.
January 14, 2025
You can now deploy multiple containers (sidecars) to a Cloud Run job. (In Preview)
January 13, 2025
The principal (user or service account) creating or updating a Cloud Run resource now needs explicit permission to access the container image(s). When using Artifact Registry, ensure the principal has the Artifact Registry Reader (roles/artifactregistry.reader) IAM role on the project or repository containing the container image(s) to deploy.
December 17, 2024
New finer-grained predefined IAM roles are available for Cloud Run: Cloud Run Service Invoker, Cloud Run Jobs Executor, Cloud Run Jobs Executor With Overrides. These roles make it easier to grant least privilege access to production accounts accessing Cloud Run resources.
December 16, 2024
Service-level minimum instances are now set using the --min command line flag, --service-min-instances remains available as an alias to --min.
December 13, 2024
The CPU allocation setting has been renamed to Billing in the Google Cloud console for Cloud Run services.
The two billing settings are:
- Request-based billing (default), previously called CPU is only allocated during request processing, only charges your Cloud Run instances during request processing, container startup, and container shutdown.
- Instance-based billing, previously called CPU always allocated, charges your Cloud Run instances for the entire lifecycle of instances, even when there are no incoming requests.
For more details, see the Billing settings guide.
December 09, 2024
You can now create custom organization policies for Serverless VPC Access connectors and apply them to projects, folders, or organizations (GA).
November 25, 2024
You can now set a task timeout up to 168 hours (7 days) for Cloud Run jobs. (Preview)
November 19, 2024
Support for the Go 1.23 runtime is now in Preview.
November 18, 2024
Support for the Node.js 22 runtime is now in general availability (GA).
November 15, 2024
asia-south1 (Mumbai, India) is now subject to Tier 1 pricing.
Cloud Run is now in scope for International Traffic in Arms Regulations (ITAR).
November 12, 2024
November 07, 2024
October 23, 2024
GPU support (Preview) is now available in the following region: europe-west4.
October 21, 2024
You can now create custom organization policies and apply them to projects, folders, or organizations (GA).
Cloud Run integrations are discontinued from the Google Cloud console and Google Cloud CLI for new users. If you are an existing user, you will continue to have access until January 2025. No action is required, your deployed services that use these integrations will continue to work. We recommend transitioning to use the individual product experiences for each integration you have deployed. For more information about configuring resources for your services to connect to other Google Cloud products, see Connect to Google Cloud services.
October 10, 2024
You can now deploy and configure a multi-region service from a single gcloud CLI command (in Preview).
October 01, 2024
Service-level minimum instances are now generally available (GA).
September 24, 2024
GPU support (Preview) is now available in the following region: asia-southeast1.
September 23, 2024
The runtime support schedule for some PHP runtimes has been extended to match PHP's public support schedule.
September 17, 2024
The Direct VPC egress feature of Cloud Run now supports Secure Web Proxy.
September 16, 2024
You can now apply custom constraints for projects that get enforced by organization policies on your Cloud Run services and jobs (in Preview).
September 03, 2024
Deterministic URLs, which let you predict a Cloud Run service URL before the service is created, is now in general availability (GA).
August 27, 2024
August 26, 2024
You can now configure traffic routing between Cloud Run and Cloud Run, Google Kubernetes Engine, and Google Compute Engine services using Cloud Service Mesh service routing APIs. Cloud Run also automatically authenticates calls to destination services using service account credentials (In Preview).