Skip to content

Commit e300bb9

Browse files
Release v1.48.0 (#3699)
### New Features and Improvements * Add customize diff for `databricks_grant` and `databricks_grants` for case insensitivity & spaces in grants ([#3657](#3657)). * Fix detection of local file changes in `databricks_file` ([#3662](#3662)). * Apply all cluster validations to jobs cluster references ([#3651](#3651)). * Fixed: Issue with `databricks_cluster` resource using `exporter` does not include cluster libraries ([#3674](#3674)). * Relaxed cluster check for `databricks_sql_permissions` ([#3683](#3683)). * Update jobs library fields from set to list ([#3669](#3669)). * Added `CAN_MONITOR` permission to SQL warehouses in `databricks_permissions` ([#3681](#3681)). ### Documentation Changes * Fix errors in Unity Catalog data sources documentation ([#3656](#3656)). * Rename default_namespace_setting documentation to correct name ([#3682](#3682)). * Fix private DNS zone resource name in ADB PL Simplified guide ([#3664](#3664)). * Added links to Terraform modules and removed mention of E2 arch ([#3667](#3667)). ### Internal Changes * Update CodeQL actions to v3 ([#3648](#3648)). * Ensure jobs tests check for error ([#3666](#3666)). ### Dependency updates * Update to use Go 1.22 ([#3647](#3647)). * Bump github.com/databricks/databricks-sdk-go from 0.41.0 to 0.42.0 ([#3638](#3638)). * Bump github.com/databricks/databricks-sdk-go from 0.42.0 to 0.43.0 ([#3697](#3697)).
1 parent d698447 commit e300bb9

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7acbe9e90040d5a6a769aa6234720967ea0b18a3
1+
7437dabb9dadee402c1fc060df4c1ce8cc5369f0

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Version changelog
22

3+
## 1.48.0
4+
5+
### New Features and Improvements
6+
* Add customize diff for `databricks_grant` and `databricks_grants` for case insensitivity & spaces in grants ([#3657](https://github.com/databricks/terraform-provider-databricks/pull/3657)).
7+
* Fix detection of local file changes in `databricks_file` ([#3662](https://github.com/databricks/terraform-provider-databricks/pull/3662)).
8+
* Apply all cluster validations to jobs cluster references ([#3651](https://github.com/databricks/terraform-provider-databricks/pull/3651)).
9+
* Fixed: Issue with `databricks_cluster` resource using `exporter` does not include cluster libraries ([#3674](https://github.com/databricks/terraform-provider-databricks/pull/3674)).
10+
* Relaxed cluster check for `databricks_sql_permissions` ([#3683](https://github.com/databricks/terraform-provider-databricks/pull/3683)).
11+
* Update jobs library fields from set to list ([#3669](https://github.com/databricks/terraform-provider-databricks/pull/3669)).
12+
* Added `CAN_MONITOR` permission to SQL warehouses in `databricks_permissions` ([#3681](https://github.com/databricks/terraform-provider-databricks/pull/3681)).
13+
14+
15+
### Documentation Changes
16+
* Fix errors in Unity Catalog data sources documentation ([#3656](https://github.com/databricks/terraform-provider-databricks/pull/3656)).
17+
* Rename default_namespace_setting documentation to correct name ([#3682](https://github.com/databricks/terraform-provider-databricks/pull/3682)).
18+
* Fix private DNS zone resource name in ADB PL Simplified guide ([#3664](https://github.com/databricks/terraform-provider-databricks/pull/3664)).
19+
* Added links to Terraform modules and removed mention of E2 arch ([#3667](https://github.com/databricks/terraform-provider-databricks/pull/3667)).
20+
21+
22+
### Internal Changes
23+
* Update CodeQL actions to v3 ([#3648](https://github.com/databricks/terraform-provider-databricks/pull/3648)).
24+
* Ensure jobs tests check for error ([#3666](https://github.com/databricks/terraform-provider-databricks/pull/3666)).
25+
26+
27+
### Dependency updates
28+
* Update to use Go 1.22 ([#3647](https://github.com/databricks/terraform-provider-databricks/pull/3647)).
29+
* Bump github.com/databricks/databricks-sdk-go from 0.41.0 to 0.42.0 ([#3638](https://github.com/databricks/terraform-provider-databricks/pull/3638)).
30+
* Bump github.com/databricks/databricks-sdk-go from 0.42.0 to 0.43.0 ([#3697](https://github.com/databricks/terraform-provider-databricks/pull/3697)).
31+
332
## 1.47.0
433

534
### New Features and Improvements

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.47.0"
6+
version = "1.48.0"
77
// ResourceName is resource name without databricks_ prefix
88
ResourceName contextKey = 1
99
// Provider is the current instance of provider

0 commit comments

Comments
 (0)