<?xml version="1.0" encoding="UTF-8"?>
<!-- AUTOGENERATED FILE. DO NOT EDIT. -->
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:google.com,2016:cloudbuild-release-notes</id>
  <title>Cloud Build - Release notes</title>
  <link rel="self" href="https://docs.cloud.google.com/feeds/cloudbuild-release-notes.xml"/>
  <author>
    <name>Google Cloud Platform</name>
  </author>
  <updated>2026-03-30T00:00:00-07:00</updated>

  <entry>
    <title>March 30, 2026</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#March_30_2026</id>
    <updated>2026-03-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#March_30_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Build now supports uploading generic artifacts to generic
repositories, and also downloading generic repositories as build dependencies.
For more information, see <a href="https://docs.cloud.google.com/build/docs/build-config-file-schema#generic-artifacts"><code>genericArtifacts</code></a>
and <a href="https://docs.cloud.google.com/build/docs/building/manage-dependencies#specify-generic">Specify a generic artifact as a dependency</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 16, 2026</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#March_16_2026</id>
    <updated>2026-03-16T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#March_16_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Build now supports uploading OCI images to Artifact Registry during
a build process. OCI artifacts for a build are shown in the following locations:</p>
<ul>
<li>The <strong>Artifacts</strong> column of Build history page</li>
<li>The <strong>Execution details</strong> tab of the Build details page</li>
<li>The <strong>Build artifacts</strong> tab of the Build details page</li>
</ul>
<p>For more information, see
<a href="https://docs.cloud.google.com/build/docs/building/build-containers#store-oci-completes">Store an OCI image in Artifact Registry after your build completes</a>
and the Cloud Build configuration file schema definition for <a href="https://docs.cloud.google.com/build/docs/build-config-file-schema#oci"><code>oci</code></a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 03, 2026</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#March_03_2026</id>
    <updated>2026-03-03T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#March_03_2026"/>
    <content type="html"><![CDATA[<h3>Fixed</h3>
<p>The authorization vulnerability <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-3136">CVE-2026-3136</a> was fixed.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 12, 2026</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#February_12_2026</id>
    <updated>2026-02-12T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#February_12_2026"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>Cloud Build is now available in the <code>asia-southeast3</code> region.</p>
<p>For more information, see <a href="https://docs.cloud.google.com/build/docs/locations">Cloud Build locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 08, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#December_08_2025</id>
    <updated>2025-12-08T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#December_08_2025"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>In build config files, the <code>mavenArtifacts</code> field now supports the
<code>deployFolder</code> field. You can use the <code>deployFolder</code> field to upload all Maven
files in a folder to a specific Artifact Registry repository. For more
information, see
<a href="https://docs.cloud.google.com/build/docs/build-config-file-schema#upload-all-maven-files">Upload all Maven files in a folder to an Artifact Registry repository</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 09, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#October_09_2025</id>
    <updated>2025-10-09T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#October_09_2025"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>The Service Account User role has been removed from the Cloud Build Permissions page in the Google Cloud Console. Instead, when you enable certain roles on your Cloud Build service account, you can configure your Cloud Build Service account to impersonate the service account of the managed services related to those roles. This configuration lets you deploy builds using managed services while maintaining minimal permissions. For more information, see <a href="https://docs.cloud.google.com/build/docs/deploying-builds/cb-sa-imp">Configure Cloud Build service account impersonation for managed services</a>.</p>
<p>In addition, the Cloud Build Permissions page in the Google Cloud Console will only show the <a href="https://docs.cloud.google.com/build/docs/cloud-build-service-account#about_legacy">legacy Cloud Build service account</a> if your organization's policy allows it.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 29, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#September_29_2025</id>
    <updated>2025-09-29T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#September_29_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Developer Connect build triggers are now <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>.</p>
<p>You can now create build triggers that build from <a href="https://docs.cloud.google.com/build/docs/triggers#devcon-triggers">repositories connected to Developer Connect</a> using the Google Cloud Console, <code>gcloud</code>, the Cloud Build API, and Terraform.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 02, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#September_02_2025</id>
    <updated>2025-09-02T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#September_02_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Dark theme is now available for Cloud Build. To enable the dark theme, in the Google Cloud console, click <strong>Settings and utilities</strong> &gt; <strong>Preferences</strong>. In the navigation menu, click <strong>Appearance</strong>, and then select your color theme and click <strong>Save</strong>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 15, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#August_15_2025</id>
    <updated>2025-08-15T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#August_15_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>C3 and N2D machine families are now generally available in private pools. For a complete list of supported machines, see the <a href="https://docs.cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype"><code>machineType</code></a> entry in the private pool configuration file schema.</p>
<p>In addition, the <strong>Create private pool</strong> and <strong>Edit private pool</strong> pages now show a monthly estimate based on the pool's machine type configuration. For more information, see <a href="https://docs.cloud.google.com/build/docs/private-pools/create-manage-private-pools#view-price">View private pool price estimates</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 27, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#May_27_2025</id>
    <updated>2025-05-27T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#May_27_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now create build triggers that build from <a href="https://docs.cloud.google.com/build/docs/triggers#devcon-triggers">repositories connected to Developer Connect</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 22, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#April_22_2025</id>
    <updated>2025-04-22T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#April_22_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now specify build dependencies in your build configuration file. For more information, see <a href="https://docs.cloud.google.com/build/docs/building/manage-dependencies">Manage build dependencies</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 27, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#March_27_2025</id>
    <updated>2025-03-27T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#March_27_2025"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>In the filtering toolbar of the Build history page, you can now filter builds by region. The region drop-down has been removed. For more information, see <a href="https://docs.cloud.google.com/build/docs/view-build-results">View build results</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 21, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#March_21_2025</id>
    <updated>2025-03-21T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#March_21_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now specify, in your build config file, a custom Pub/Sub topic for build notifications. For more information, see <a href="https://docs.cloud.google.com/build/docs/configuring-notifications/notifiers#pubsub-topic-config">Pub/Sub topics for build notifications</a>.</p>
<h3>Change</h3>
<p>In the filtering toolbar of the Triggers page, you can now filter by trigger repository and region. The region drop-down has been removed. For more information, see <a href="https://docs.cloud.google.com/build/docs/automating-builds/create-manage-triggers">Create and manage build triggers</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 04, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#March_04_2025</id>
    <updated>2025-03-04T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#March_04_2025"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>Cloud Build is now available in the <code>northamerica-south1</code> region.</p>
<p>For more information, see <a href="https://docs.cloud.google.com/build/docs/locations">Cloud Build locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 21, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#January_21_2025</id>
    <updated>2025-01-21T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#January_21_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now map specific build log fields to log entry fields when the build log is sent to Cloud Logging. For more information, see <a href="https://docs.cloud.google.com/build/docs/securing-builds/store-manage-build-logs#config-structured-logs">Map build log fields to log entry fields</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 17, 2025</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#January_17_2025</id>
    <updated>2025-01-17T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#January_17_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use Cloud Build to push Go modules to Artifact Registry. For more information, see <a href="https://docs.cloud.google.com/build/docs/building/build-go">Build and test Go applications</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 23, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#September_23_2024</id>
    <updated>2024-09-23T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#September_23_2024"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>Cloud Build is now available in the africa-south1 region.</p>
<p>For more information, see <a href="https://docs.cloud.google.com/build/docs/locations">Cloud Build locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 19, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#August_19_2024</id>
    <updated>2024-08-19T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#August_19_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Build support for <a href="https://docs.cloud.google.com/resource-manager/docs/organization-policy/creating-managing-custom-constraints">custom organization policies</a> is now <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>.</p>
<p>Custom organization policies let you define constraints for programmatic, fine-grained control over your organization's resources. You can set these policies at the organization, folder, or project level.</p>
<p>To learn more, see <a href="https://docs.cloud.google.com/build/docs/custom-constraints">Manage Cloud Build resources with custom constraints</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 09, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#July_09_2024</id>
    <updated>2024-07-09T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#July_09_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Build users can connect to Bitbucket Cloud and Bitbucket Data Center hosts and add repositories with the <a href="https://docs.cloud.google.com/build/docs/terraform">Terraform provider for Google Cloud</a>.</p>
<p>To learn more, see <a href="https://docs.cloud.google.com/build/docs/automating-builds/bitbucket/connect-host-bitbucket-cloud#terraform">Connect to a Bitbucket Cloud host</a> and <a href="https://docs.cloud.google.com/build/docs/automating-builds/bitbucket/connect-host-bitbucket-data-center?generation=2nd-gen#terraform">Connect to a Bitbucket Data Center host</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 02, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#July_02_2024</id>
    <updated>2024-07-02T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#July_02_2024"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>Cloud Build is introducing new organization policy constraints.</p>
<p>The default behavior for how Cloud Build uses service accounts in new projects was changed to improve the security posture of our customers going forward. Organizations can opt out of these changes using new <a href="https://docs.cloud.google.com/build/docs/cloud-build-service-account-updates#disable-sa">organization policy boolean constraints</a>.</p>
<p>To learn more about these changes, see <a href="https://docs.cloud.google.com/build/docs/cloud-build-service-account-updates">Cloud Build Service Account Change</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 25, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#June_25_2024</id>
    <updated>2024-06-25T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#June_25_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Build support for <a href="https://slsa.dev/spec/v1.0/">Supply-chain Levels for Software Artifacts (SLSA) version 1.0</a> compliant provenance is now <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a> to help you safeguard your automated build pipelines.</p>
<p>Build provenance is verifiable metadata that you can use to audit builds. Cloud Build can generate provenance aligned with the SLSA v1.0 spec when you use the option <code>requestedVerifyOption</code> with triggered builds.</p>
<p>Learn how to use <a href="https://docs.cloud.google.com/build/docs/securing-builds/generate-validate-build-provenance">build provenance in Cloud Build</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 07, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#March_07_2024</id>
    <updated>2024-03-07T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#March_07_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Build repositories (2nd gen) now supports integration with <a href="https://docs.cloud.google.com/build/docs/automating-builds/bitbucket/connect-host-bitbucket-cloud">Bitbucket Cloud</a> and <a href="https://docs.cloud.google.com/build/docs/automating-builds/bitbucket/connect-host-bitbucket-data-center?generation=2nd-gen">Bitbucket Data Center</a>. These features are <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 22, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#January_22_2024</id>
    <updated>2024-01-22T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#January_22_2024"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>Cloud Build is now available in the following regions:</p>
<ul>
<li>europe-west10</li>
<li>europe-west12</li>
<li>me-central1</li>
<li>me-central2</li>
</ul>
<p>For more information, see <a href="https://docs.cloud.google.com/build/docs/locations">Cloud Build locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 16, 2024</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#January_16_2024</id>
    <updated>2024-01-16T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#January_16_2024"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>Cloud Build is introducing a new organization policy constraint.</p>
<p>On April 29, 2024, we are introducing changes to Cloud Build's default behavior and use of service accounts in new projects. Organizations can opt out of these changes using a new <a href="https://docs.cloud.google.com/build/docs/cloud-build-service-account-updates">organization policy boolean constraint</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 30, 2023</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#November_30_2023</id>
    <updated>2023-11-30T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#November_30_2023"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>Cloud Build is now available in the following regions:</p>
<ul>
<li>europe-southwest1</li>
<li>europe-west8</li>
<li>europe-west9</li>
<li>me-west1</li>
<li>us-east5</li>
<li>us-south1</li>
</ul>
<p>For more information, see <a href="https://docs.cloud.google.com/build/docs/locations">Cloud Build locations</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 11, 2023</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#October_11_2023</id>
    <updated>2023-10-11T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#October_11_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Users can now set an IP range size and starting IP address for private connections in Bitbucket Data Center using the <code>peeredNetworkIpRange</code>. This feature is <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>. To learn more, see <a href="https://docs.cloud.google.com/build/docs/automating-builds/bitbucket/build-repos-from-bitbucket-data-center-private-network">Build repositories in Bitbucket Data Center in a private network</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 07, 2023</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#September_07_2023</id>
    <updated>2023-09-07T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#September_07_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Users can now use <a href="https://docs.cloud.google.com/build/docs/manually-build-code-source-repos?generation=1st-gen">manual triggers</a>, <a href="https://docs.cloud.google.com/build/docs/automate-builds-webhook-events">webhook triggers</a>, and <a href="https://docs.cloud.google.com/build/docs/automate-builds-pubsub-events">Pub/Sub triggers</a> to build Bitbucket Server and Bitbucket Data Center repositories through <a href="https://docs.cloud.google.com/build/docs/repositories">Cloud Build repositories</a> (1st gen). This feature is <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>. To learn more, see <a href="https://docs.cloud.google.com/build/docs/automating-builds/bitbucket/build-repos-from-bitbucket-server">Build repositories from Bitbucket Server</a> and <a href="https://docs.cloud.google.com/build/docs/automating-builds/bitbucket/build-repos-from-bitbucket-data-center">Build repositories from Bitbucket Data Center</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 01, 2023</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#September_01_2023</id>
    <updated>2023-09-01T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#September_01_2023"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>Cloud Build's free tier now offers the <code>e2-standard-2</code> <a href="https://cloud.google.com/build/docs/api/reference/rest/v1/projects.builds#machinetype">machine type</a> as the new default machine type. The free tier now offers 2,500 build-minutes per month to provide you with more flexibility to use free build-minutes however you want throughout the month instead of being limited to a daily allocation. Changes to the Cloud Build free tier are effective as of September 1, 2023. To learn more, see <a href="https://docs.cloud.google.com/build/pricing">Cloud Build pricing</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 29, 2023</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#August_29_2023</id>
    <updated>2023-08-29T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#August_29_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now configure Cloud Build to generate Google-signed identity tokens for user-specified service accounts during a build. Leveraging identity tokens with Cloud Build, you can:</p>
<ul>
<li><a href="https://docs.cloud.google.com/build/docs/securing-builds/authorize-service-to-service-access">Authorize service-to-service access from Cloud Build</a></li>
<li><a href="https://docs.cloud.google.com/build/docs/building/build-containers#use-cosign">Sign your builds</a></li>
</ul>
<p>Identity tokens that you generate with Cloud Build conform to the OpenID Connect (OIDC) specification.</p>
<p>This feature is <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 18, 2023</title>
    <id>tag:google.com,2016:cloudbuild-release-notes#August_18_2023</id>
    <updated>2023-08-18T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/build/docs/release-notes#August_18_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Cloud Build now generates provenance attestations that meet <a class="external" href="https://slsa.dev/spec/v1.0/">Supply-chain Levels for Software Artifacts (SLSA) v1.0</a> specifications. Build provenance is a verifiable collection of metadata that you can use to audit builds and safeguard deployments. </p>
<p>This feature is in <a href="https://cloud.google.com/products/#product-launch-stages">Preview</a>. Builds triggered by repository events such as pushes or pull requests will generate the v1.0 provenance.</p>
<p>Learn how to use <a href="https://docs.cloud.google.com/build/docs/securing-builds/view-build-provenance">build provenance in Cloud Build</a>.</p>
]]>
    </content>
  </entry>

</feed>
