Skip to content

Commit 70b688f

Browse files
[Release] Release v1.73.0
## Release v1.73.0 ### New Features and Improvements * Add a new settings resource `databricks_disable_legacy_dbfs_setting` ([#4605](#4605)) * Support for `lifetime` attribute in `databricks_service_principal_secret` resource ([#4633](#4633)). * Mark `databricks_sql_dashaboard` as deprecated ([#4641](#4641)) ### Bug Fixes * Increase the default HTTP timeout to 65 seconds. ### Documentation * Document `user_api_scopes` in `databricks_app` resource and data sources ([#4614](#4614)) * Document new fields in `databricks_model_serving` resource ([#4615](#4615)) ### Exporter * Add export of `databricks_mws_network_connectivity_config` and `databricks_mws_ncc_private_endpoint_rule` ([#4613](#4613)) ### Internal Changes * Refactor `databricks_mws_workspaces` resource and datasource, as well as `databricks_mws_ncc_binding`, to use the Go SDK ([#4633](#4633)). * Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](#4624)). * Bump Go SDK to latest release ([#4645](#4645))
1 parent 5f0cda1 commit 70b688f

File tree

4 files changed

+31
-18
lines changed

4 files changed

+31
-18
lines changed

.release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-04-07 14:32:14+0000"
2+
"timestamp": "2025-04-15 14:40:46+0000"
33
}

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Version changelog
22

3+
## Release v1.73.0
4+
5+
### New Features and Improvements
6+
7+
* Add a new settings resource `databricks_disable_legacy_dbfs_setting` ([#4605](https://github.com/databricks/terraform-provider-databricks/pull/4605))
8+
* Support for `lifetime` attribute in `databricks_service_principal_secret` resource ([#4633](https://github.com/databricks/terraform-provider-databricks/pull/4633)).
9+
* Mark `databricks_sql_dashaboard` as deprecated ([#4641](https://github.com/databricks/terraform-provider-databricks/pull/4641))
10+
11+
### Bug Fixes
12+
13+
* Increase the default HTTP timeout to 65 seconds.
14+
15+
### Documentation
16+
17+
* Document `user_api_scopes` in `databricks_app` resource and data sources ([#4614](https://github.com/databricks/terraform-provider-databricks/pull/4614))
18+
* Document new fields in `databricks_model_serving` resource ([#4615](https://github.com/databricks/terraform-provider-databricks/pull/4615))
19+
20+
### Exporter
21+
22+
* Add export of `databricks_mws_network_connectivity_config` and `databricks_mws_ncc_private_endpoint_rule` ([#4613](https://github.com/databricks/terraform-provider-databricks/pull/4613))
23+
24+
### Internal Changes
25+
26+
* Refactor `databricks_mws_workspaces` resource and datasource, as well as `databricks_mws_ncc_binding`, to use the Go SDK ([#4633](https://github.com/databricks/terraform-provider-databricks/pull/4633)).
27+
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](https://github.com/databricks/terraform-provider-databricks/pull/4624)).
28+
* Bump Go SDK to latest release ([#4645](https://github.com/databricks/terraform-provider-databricks/pull/4645))
29+
30+
331
## Release v1.72.0
432

533
### New Features and Improvements

NEXT_CHANGELOG.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
# NEXT CHANGELOG
22

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

55
### New Features and Improvements
66

7-
* Add a new settings resource `databricks_disable_legacy_dbfs_setting` ([#4605](https://github.com/databricks/terraform-provider-databricks/pull/4605))
8-
* Support for `lifetime` attribute in `databricks_service_principal_secret` resource ([#4633](https://github.com/databricks/terraform-provider-databricks/pull/4633)).
9-
* Mark `databricks_sql_dashaboard` as deprecated ([#4641](https://github.com/databricks/terraform-provider-databricks/pull/4641))
10-
117
### Bug Fixes
128

13-
* Increase the default HTTP timeout to 65 seconds.
14-
159
### Documentation
1610

17-
* Document `user_api_scopes` in `databricks_app` resource and data sources ([#4614](https://github.com/databricks/terraform-provider-databricks/pull/4614))
18-
* Document new fields in `databricks_model_serving` resource ([#4615](https://github.com/databricks/terraform-provider-databricks/pull/4615))
19-
2011
### Exporter
2112

22-
* Add export of `databricks_mws_network_connectivity_config` and `databricks_mws_ncc_private_endpoint_rule` ([#4613](https://github.com/databricks/terraform-provider-databricks/pull/4613))
23-
2413
### Internal Changes
25-
26-
* Refactor `databricks_mws_workspaces` resource and datasource, as well as `databricks_mws_ncc_binding`, to use the Go SDK ([#4633](https://github.com/databricks/terraform-provider-databricks/pull/4633)).
27-
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](https://github.com/databricks/terraform-provider-databricks/pull/4624)).
28-
* Bump Go SDK to latest release ([#4645](https://github.com/databricks/terraform-provider-databricks/pull/4645))

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
var version = "1.72.0"
3+
var version = "1.73.0"
44

55
// Version returns version of provider
66
func Version() string {

0 commit comments

Comments
 (0)