Changes

1.15.1 (2024-01-30)

Bug Fixes

  • cloudbuild: Enable universe domain resolution options (fd1d569)

1.15.0 (2023-11-09)

Features

  • cloudbuild/apiv1: Add optional field “SourceFetcher” to choose source fetcher tool (b44c4b3)

1.14.3 (2023-11-01)

Bug Fixes

  • cloudbuild: Bump google.golang.org/api to v0.149.0 (8d2ab9f)

1.14.2 (2023-10-26)

Bug Fixes

  • cloudbuild: Update grpc-go to v1.59.0 (81a97b0)

1.14.1 (2023-10-12)

Bug Fixes

  • cloudbuild: Update golang.org/x/net to v0.17.0 (174da47)

1.14.0 (2023-08-08)

Features

  • cloudbuild/apiv1: Add update_mask to UpdateBuildTriggerRequest proto (#8358) (58b5851)

1.13.0 (2023-07-26)

Features

  • cloudbuild/apiv1: Add automap_substitutions flag to use substitutions as envs in Cloud Build (327e101)
  • cloudbuild/apiv1: Add git_file_source and git_repo_source to build_trigger (7cb7f66)

1.12.0 (2023-07-24)

Features

  • cloudbuild/apiv1: Add repositoryevent to buildtrigger (eca3c90)
  • cloudbuild/apiv1: Add routing information in Cloud Build GRPC clients (eca3c90)
  • cloudbuild/apiv1: Added e2-medium machine type (eca3c90)
  • cloudbuild/apiv1: Update third party clodubuild.proto library to include git_source (eca3c90)

1.11.0 (2023-07-10)

Features

  • cloudbuild: Add GitLabConfig and fetchGitRefs for Cloud Build Repositories (a3ec3cf)

1.10.1 (2023-06-20)

Bug Fixes

  • cloudbuild: REST query UpdateMask bug (df52820)

1.10.0 (2023-05-30)

Features

  • cloudbuild: Update all direct dependencies (b340d03)

1.9.1 (2023-05-08)

Bug Fixes

  • cloudbuild: Update grpc to v1.55.0 (1147ce0)

1.9.0 (2023-03-22)

Features

  • cloudbuild/apiv1: Add DefaultLogsBucketBehavior to BuildOptions (00fff3a)

Bug Fixes

  • cloudbuild: Change java package of Cloud Build v2 (00fff3a)
  • cloudbuild: Change java package of Cloud Build v2 (00fff3a)

1.8.0 (2023-03-15)

Features

  • cloudbuild: Update iam and longrunning deps (91a1f78)

1.7.0 (2023-03-01)

Features

1.6.0 (2023-01-04)

Features

  • cloudbuild: Add REST client (06a54a1)

1.5.0 (2022-11-09)

Features

  • cloudbuild/apiv1: Add allow_failure, exit_code, and allow_exit_code to BuildStep message (9c5d6c8)
  • cloudbuild/apiv1: Integration of Cloud Build with Artifact Registry (9c5d6c8)

1.4.0 (2022-11-03)

Features

  • cloudbuild: rewrite signatures in terms of new location (3c4b2b3)

1.3.0 (2022-10-25)

Features

  • cloudbuild: start generating stubs dir (de2d180)

1.2.0 (2022-02-23)

Features

  • cloudbuild: set versionClient to module version (55f0d92)

1.1.0 (2022-02-14)

Features

  • cloudbuild: add file for tracking version (17b36ea)

1.0.0

Stabilize GA surface.

0.2.0 (2021-08-30)

Features

  • cloudbuild/apiv1: Add ability to configure BuildTriggers to create Builds that require approval before executing and ApproveBuild API to approve or reject pending Builds (d4c3340)
  • cloudbuild/apiv1: add script field to BuildStep message (b9226eb)
  • cloudbuild/apiv1: Update cloudbuild proto with the service_account for BYOSA Triggers. (b9226eb)

v0.1.0

This is the first tag to carve out cloudbuild as its own module. See Add a module to a multi-module repository.