Skip to content

Releases: buildkite/terraform-provider-buildkite

v0.0.13

13 Oct 06:13
dd25a1b
Compare
Choose a tag to compare

Update the release process to follow the Terraform Registry guides

v0.0.10

15 Jun 04:45
6058595
Compare
Choose a tag to compare

This release adds the ability to specify team access when creating a pipeline.
Thanks to @darrylb-github for contributing the functionality!

v0.0.9

15 Jun 04:16
9ba7c6f
Compare
Choose a tag to compare

This release adds the ability to specify team access when creating a pipeline.Thanks to @darrylb-github for contributing the functionality!

v0.0.8

06 Aug 13:05
Compare
Choose a tag to compare

This release adds more fields to the pipeline resource to support configuring the default branch and build skipping/cancellation.

v0.0.7

26 Jul 02:34
Compare
Choose a tag to compare

This release doesn't change any provider functionality, it simply fixes the release action used to attach binaries to GitHub releases

v0.0.6

26 Jul 01:23
Compare
Choose a tag to compare

There was a bug in the provider that caused updates to pipeline steps to be set as the default instead of the user provided steps. This is now fixed

v0.0.5

22 Jul 05:16
Compare
Choose a tag to compare

This release fixes the update pipeline action that was previously not working.

v0.0.4

22 Jul 05:05
Compare
Choose a tag to compare

Changelog

0623051 Remove unused graphql variable for updating pipeline
0b55c50 Use GoReleaser (#11)

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.