Skip to content

Commit 31cf11b

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)) ### 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 * Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](#4624)).
1 parent dc1dd21 commit 31cf11b

File tree

4 files changed

+27
-14
lines changed

4 files changed

+27
-14
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-10 13:36:07+0000"
33
}

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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+
9+
### Bug Fixes
10+
11+
* Increase the default HTTP timeout to 65 seconds.
12+
13+
### Documentation
14+
15+
* Document `user_api_scopes` in `databricks_app` resource and data sources ([#4614](https://github.com/databricks/terraform-provider-databricks/pull/4614))
16+
* Document new fields in `databricks_model_serving` resource ([#4615](https://github.com/databricks/terraform-provider-databricks/pull/4615))
17+
18+
### Exporter
19+
20+
* 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))
21+
22+
### Internal Changes
23+
24+
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](https://github.com/databricks/terraform-provider-databricks/pull/4624)).
25+
26+
327
## Release v1.72.0
428

529
### New Features and Improvements

NEXT_CHANGELOG.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +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-
97
### Bug Fixes
108

11-
* Increase the default HTTP timeout to 65 seconds.
12-
139
### Documentation
1410

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

20-
* 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))
21-
2213
### Internal Changes
23-
24-
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](https://github.com/databricks/terraform-provider-databricks/pull/4624)).

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.72.0"
6+
version = "1.73.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)