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.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))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Version changelog
2
2
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))
* 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
-
15
9
### Bug Fixes
16
10
17
11
### Documentation
18
12
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
-
28
13
### Exporter
29
14
30
-
* Fix crash when importing model serving endpoint ([#4806](https://github.com/databricks/terraform-provider-databricks/pull/4806))
0 commit comments