Skip to content

Commit fe9747a

Browse files
Release v1.45.0 (#3610)
* Release v1.45.0 ### New Features and Improvements * Fix bug in collectionToMaps ([#3581](#3581)). * Added `databricks_enhanced_security_monitoring_workspace_setting ` resource for ESC (Enhanced Compliance and Security) settings ([#3563](#3563)). * Added `databricks_automatic_cluster_update_workspace_setting` resource ([#3444](#3444)). * Add databricks_compliance_security_profile_workspace_setting resource ([#3564](#3564)). * Make customizable error logs more readable ([#3583](#3583)). * Fix control run state failures for `databricks_job` resource ([#3585](#3585)). * Added support for popular column types for `resource_sql_table` ([#3528](#3528)). * Modify state upgrader to remove `ebs_volume_iops` set to zero ([#3601](#3601)). * Add route optimized option to model serving terraform ([#3572](#3572)). * Rename lakehouse monitor to quality monitor ([#3584](#3584)). ### Documentation Changes * Fix documentation for `databricks_storage_credential` and `databricks_external_location` data sources ([#3588](#3588)). ### Exporter * Add support for `databricks_mws_permission_assignment` resource ([#3562](#3562)). * Don't list directories in the incremental mode ([#3569](#3569)). ### Internal Changes * Add TestMwsAccServicePrincipalResourceOnAws to flaky tests ([#3580](#3580)). ### Dependency updates * Bump github.com/databricks/databricks-sdk-go from 0.40.1 to 0.41.0 ([#3604](#3604)). * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 ([#3594](#3594)). * fixes
1 parent f2ecb5c commit fe9747a

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2797802be71b292b87b57b465341c7192b4237de
1+
7eb5ad9a2ed3e3f1055968a2d1014ac92c06fe92

CHANGELOG.md

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

3+
## 1.45.0
4+
5+
### New Features and Improvements
6+
* Fix control run state failures for `databricks_job` resource ([#3585](https://github.com/databricks/terraform-provider-databricks/pull/3585)).
7+
* Added support for popular column types for `resource_sql_table` ([#3528](https://github.com/databricks/terraform-provider-databricks/pull/3528)).
8+
* Modify state upgrader to remove `ebs_volume_iops` set to zero ([#3601](https://github.com/databricks/terraform-provider-databricks/pull/3601)).
9+
* Added `databricks_enhanced_security_monitoring_workspace_setting ` resource for ESC (Enhanced Compliance and Security) settings ([#3563](https://github.com/databricks/terraform-provider-databricks/pull/3563)).
10+
* Added `databricks_automatic_cluster_update_workspace_setting` resource ([#3444](https://github.com/databricks/terraform-provider-databricks/pull/3444)).
11+
* Added `databricks_compliance_security_profile_workspace_setting` resource ([#3564](https://github.com/databricks/terraform-provider-databricks/pull/3564)).
12+
* Added route optimized option to model serving terraform ([#3572](https://github.com/databricks/terraform-provider-databricks/pull/3572)).
13+
* Rename lakehouse monitor to quality monitor ([#3584](https://github.com/databricks/terraform-provider-databricks/pull/3584)).
14+
15+
16+
### Documentation Changes
17+
* Fix documentation for `databricks_storage_credential` and `databricks_external_location` data sources ([#3588](https://github.com/databricks/terraform-provider-databricks/pull/3588)).
18+
19+
20+
### Exporter
21+
* Add support for `databricks_mws_permission_assignment` resource ([#3562](https://github.com/databricks/terraform-provider-databricks/pull/3562)).
22+
* Don't list directories in the incremental mode ([#3569](https://github.com/databricks/terraform-provider-databricks/pull/3569)).
23+
24+
25+
### Internal Changes
26+
* Added TestMwsAccServicePrincipalResourceOnAws to flaky tests ([#3580](https://github.com/databricks/terraform-provider-databricks/pull/3580)).
27+
* Fix bug in collectionToMaps ([#3581](https://github.com/databricks/terraform-provider-databricks/pull/3581)).
28+
* Make customizable error logs more readable ([#3583](https://github.com/databricks/terraform-provider-databricks/pull/3583)).
29+
30+
31+
### Dependency updates
32+
* Bump github.com/databricks/databricks-sdk-go from 0.40.1 to 0.41.0 ([#3604](https://github.com/databricks/terraform-provider-databricks/pull/3604)).
33+
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 ([#3594](https://github.com/databricks/terraform-provider-databricks/pull/3594)).
34+
335
## 1.44.0
436

537
### 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.44.0"
6+
version = "1.45.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)