Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@nsuma8989 nsuma8989 released this 10 Oct 22:54
· 5 commits to main since this release
9bbca63

What's Changed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: echo "Credentials are located at \$GOOGLE_APPLICATION_CREDENTIALS"
    plugins:
-     gcp-workload-identity-federation#v1.3.0:
+     gcp-workload-identity-federation#v1.4.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"

New Contributors

Full Changelog: v1.3.0...v1.4.0