Skip to content

Releases: buildkite-plugins/gcp-workload-identity-federation-buildkite-plugin

v1.4.0

10 Oct 22:54
9bbca63
Compare
Choose a tag to compare

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: "[email protected]"

New Contributors

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

v1.3.0 (🐨 Sightseeing)

10 Aug 00:02
763230f
Compare
Choose a tag to compare

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.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: "[email protected]"

v1.2.0 (⛈️ Big Storm)

19 Jul 16:57
d9d647e
Compare
Choose a tag to compare

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.1.0:
+     gcp-workload-identity-federation#v1.2.0:
        audience: "//iam.googleapis.com/projects/123456789/locations/global/workloadIdentityPools/buildkite-example-pipeline/providers/buildkite"
        service-account: "[email protected]"

v1.1.0 (🧳 Baggage)

01 Sep 01:09
98f6b69
Compare
Choose a tag to compare

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: "[email protected]"

v1.0.0 ( 🎉 First Release)

10 Aug 20:26
48f2bff
Compare
Choose a tag to compare