Skip to content

Releases: buildkite/terraform-provider-buildkite

v1.13.1

28 Nov 21:40
a0a5910
Compare
Choose a tag to compare

What's Changed

  • Document that the PS512 and ES512 algorithms are nondeterministic by @steveh in #583
  • SUP-1816 - Signed pipeline steps documentation updates by @petetomasik in #579
  • SUP-2774: Stop panicking on organization rule updates by @james2791 in #584
  • Propose v1.13.1 by @james2791 in #585

Full Changelog: v1.13.0...v1.13.1

v1.13.0

19 Nov 03:48
a3f169c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.12.0

15 Oct 11:14
d7f36fc
Compare
Choose a tag to compare

What's Changed

  • SUP-2506: Organization rule resource and data source implementation by @james2791 in #562
  • Release 1.12.0 - Organization Rules Release by @tomowatt in #572

Full Changelog: v1.11.0...v1.12.0

v1.11.0

13 Oct 06:55
6a4c06c
Compare
Choose a tag to compare

What's Changed

  • SUP-2536: Asserting pipeline template datasource attributes on its tests by @james2791 in #559
  • Bump docker/library/golang from 1.22.5 to 1.23.0 by @dependabot in #560
  • Remove Jarryd from CODEOWNERS by @mcncl in #563
  • Increase cluster queues returned in API response by @petetomasik in #568
  • Remove cluster queues from state if not included in API response by @petetomasik in #569

New Contributors

Full Changelog: v1.10.2...v1.11.0

v1.10.2

09 Aug 14:06
a3f0b37
Compare
Choose a tag to compare

What's Changed

  • Adding a feature request template for better issue management/submission by @mcncl in #549
  • SUP-2495: Update Resources to be replaced if Cluster ID changes by @tomowatt in #554
  • Bump github.com/Khan/genqlient from 0.6.0 to 0.7.0 by @dependabot in #544
  • Bump docker/library/golang from 1.22.4 to 1.22.5 by @dependabot in #555
  • Release 1.10.2 - More Fixes by @tomowatt in #556

Full Changelog: v1.10.1...v1.10.2

v1.10.1

28 Jun 12:55
7d92ee8
Compare
Choose a tag to compare

What's Changed

  • Fix nil reference error when err may be nil by @mcncl in #546
  • SUP-2356: update interpolate version by @tomowatt in #547

Important

This fixes a bug introduced in v1.9.0 where escaped interpolations (e.g., regex /^.+-main\$/) were incorrectly being caught when using Signed Pipeline Step data source and erroring out when updating Pipeline Steps.

Full Changelog: v1.10.0...v1.10.1

v1.10.0

17 Jun 15:48
e316042
Compare
Choose a tag to compare

Important

Due to limitations, "Static" signing of initial steps by the provider cannot contain environment variable interpolations as the Buildkite backend attempts to perform these interpolations, and in so doing, changes the content of the steps, causing any signature verifications to fail.
Ensure removal of environment variable interpolations (e.g., $$MY_VAR) from signed_pipelines_steps data sources before upgrading.
Terraform interpolations (e.g., ${var.some_variable}) are fully supported.
Fixed in v1.10.1

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

17 Jun 08:58
1cf5a0f
Compare
Choose a tag to compare

What's Changed

  • Don't allow interpolations in signed steps input by @moskyb in #534

Important

Due to limitations, "Static" signing of initial steps by the provider cannot contain environment variable interpolations as the Buildkite backend attempts to perform these interpolations, and in so doing, changes the content of the steps, causing any signature verifications to fail.
Ensure removal of environment variable interpolations (e.g., $$MY_VAR) from signed_pipelines_steps data sources before upgrading.
Terraform interpolations (e.g., ${var.some_variable}) are fully supported.
Fixed in v1.10.1

  • Bump docker/library/golang from 1.22.3 to 1.22.4 by @dependabot in #538
  • Bump github.com/vektah/gqlparser/v2 from 2.5.8 to 2.5.15 by @dependabot in #537
  • Release 1.9.0 - Don't allow interpolations in signed steps input by @tomowatt in #540

Full Changelog: v1.8.0...v1.9.0

v1.8.0

13 Jun 10:10
dcd8b52
Compare
Choose a tag to compare

What's Changed

  • Windows ARM64 is deprecated in GoReleaser by @mcncl in #523
  • Bump docker/library/golang from 1.22.1 to 1.22.2 by @dependabot in #524
  • chore: Add tomowatt to CODEOWNERS by @tomowatt in #525
  • Switch some steps over to a hosted queue by @yob in #526
  • SUP-1996: Fix infinite drift with Team Description by @tomowatt in #531
  • Refactor to remove hard coded goreleaser architecture by @wolfeidau in #532

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

01 May 06:12
aa5609c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0