Skip to content

Commit be31f5b

Browse files
[Release] Release v1.83.0
## 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)).
1 parent 4f36c91 commit be31f5b

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
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-06-04 07:50:40+0000"
2+
"timestamp": "2025-06-12 08:23:27+0000"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Version changelog
22

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)).
13+
14+
315
## Release v1.82.0
416

517
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.83.0
3+
## Release v1.84.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

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-
139
### Bug Fixes
1410

1511
### 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)).
1712

1813
### Exporter
1914

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

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

0 commit comments

Comments
 (0)