Skip to content

Commit 5c91858

Browse files
[Release] Release v1.84.0
## Release v1.84.0 ### New Features and Improvements * Added `time_rotating` argument to `databricks_service_principal_secret` to enable secret rotation ([#4789](#4789)). * Add AWS support for `databricks_mws_ncc_private_endpoint_rule` ([#4804](#4804)). * Added `key` argument to `databricks_jobs` data source to enable mapping by job ID and allow duplicate job names ([#4796](#4796)). * Added online_store resource and data sources ([#4809](#4809)). * Bump the Go SDK to v0.73.1 ([#4809](#4809)). ### Documentation * Added HCL provider example for WIF authentication ([#4799](#4799)) * Added link to Workload Identity Federation page ([#4786](#4786)). * auto `zone_id` can only be used for fleet node types in `databricks_instance_pool` resource ([#4782](#4782)). * Document `tags` attribute in `databricks_pipeline` resource ([#4783](#4783)). * Recommend OAuth instead of PAT in guides ([#4787](#4787)) * Document new options in `databricks_model_serving` resource ([#4789](#4789)) * Added example of granting Account Admin role with `databricks_service_principal_role` resource ([#4807](#4807)) * Added more examples for `databricks_connection` ([#4810](#4810)) ### Exporter * Fix crash when importing model serving endpoint ([#4806](#4806))
1 parent f01d3df commit 5c91858

File tree

4 files changed

+29
-20
lines changed

4 files changed

+29
-20
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-12 08:23:27+0000"
2+
"timestamp": "2025-06-24 08:30:57+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.84.0
4+
5+
### New Features and Improvements
6+
7+
* Added `time_rotating` argument to `databricks_service_principal_secret` to enable secret rotation ([#4789](https://github.com/databricks/terraform-provider-databricks/pull/4789)).
8+
* Add AWS support for `databricks_mws_ncc_private_endpoint_rule` ([#4804](https://github.com/databricks/terraform-provider-databricks/pull/4804)).
9+
* Added `key` argument to `databricks_jobs` data source to enable mapping by job ID and allow duplicate job names ([#4796](https://github.com/databricks/terraform-provider-databricks/pull/4796)).
10+
* Added online_store resource and data sources ([#4809](https://github.com/databricks/terraform-provider-databricks/pull/4809)).
11+
* Bump the Go SDK to v0.73.1 ([#4809](https://github.com/databricks/terraform-provider-databricks/pull/4809)).
12+
13+
### Documentation
14+
15+
* Added HCL provider example for WIF authentication ([#4799](https://github.com/databricks/terraform-provider-databricks/pull/4799))
16+
* Added link to Workload Identity Federation page ([#4786](https://github.com/databricks/terraform-provider-databricks/pull/4786)).
17+
* 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)).
18+
* Document `tags` attribute in `databricks_pipeline` resource ([#4783](https://github.com/databricks/terraform-provider-databricks/pull/4783)).
19+
* Recommend OAuth instead of PAT in guides ([#4787](https://github.com/databricks/terraform-provider-databricks/pull/4787))
20+
* Document new options in `databricks_model_serving` resource ([#4789](https://github.com/databricks/terraform-provider-databricks/pull/4789))
21+
* Added example of granting Account Admin role with `databricks_service_principal_role` resource ([#4807](https://github.com/databricks/terraform-provider-databricks/pull/4807))
22+
* Added more examples for `databricks_connection` ([#4810](https://github.com/databricks/terraform-provider-databricks/pull/4810))
23+
24+
### Exporter
25+
26+
* Fix crash when importing model serving endpoint ([#4806](https://github.com/databricks/terraform-provider-databricks/pull/4806))
27+
28+
329
## Release v1.83.0
430

531
### New Features and Improvements

NEXT_CHANGELOG.md

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

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

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* Added `time_rotating` argument to `databricks_service_principal_secret` to enable secret rotation ([#4789](https://github.com/databricks/terraform-provider-databricks/pull/4789)).
10-
* Add AWS support for `databricks_mws_ncc_private_endpoint_rule` ([#4804](https://github.com/databricks/terraform-provider-databricks/pull/4804)).
11-
* Added `key` argument to `databricks_jobs` data source to enable mapping by job ID and allow duplicate job names ([#4796](https://github.com/databricks/terraform-provider-databricks/pull/4796)).
12-
* Added online_store resource and data sources ([#4809](https://github.com/databricks/terraform-provider-databricks/pull/4809)).
13-
* Bump the Go SDK to v0.73.1 ([#4809](https://github.com/databricks/terraform-provider-databricks/pull/4809)).
14-
159
### Bug Fixes
1610

1711
### Documentation
1812

19-
* Added HCL provider example for WIF authentication ([#4799](https://github.com/databricks/terraform-provider-databricks/pull/4799))
20-
* Added link to Workload Identity Federation page ([#4786](https://github.com/databricks/terraform-provider-databricks/pull/4786)).
21-
* 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)).
22-
* Document `tags` attribute in `databricks_pipeline` resource ([#4783](https://github.com/databricks/terraform-provider-databricks/pull/4783)).
23-
* Recommend OAuth instead of PAT in guides ([#4787](https://github.com/databricks/terraform-provider-databricks/pull/4787))
24-
* Document new options in `databricks_model_serving` resource ([#4789](https://github.com/databricks/terraform-provider-databricks/pull/4789))
25-
* Added example of granting Account Admin role with `databricks_service_principal_role` resource ([#4807](https://github.com/databricks/terraform-provider-databricks/pull/4807))
26-
* Added more examples for `databricks_connection` ([#4810](https://github.com/databricks/terraform-provider-databricks/pull/4810))
27-
2813
### Exporter
2914

30-
* Fix crash when importing model serving endpoint ([#4806](https://github.com/databricks/terraform-provider-databricks/pull/4806))
31-
3215
### Internal Changes

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

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

0 commit comments

Comments
 (0)