Skip to content

Releases: buildkite/terraform-provider-buildkite

v0.6.0

09 Feb 01:56
da1f228
Compare
Choose a tag to compare

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

New Contributors


Full Changelog: v0.5.0...v0.6.0

v0.5.0

23 Jun 04:25
Compare
Choose a tag to compare

Added

  • Pipeline resource: Add badge_url property [PR #151] @JPScutt
  • Pipeline resource: Add filter_condition and filter_enabled to provider_settings [PR #157] @gu-kevin

Fixed

  • Improved documentation for pipeline resource [PR #145] [PR #146] @jlisee
  • Improved error when an unrecognised team slug is used in pipeline resource [PR #155] @yob
  • Improved error message when an unrecognised ID is used while importing a pipeline schedule [PR #144] @yob

v0.4.0

30 Apr 13:48
Compare
Choose a tag to compare

Added

  • buildkite_meta data source for fetching the IP addresses Buildkite uses for webhooks [PR #136] @yob

v0.3.0

30 Mar 01:09
Compare
Choose a tag to compare

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

10 Mar 05:48
10576bd
Compare
Choose a tag to compare

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 @yob
    • buildkite_pipeline resource
    • buildkite_pipeline data source
    • buildkite_pipeline_schedule resource
  • All resources and data sources now have acceptance tests [many PRs] @chloeruka @yob

v0.1.0

07 Feb 04:13
Compare
Choose a tag to compare

Added

Changed

v0.0.17

18 Dec 06:17
Compare
Choose a tag to compare

No code changes from 0.0.16 - just the first release signed by a buildkite gpg key that will be available in the terraform registry as buildkite/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