Skip to content

Commit 5615eba

Browse files
[Release] Release v1.87.0
## Release v1.87.0 ### Bug Fixes * Suppress `data_security_mode` aliases for `databricks_cluster` resource ([#4911](#4911)). ### Documentation * Document `email_notifications` block in model serving resources ([#4910](#4910)) * Deprecate `data_source_id` attribute in `databricks_sql_endpoint` resource ([#4929](#4929)) * Deprecate `databricks_sql_visualization` and `databricks_sql_widget` resource. ([#4924](#4924)) * Document `APPLY_TAG` privilege for `databricks_volume` grants ([#4928](#4928)) ### Internal Changes * Added integration test for METRIC_VIEW table type in `databricks_grant` and `databricks_grants` ([#4927](#4927)) * Update Go SDK to v0.80.0 ([#4932](#4932))
1 parent f8c9dd5 commit 5615eba

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-08-06 14:59:31+0000"
2+
"timestamp": "2025-08-13 11:55:36+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.87.0
4+
5+
### Bug Fixes
6+
7+
* Suppress `data_security_mode` aliases for `databricks_cluster` resource ([#4911](https://github.com/databricks/terraform-provider-databricks/pull/4911)).
8+
9+
### Documentation
10+
11+
* Document `email_notifications` block in model serving resources ([#4910](https://github.com/databricks/terraform-provider-databricks/pull/4910))
12+
* Deprecate `data_source_id` attribute in `databricks_sql_endpoint` resource ([#4929](https://github.com/databricks/terraform-provider-databricks/pull/4929))
13+
* Deprecate `databricks_sql_visualization` and `databricks_sql_widget` resource. ([#4924](https://github.com/databricks/terraform-provider-databricks/pull/4924))
14+
* Document `APPLY_TAG` privilege for `databricks_volume` grants ([#4928](https://github.com/databricks/terraform-provider-databricks/pull/4928))
15+
16+
### Internal Changes
17+
* Added integration test for METRIC_VIEW table type in `databricks_grant` and `databricks_grants` ([#4927](https://github.com/databricks/terraform-provider-databricks/pull/4927))
18+
* Update Go SDK to v0.80.0 ([#4932](https://github.com/databricks/terraform-provider-databricks/pull/4932))
19+
20+
321
## Release v1.86.0
422

523
### Breaking Changes

NEXT_CHANGELOG.md

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

3-
## Release v1.87.0
3+
## Release v1.88.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

99
### Bug Fixes
1010

11-
* Suppress `data_security_mode` aliases for `databricks_cluster` resource ([#4911](https://github.com/databricks/terraform-provider-databricks/pull/4911)).
12-
1311
### Documentation
1412

15-
* Document `email_notifications` block in model serving resources ([#4910](https://github.com/databricks/terraform-provider-databricks/pull/4910))
16-
* Deprecate `data_source_id` attribute in `databricks_sql_endpoint` resource ([#4929](https://github.com/databricks/terraform-provider-databricks/pull/4929))
17-
* Deprecate `databricks_sql_visualization` and `databricks_sql_widget` resource. ([#4924](https://github.com/databricks/terraform-provider-databricks/pull/4924))
18-
* Document `APPLY_TAG` privilege for `databricks_volume` grants ([#4928](https://github.com/databricks/terraform-provider-databricks/pull/4928))
19-
2013
### Exporter
2114

2215
### Internal Changes
23-
* Added integration test for METRIC_VIEW table type in `databricks_grant` and `databricks_grants` ([#4927](https://github.com/databricks/terraform-provider-databricks/pull/4927))
24-
* Update Go SDK to v0.80.0 ([#4932](https://github.com/databricks/terraform-provider-databricks/pull/4932))

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.86.0"
3+
var version = "1.87.0"
44

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

0 commit comments

Comments
 (0)