Skip to content

Releases: buildkite/terraform-provider-buildkite

v0.0.16

03 Dec 07:25
03af708
Compare
Choose a tag to compare

This release contains no new code, it just tests releasing the provider from its new home in the Buildkite organisation.

v0.0.15

01 Dec 05:41
03af708
Compare
Choose a tag to compare

Added missing documentation for pipeline parameters.

Thanks to @leungtimothy for the contribution

v0.0.14

13 Oct 13:27
38f46f0
Compare
Choose a tag to compare

Add documentation in the format required for Terraform Registry

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.