v1.3.0 (🐨 Sightseeing)
Added
- Add ability to request optional oidc claims for org and pipeline (#13) @derektamsen
- Docs updates (#14) @toote
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: echo "Credentials are located at \$GOOGLE_APPLICATION_CREDENTIALS"
plugins:
- gcp-workload-identity-federation#v1.2.0:
+ gcp-workload-identity-federation#v1.3.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"