Releases: buildkite/terraform-provider-buildkite
v1.0.4
What's Changed
- Bump golang.org/x/net from 0.11.0 to 0.17.0 by @dependabot in #416
- SUP-1492 Fix cluster queue description pointer by @jradtilbrook in #418
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Remove validation on provider_settings by @jradtilbrook in #414
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- SUP-1460 Fix provider_settings validation by @jradtilbrook in #412
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Dont set provider_settings if not defined by @jradtilbrook in #411
Full Changelog: v1.0.0...v1.0.1
v1.0.0
We are thrilled to release v1.0 of the Buildkite Terraform provider. This is the culmination of years of development and refactors to improve developer experience.
Upgrading to v1.0
Please refer to the Upgrade Guide
What's Changed
- retryContextError util resource switch by @james2791 in #394
- SUP-1394 Add validation to provider_settings by @jradtilbrook in #387
- Added
build_pull_request_ready_for_review
to pipeline resource docs/examples/tests by @james2791 in #396 - SUP-1382: Remove pipeline team block by @lizrabuya in #391
- SUP-1370 Update to protocol v6 by @jradtilbrook in #400
- SUP-1293 Generate docs from code by @jradtilbrook in #397
- SUP-1431 Upgrade path for pipeline teams by @jradtilbrook in #401
- SUP-1395 Change timeouts to nested attribute by @jradtilbrook in #402
- SUP-1390: Provider Settings conversion to a nested attribute by @james2791 in #403
- SUP-1444 Add cluster_default_queue resource by @jradtilbrook in #404
- SUP-1446 Add enforce_2fa to organization resource by @jradtilbrook in #406
- SUP-1432 v1.0 documentation updates by @jradtilbrook in #408
Full Changelog: v0.27.0...v1.0.0
v1.0.0-beta
What's Changed
- SUP-1395 Change timeouts to nested attribute by @jradtilbrook in #402
- SUP-1390: Provider Settings conversion to a nested attribute by @james2791 in #403
- SUP-1444 Add cluster_default_queue resource by @jradtilbrook in #404
- SUP-1446 Add enforce_2fa to organization resource by @jradtilbrook in #406
Full Changelog: v1.0.0-docs.2...v1.0.0-beta
v1.0.0-docs.2
Pre-release for upcoming v1.0
v1.0.0-docs
SUP-1431 Upgrade path for pipeline teams (#401) * Improve docs around upgrade path for pipeline teams * Add note about team upgrade * Update changelog * Add doc note about pre-release
v0.27.0
Important notes
This release introduces a default timeout for all CRUD operations on resources of 30 seconds. You can override this using the timeout
attribute of the provider configuration block.
What's Changed
- SUP-1392: Random test suite names in tests/t.Run() conversion by @james2791 in #376
- SUP-1374 Add timeout to provider and cluster datasource by @jradtilbrook in #363
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 by @dependabot in #379
- SUP-1374 Remove timeout context by @jradtilbrook in #378
- SUP-1402: Agent token resource retries by @james2791 in #382
- SUP-1322: Team member resource retries by @james2791 in #381
- SUP-805: Team resource retries by @james2791 in #360
- SUP-1399: Add retry to pipeline team resource by @lizrabuya in #384
- Add retries to pipeline-schedule by @lizrabuya in #380
- SUP-1361: Add timeouts to pipeline resource api by @lizrabuya in #385
- Add retries to cluster resource create by @mcncl in #356
- SUP-1405: Fix dangling team resources created in tests by @lizrabuya in #389
- SUP-1400: Test suite and test suite team (team suite) resource retries by @james2791 in #383
- SUP-1393 Detect repository provider type by @jradtilbrook in #386
- Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.11.0 to 0.12.0 by @dependabot in #392
- Bump github.com/hashicorp/terraform-plugin-testing from 1.4.0 to 1.5.1 by @dependabot in #393
- SUP-1401: Cluster Queue and Cluster Agent Token resource retries by @james2791 in #388
- Release v0.27.0 by @jradtilbrook in #395
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- SUP-1319: Removal of archive_on_delete from pipeline resource by @james2791 in #369
- SUP-1388 Implement planmodifier.String for slugs by @jradtilbrook in #374
- Use ID for Cluster read and import by @mcncl in #372
- Move Cluster tests to t.Run by @mcncl in #365
- SUP-1337: Remove org settings resource & remove mux provider by @lizrabuya in #368
- SUP-1320: Remove deprecated deletion_protection from pipeline by @lizrabuya in #373
- Release 0.26.0 by @lizrabuya in #375
##Notable Changes
The archive_on_delete
attribute has been removed from the buildkite_pipeline resource in this release. Please use the provider configuration archive_pipeline_on_delete instead.
The deletion_protection
attribute has also been removed from the buildkite_pipeline resource in this release. This feature offers similar functionality to lifecycles which are supported by Terraform.
Full Changelog: v0.25.1...v0.26.0