Skip to content

Releases: buildkite/terraform-provider-buildkite

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

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.

  • 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

v1.6.1-gpg

23 Apr 07:05
b01aa13
Compare
Choose a tag to compare
v1.6.1-gpg Pre-release
Pre-release

This is just a pre-release to test our new GPG signature

v1.6.0

04 Apr 03:13
dfbf832
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.6.0

v1.5.2

14 Mar 01:41
113d32f
Compare
Choose a tag to compare

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

05 Mar 03:25
50dbc4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

03 Mar 22:38
1981bfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0