Releases: buildkite/terraform-provider-buildkite
Releases · buildkite/terraform-provider-buildkite
v0.6.0
Added
buildkite_team_member
resource: Manage organisation team membership [#173] @jradtilbrook- Bump Golang to 1.17.3
- Pipeline resource: Add
build_pull_request_labels_changed
property [#164] @hadusam
Fixed
- Fixed typo in pipeline docs [#172] @RussellRollins
- Added
cancel_deleted_branch_builds
to pipeline docs [#160] @keith
New Contributors
- @keith made their first contribution in #160
- @RussellRollins made their first contribution in #172
- @Bockit made their first contribution in #165
- @hadusam made their first contribution in #164
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
v0.3.0
Added
buildkite_pipeline
resource can now manage provider settings (which webhooks to build on, etc) [PR #123] @vgrigoruk
Changed
buildkite_pipeline
resource: use 'Computed: true' for attributes that are initialized on backend [PR #125] @vgrigoruk- when these properties are unspecified in terraform, default values are left to Buildkite to define
v0.2.0
Added
Changed
- Add darwin/arm64 (M1 systems) to the build matrix [PR #104] @yob
- The following resources and data sources can now be used by API tokens that belong to non administrators, provided
the token belongs to a user who has team maintainer permissions [PR #112] @chloeruka @yobbuildkite_pipeline
resourcebuildkite_pipeline
data sourcebuildkite_pipeline_schedule
resource
- All resources and data sources now have acceptance tests [many PRs] @chloeruka @yob
v0.1.0
Added
- New
pipeline_schedule
resource [PR #87] @vgrigoruk
Changed
- Require terraform 0.13 or greater [PR #89] @vgrigoruk
- Add PowerPC 64 LE to the build matrix [PR #92] @runlevel5
v0.0.17
v0.0.16
This release contains no new code, it just tests releasing the provider from its new home in the Buildkite organisation.
v0.0.15
Added missing documentation for pipeline parameters.
Thanks to @leungtimothy for the contribution
v0.0.14
Add documentation in the format required for Terraform Registry