Skip to content

Commit 41ff1d0

Browse files
authored
Merge pull request #567 from dbt-labs/release/v1.4.2
Release v1.4.2
2 parents ae8c5df + 53b9ec5 commit 41ff1d0

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

.changes/unreleased/Behind the scenes-20251126-115740.yaml

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

.changes/unreleased/Behind the scenes-20251126-125922.yaml

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

.changes/unreleased/Changes-20251111-171704.yaml

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

.changes/unreleased/Changes-20251119-173145.yaml

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

.changes/unreleased/Changes-20251120-150929.yaml

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

.changes/v1.4.2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# [v1.4.2](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.4.1...v1.4.2)
2+
### Changes
3+
* Added skip_credentials_validation flag to provider for skipping credential validation during initialization
4+
* Add validation to schema names to follow the same rules as in the cloud UI
5+
* Job is_active field enforced to be true on resource creation
6+
### Behind the scenes
7+
* Security update
8+
* Null id validation

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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.4.2](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.4.1...v1.4.2)
10+
### Changes
11+
* Added skip_credentials_validation flag to provider for skipping credential validation during initialization
12+
* Add validation to schema names to follow the same rules as in the cloud UI
13+
* Job is_active field enforced to be true on resource creation
14+
### Behind the scenes
15+
* Security update
16+
* Null id validation
17+
918
# [v1.4.1](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.4.0...v1.4.1)
1019

1120
# [v1.4.0](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v1.3.0...v1.4.0)

0 commit comments

Comments
 (0)