---
title: Cloud Deploy Release
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Cloud Deploy Release
---

# Cloud Deploy Release

Cloud Deploy Release in Google Cloud represents a specific version of an application or service that is ready to be deployed through a defined delivery pipeline. It contains configuration details, references to build artifacts, and deployment targets. Each release is immutable and serves as a snapshot of the application state at a given time, enabling consistent and repeatable deployments across environments.

```
gcp.clouddeploy_release
```

## Fields

| Title                        | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Description |
| ---------------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                         | core | string        |
| abandoned                    | core | bool          | Output only. Indicates whether this is an abandoned release.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ancestors                    | core | array<string> |
| annotations                  | core | hstore        | Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.                                                                                                                                                                                                                                                                                                              |
| build_artifacts              | core | json          | Optional. List of artifacts to pass through to Skaffold command.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| condition                    | core | json          | Output only. Information around the state of the Release.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| create_time                  | core | timestamp     | Output only. Time at which the `Release` was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| custom_target_type_snapshots | core | json          | Output only. Snapshot of the custom target types referenced by the targets taken at release creation time.                                                                                                                                                                                                                                                                                                                                                                                                                |
| datadog_display_name         | core | string        |
| delivery_pipeline_snapshot   | core | json          | Output only. Snapshot of the parent pipeline taken at release creation time.                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| description                  | core | string        | Optional. Description of the `Release`. Max length is 255 characters.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| etag                         | core | string        | This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.                                                                                                                                                                                                                                                                                                                                 |
| labels                       | core | array<string> | Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. |
| name                         | core | string        | Identifier. Name of the `Release`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}`. The `release` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`                                                                                                                                                                                                                                                                                                      |
| organization_id              | core | string        |
| parent                       | core | string        |
| project_id                   | core | string        |
| project_number               | core | string        |
| region_id                    | core | string        |
| render_end_time              | core | timestamp     | Output only. Time at which the render completed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| render_start_time            | core | timestamp     | Output only. Time at which the render began.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| render_state                 | core | string        | Output only. Current state of the render operation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| resource_name                | core | string        |
| skaffold_config_path         | core | string        | Optional. Filepath of the Skaffold config inside of the config URI.                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| skaffold_config_uri          | core | string        | Optional. Cloud Storage URI of tar.gz archive containing Skaffold configuration.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| skaffold_version             | core | string        | Optional. The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent supported Skaffold version will be used.                                                                                                                                                                                                                                                                                  |
| tags                         | core | hstore_csv    |
| target_snapshots             | core | json          | Output only. Snapshot of the targets taken at release creation time.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| uid                          | core | string        | Output only. Unique identifier of the `Release`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| zone_id                      | core | string        |
