You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v1.83.0
### New Features and Improvements
* Support for `uc_securable` resource in `databricks_app` ([#4767](#4767))
* Add `schema_id` to the output of `databricks_schema` resource ([#4773](#4773)).
* Bump the Go SDK to v0.72.0 ([#4777](#4777)).
### Documentation
* auto `zone_id` can only be used for fleet node types in `databricks_instance_pool` resource ([#4782](#4782)).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Version changelog
2
2
3
+
## Release v1.83.0
4
+
5
+
### New Features and Improvements
6
+
7
+
* Support for `uc_securable` resource in `databricks_app` ([#4767](https://github.com/databricks/terraform-provider-databricks/pull/4767))
8
+
* Add `schema_id` to the output of `databricks_schema` resource ([#4773](https://github.com/databricks/terraform-provider-databricks/pull/4773)).
9
+
* Bump the Go SDK to v0.72.0 ([#4777](https://github.com/databricks/terraform-provider-databricks/pull/4777)).
10
+
11
+
### Documentation
12
+
* auto `zone_id` can only be used for fleet node types in `databricks_instance_pool` resource ([#4782](https://github.com/databricks/terraform-provider-databricks/pull/4782)).
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,14 @@
1
1
# NEXT CHANGELOG
2
2
3
-
## Release v1.83.0
3
+
## Release v1.84.0
4
4
5
5
### Breaking Changes
6
6
7
7
### New Features and Improvements
8
8
9
-
* Support for `uc_securable` resource in `databricks_app` ([#4767](https://github.com/databricks/terraform-provider-databricks/pull/4767))
10
-
* Add `schema_id` to the output of `databricks_schema` resource ([#4773](https://github.com/databricks/terraform-provider-databricks/pull/4773)).
11
-
* Bump the Go SDK to v0.72.0 ([#4777](https://github.com/databricks/terraform-provider-databricks/pull/4777)).
12
-
13
9
### Bug Fixes
14
10
15
11
### Documentation
16
-
* auto `zone_id` can only be used for fleet node types in `databricks_instance_pool` resource ([#4782](https://github.com/databricks/terraform-provider-databricks/pull/4782)).
0 commit comments