Skip to content

Commit 9a15e03

Browse files
Release v1.3.0 (#542)
Co-authored-by: victorasu <[email protected]>
1 parent 1e5377d commit 9a15e03

File tree

7 files changed

+26
-15
lines changed

7 files changed

+26
-15
lines changed

.changes/unreleased/Changes-20250915-173151.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Documentation-20250930-202727.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixes-20250930-202655.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixes-20250930-202703.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixes-20251006-145537.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changes/v1.3.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [v1.3.0](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.2.2...v1.3.0)
2+
### Changes
3+
* Added support vor bq adapter v1
4+
### Fixes
5+
* Resolved `dbtcloud_privatelink_endpoint` limitation to support filtering across all paginated endpoints, not just the first 100.
6+
* Resolved `dbtcloud_privatelink_endpoints` not working with the legacy resource names.
7+
*
8+
### Documentation
9+
* Added documentation and examples for the `dbtcloud_privatelink_endpoints` data source.

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,24 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9-
# [v1.2.2](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.2.1...v1.2.2)
9+
# [v1.3.0](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.2.2...v1.3.0)
10+
### Changes
11+
* Added support vor bq adapter v1
12+
### Fixes
13+
* Resolved `dbtcloud_privatelink_endpoint` limitation to support filtering across all paginated endpoints, not just the first 100.
14+
* Resolved `dbtcloud_privatelink_endpoints` not working with the legacy resource names.
15+
*
16+
### Documentation
17+
* Added documentation and examples for the `dbtcloud_privatelink_endpoints` data source.
1018

19+
# [v1.2.2](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.2.1...v1.2.2)
20+
### Changes
21+
* Added resource to get all privatelink endpoint urls
22+
* Create dbtcloud_scim_group_permissions and groups data source
23+
### Fixes
24+
* Keep private key on update on bq sl cred
25+
### Documentation
26+
* Added clarification on ADO repository docs for required fields
1127
# [v1.2.1](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.2.0...v1.2.1)
1228
### Changes
1329
* Added resource to get all privatelink endpoint urls

0 commit comments

Comments
 (0)