Skip to content

Commit 80a59a0

Browse files
[Release] Release v1.72.0
## Release v1.72.0 ### New Features and Improvements * Add `databricks_disable_legacy_access_setting` resource to disable legacy access methods ([#4578](#4578)). * Customize and document `event_log` block in `databricks_pipeline` ([#4612](#4612)) * Add automatic clustering support for `databricks_sql_table` ([#4607](#4607)) ### Bug Fixes * Fix `databricks_workspace_binding` for existing resources using `external-location` or `storage-credential` securable types ([#4611](#4611)). * Suppress diff in `databricks_mlflow_experiment` name ([#4606](#4606)) ### Documentation * Add import instructions for `databricks_share` and `databricks_recipient` ([#4608](#4608))
1 parent 0d6c73c commit 80a59a0

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-04-01 10:23:18+0000"
2+
"timestamp": "2025-04-07 14:32:14+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.72.0
4+
5+
### New Features and Improvements
6+
7+
* Add `databricks_disable_legacy_access_setting` resource to disable legacy access methods ([#4578](https://github.com/databricks/terraform-provider-databricks/pull/4578)).
8+
* Customize and document `event_log` block in `databricks_pipeline` ([#4612](https://github.com/databricks/terraform-provider-databricks/pull/4612))
9+
* Add automatic clustering support for `databricks_sql_table` ([#4607](https://github.com/databricks/terraform-provider-databricks/pull/4607))
10+
11+
### Bug Fixes
12+
13+
* Fix `databricks_workspace_binding` for existing resources using `external-location` or `storage-credential` securable types ([#4611](https://github.com/databricks/terraform-provider-databricks/pull/4611)).
14+
* Suppress diff in `databricks_mlflow_experiment` name ([#4606](https://github.com/databricks/terraform-provider-databricks/pull/4606))
15+
16+
### Documentation
17+
18+
* Add import instructions for `databricks_share` and `databricks_recipient` ([#4608](https://github.com/databricks/terraform-provider-databricks/pull/4608))
19+
20+
321
## Release v1.71.0
422

523
### New Features and Improvements

NEXT_CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.72.0
3+
## Release v1.73.0
44

55
### New Features and Improvements
66

7-
* Add `databricks_disable_legacy_access_setting` resource to disable legacy access methods ([#4578](https://github.com/databricks/terraform-provider-databricks/pull/4578)).
8-
* Customize and document `event_log` block in `databricks_pipeline` ([#4612](https://github.com/databricks/terraform-provider-databricks/pull/4612))
9-
* Add automatic clustering support for `databricks_sql_table` ([#4607](https://github.com/databricks/terraform-provider-databricks/pull/4607))
10-
117
### Bug Fixes
128

13-
* Fix `databricks_workspace_binding` for existing resources using `external-location` or `storage-credential` securable types ([#4611](https://github.com/databricks/terraform-provider-databricks/pull/4611)).
14-
* Suppress diff in `databricks_mlflow_experiment` name ([#4606](https://github.com/databricks/terraform-provider-databricks/pull/4606))
15-
169
### Documentation
1710

18-
* Add import instructions for `databricks_share` and `databricks_recipient` ([#4608](https://github.com/databricks/terraform-provider-databricks/pull/4608))
19-
2011
### Exporter
2112

2213
### Internal Changes

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.71.0"
6+
version = "1.72.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)