Skip to content

Releases: buildkite/terraform-provider-buildkite

Support pipeline steps

22 Jul 01:11
Compare
Choose a tag to compare

This release brings support for configuring pipeline steps.
The current implementation expects the yaml steps to be stringified, this is because the Buildkite GraphQL API expects the same format.

We might consider using a more well-defined format in a future release

Support basic pipelines

19 Jul 14:50
1b092eb
Compare
Choose a tag to compare

This release adds support for Buildkite pipelines. It however, does not allow configuring the steps and instead sets the upload step.

Initial release supporting Buildkite agent tokens

28 Jun 06:16
011ee2a
Compare
Choose a tag to compare

This is the first release of this Terraform plugin.

It currently only supports Buildkite agent tokens but more things will be added in the future.