Releases: buildkite/terraform-provider-buildkite
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
v1.6.1-gpg
This is just a pre-release to test our new GPG signature
v1.6.0
What's Changed
- SUP-1906 Error on apply when provider_settings is omitted by @lizrabuya in #510
- Bump docker/library/golang from 1.22.0 to 1.22.1 by @dependabot in #511
- SUP-2021 Add Test Suite Datasource by @jradtilbrook in #512
- Prep release 1.6.0 by @jradtilbrook in #513
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- Bump docker/library/golang from 1.21.6 to 1.22.0 by @dependabot in #488
- Bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.21 by @dependabot in #495
- SUP-1905 Update docs with default values for provider_settings attributes by @lizrabuya in #494
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #498
- Update CHANGELOG for release of v1.5.2 by @mcncl in #499
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0
What's Changed
- CODEOWNERS update by @james2791 in #486
- SUP-1877: Team datasource docs/example tweaks by @james2791 in #487
- SUP-1851 Get pipeline webhook from REST API by @jradtilbrook in #485
Full Changelog: v1.4.1...v1.5.0