Skip to content

v1.1.0 (馃С Baggage)

Latest
Compare
Choose a tag to compare
@pzeballos pzeballos released this 01 Sep 01:09
· 7 commits to main since this release
98f6b69

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: echo "Credentials are located at \$GOOGLE_APPLICATION_CREDENTIALS"
    plugins:
-     gcp-workload-identity-federation#v1.0.0:
+     gcp-workload-identity-federation#v1.1.0:
        audience: "//iam.googleapis.com/projects/123456789/locations/global/workloadIdentityPools/buildkite-example-pipeline/providers/buildkite"
        service-account: "buildkite-example-pipeline@oidc-project.iam.gserviceaccount.com"