Skip to content

Commit 12f27e0

Browse files
[Release] Release v1.95.0
## Release v1.95.0 ### Breaking Changes * Remove `recipient_federation_policy` resource and datasources ([#5126](#5126)) ### New Features and Improvements * Add `provider_config` support for SDKv2 compatible plugin framework resources and data sources([#5115](#5115)) * Optimize `databricks_grant` and `databricks_grants` to not call the `Update` API if the requested permissions are already granted ([#5095](#5095)) * Added `expected_workspace_status` to `databricks_mws_workspaces` to support creating workspaces in provisioning status ([#5019](#5019)) ### Bug Fixes * Mark `workload_size` as not computed in `databricks_model_serving` ([#5111](#5111)) * Fix Inconsistent Plan Errors in Permissions Resource ([#5091](#5091)) ### Documentation * Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](#5134) ### Exporter * Remove `METRIC_VIEW` from `sql_table` resource ([#5135](#5135)) ### Internal Changes * Fix custom_app_integration_test ([#5129](#5129))
1 parent 836ac2b commit 12f27e0

File tree

4 files changed

+32
-16
lines changed

4 files changed

+32
-16
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-10-21 15:03:35+0000"
2+
"timestamp": "2025-10-23 16:40:17+0000"
33
}

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+
## Release v1.95.0
4+
5+
### Breaking Changes
6+
7+
* Remove `recipient_federation_policy` resource and datasources ([#5126](https://github.com/databricks/terraform-provider-databricks/pull/5126))
8+
9+
### New Features and Improvements
10+
11+
* Add `provider_config` support for SDKv2 compatible plugin framework resources and data sources([#5115](https://github.com/databricks/terraform-provider-databricks/pull/5115))
12+
* Optimize `databricks_grant` and `databricks_grants` to not call the `Update` API if the requested permissions are already granted ([#5095](https://github.com/databricks/terraform-provider-databricks/pull/5095))
13+
* Added `expected_workspace_status` to `databricks_mws_workspaces` to support creating workspaces in provisioning status ([#5019](https://github.com/databricks/terraform-provider-databricks/pull/5019))
14+
15+
### Bug Fixes
16+
17+
* Mark `workload_size` as not computed in `databricks_model_serving` ([#5111](https://github.com/databricks/terraform-provider-databricks/pull/5111))
18+
* Fix Inconsistent Plan Errors in Permissions Resource ([#5091](https://github.com/databricks/terraform-provider-databricks/pull/5091))
19+
20+
### Documentation
21+
22+
* Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](https://github.com/databricks/terraform-provider-databricks/pull/5134)
23+
24+
### Exporter
25+
* Remove `METRIC_VIEW` from `sql_table` resource ([#5135](https://github.com/databricks/terraform-provider-databricks/pull/5135))
26+
27+
### Internal Changes
28+
29+
* Fix custom_app_integration_test ([#5129](https://github.com/databricks/terraform-provider-databricks/pull/5129))
30+
31+
332
## Release v1.94.0
433

534
### Bug Fixes

NEXT_CHANGELOG.md

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

3-
## Release v1.95.0
3+
## Release v1.96.0
44

55
### Breaking Changes
66

7-
* Remove `recipient_federation_policy` resource and datasources ([#5126](https://github.com/databricks/terraform-provider-databricks/pull/5126))
8-
97
### New Features and Improvements
108

11-
* Add `provider_config` support for SDKv2 compatible plugin framework resources and data sources([#5115](https://github.com/databricks/terraform-provider-databricks/pull/5115))
12-
* Optimize `databricks_grant` and `databricks_grants` to not call the `Update` API if the requested permissions are already granted ([#5095](https://github.com/databricks/terraform-provider-databricks/pull/5095))
13-
* Added `expected_workspace_status` to `databricks_mws_workspaces` to support creating workspaces in provisioning status ([#5019](https://github.com/databricks/terraform-provider-databricks/pull/5019))
14-
159
### Bug Fixes
1610

17-
* Mark `workload_size` as not computed in `databricks_model_serving` ([#5111](https://github.com/databricks/terraform-provider-databricks/pull/5111))
18-
* Fix Inconsistent Plan Errors in Permissions Resource ([#5091](https://github.com/databricks/terraform-provider-databricks/pull/5091))
19-
2011
### Documentation
2112

22-
* Add documentation on the `service_principal_client_id` attribute of `databricks_app` and related [#5134](https://github.com/databricks/terraform-provider-databricks/pull/5134)
2313
### Exporter
24-
* Remove `METRIC_VIEW` from `sql_table` resource ([#5135](https://github.com/databricks/terraform-provider-databricks/pull/5135))
2514

2615
### Internal Changes
27-
28-
* Fix custom_app_integration_test ([#5129](https://github.com/databricks/terraform-provider-databricks/pull/5129))

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
var version = "1.94.0"
3+
var version = "1.95.0"
44

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

0 commit comments

Comments
 (0)