Releases: buildkite/terraform-provider-buildkite
v1.13.1
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
v1.12.0
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
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
- @petetomasik made their first contribution in #568
Full Changelog: v1.10.2...v1.11.0
v1.10.2
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
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
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
- Improve handling of steps and changing outside TF by @jradtilbrook and @drcapulet in #539
- Release 1.10.0 - Improve handling of steps and changing outside TF by @tomowatt in #543
New Contributors
- @drcapulet made their first contribution in #539
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
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
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
- @tomowatt made their first contribution in #525
- @wolfeidau made their first contribution in #532
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #516
- Add Priya to CODEOWNERS by @mcncl in #515
- Use new env vars for gpg key by @jradtilbrook in #517
- Fix importing of gpg key used for release signing by @yob in #518
- Replace ASCII with base64 by @mcncl in #519
- Expose the
key
for a default_cluster_queue resource by @mcncl in #521
Full Changelog: v1.6.0...v1.7.0