Releases: buildkite/terraform-provider-buildkite
v0.0.13
Update the release process to follow the Terraform Registry guides
v0.0.10
This release adds the ability to specify team access when creating a pipeline.
Thanks to @darrylb-github for contributing the functionality!
v0.0.9
This release adds the ability to specify team access when creating a pipeline.Thanks to @darrylb-github for contributing the functionality!
v0.0.8
This release adds more fields to the pipeline resource to support configuring the default branch and build skipping/cancellation.
v0.0.7
This release doesn't change any provider functionality, it simply fixes the release action used to attach binaries to GitHub releases
v0.0.6
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
This release fixes the update pipeline action that was previously not working.
v0.0.4
Support pipeline steps
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
This release adds support for Buildkite pipelines. It however, does not allow configuring the steps and instead sets the upload step.