Skip to content

Commit 869ccb6

Browse files
[Release] Release v1.92.0
## Release v1.92.0 ### Breaking Changes * Remove stale resources/datasources/documentation related to Clean Room services. * databricks\_permissions resource no longer updates permissions on delete. This is to mitigate an issue with incorrect IS\_OWNER being set ([#5096](#5096)) ### New Features and Improvements * Add `arm` option to `databricks_node_type` instead of `graviton` ([#5028](#5028)) * Add `data_quality_monitor` resource and data sources ([#5092](#5092)). * Add `data_quality_refresh` resource and data sources ([#5092](#5092)). * Perform workspace-level permission assignment by `user_name`, `group_name`, or `service_principal_name` ([#5068](#5068)). ### Bug Fixes * Fixed syncing of effective fields in plugin framework implementation of share resource ([#4969](#4969)) * Mark `storage_location` as read-only in `databricks_catalog` ([#5075](#5075)) ### Documentation * Add instructions for migration from deprecated `databricks_catalog_workspace_binding` to `databricks_workspace_binding` ([#5054](#5054)) * Document output attributes in `databricks_storage_credential` ([#5093](#5093)) ### Internal Changes * Bump the Go SDK to v0.86.0 ([#5092](#5092)).
1 parent b66b933 commit 869ccb6

File tree

4 files changed

+32
-19
lines changed

4 files changed

+32
-19
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-09-29 12:10:37+0000"
2+
"timestamp": "2025-10-15 13:13:59+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.92.0
4+
5+
### Breaking Changes
6+
7+
* Remove stale resources/datasources/documentation related to Clean Room services.
8+
* databricks\_permissions resource no longer updates permissions on delete. This is to mitigate an issue with incorrect IS\_OWNER being set ([#5096](https://github.com/databricks/terraform-provider-databricks/pull/5096))
9+
10+
### New Features and Improvements
11+
12+
* Add `arm` option to `databricks_node_type` instead of `graviton` ([#5028](https://github.com/databricks/terraform-provider-databricks/pull/5028))
13+
* Add `data_quality_monitor` resource and data sources ([#5092](https://github.com/databricks/terraform-provider-databricks/pull/5092)).
14+
* Add `data_quality_refresh` resource and data sources ([#5092](https://github.com/databricks/terraform-provider-databricks/pull/5092)).
15+
* Perform workspace-level permission assignment by `user_name`, `group_name`, or `service_principal_name` ([#5068](https://github.com/databricks/terraform-provider-databricks/pull/5068)).
16+
17+
### Bug Fixes
18+
19+
* Fixed syncing of effective fields in plugin framework implementation of share resource ([#4969](https://github.com/databricks/terraform-provider-databricks/pull/4969))
20+
* Mark `storage_location` as read-only in `databricks_catalog` ([#5075](https://github.com/databricks/terraform-provider-databricks/pull/5075))
21+
22+
### Documentation
23+
24+
* Add instructions for migration from deprecated `databricks_catalog_workspace_binding` to `databricks_workspace_binding` ([#5054](https://github.com/databricks/terraform-provider-databricks/pull/5054))
25+
* Document output attributes in `databricks_storage_credential` ([#5093](https://github.com/databricks/terraform-provider-databricks/pull/5093))
26+
27+
### Internal Changes
28+
29+
* Bump the Go SDK to v0.86.0 ([#5092](https://github.com/databricks/terraform-provider-databricks/pull/5092)).
30+
31+
332
## Release v1.91.0
433

534
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.92.0
3+
## Release v1.93.0
44

55
### Breaking Changes
66

7-
* Remove stale resources/datasources/documentation related to Clean Room services.
8-
* databricks\_permissions resource no longer updates permissions on delete. This is to mitigate an issue with incorrect IS\_OWNER being set ([#5096](https://github.com/databricks/terraform-provider-databricks/pull/5096))
9-
107
### New Features and Improvements
118

12-
* Add `arm` option to `databricks_node_type` instead of `graviton` ([#5028](https://github.com/databricks/terraform-provider-databricks/pull/5028))
13-
* Add `data_quality_monitor` resource and data sources ([#5092](https://github.com/databricks/terraform-provider-databricks/pull/5092)).
14-
* Add `data_quality_refresh` resource and data sources ([#5092](https://github.com/databricks/terraform-provider-databricks/pull/5092)).
15-
* Perform workspace-level permission assignment by `user_name`, `group_name`, or `service_principal_name` ([#5068](https://github.com/databricks/terraform-provider-databricks/pull/5068)).
16-
179
### Bug Fixes
1810

19-
* Fixed syncing of effective fields in plugin framework implementation of share resource ([#4969](https://github.com/databricks/terraform-provider-databricks/pull/4969))
20-
* Mark `storage_location` as read-only in `databricks_catalog` ([#5075](https://github.com/databricks/terraform-provider-databricks/pull/5075))
21-
2211
### Documentation
2312

24-
* Add instructions for migration from deprecated `databricks_catalog_workspace_binding` to `databricks_workspace_binding` ([#5054](https://github.com/databricks/terraform-provider-databricks/pull/5054))
25-
* Document output attributes in `databricks_storage_credential` ([#5093](https://github.com/databricks/terraform-provider-databricks/pull/5093))
26-
2713
### Exporter
2814

2915
### Internal Changes
30-
31-
* Bump the Go SDK to v0.86.0 ([#5092](https://github.com/databricks/terraform-provider-databricks/pull/5092)).

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

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

0 commit comments

Comments
 (0)