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.71.0
### New Features and Improvements
* Mark GKE-related fields for `databricks_mws_workspaces` and `databricks_mws_networks` as deprecated([#4531](#4531)).
* Add support for `CAN_VIEW` permission level in `databricks_permissions`, which can be assigned to `databricks_sql_endpoint` ([#4464](#4464)).
* Add support for `aws-us-gov-dod` (AWS Govcloud DoD shard) ([#4594](5ac0111))
### Bug Fixes
* Recreate `databricks_access_control_rule_set` when the `name` changes ([#4572](#4572)).
* Avoid timeouts during `databricks_mount` state refresh and creation ([#4590](#4590)).
### Documentation
* Improve documentation for `databricks_access_control_rule_set` ([#4580](#4580)).
* Correct `first_on_demand` documentation for `aws_attributes` in `databricks_cluster`.
* Added file events permissions to GCP external location documentation. ([#4415](#4415)).
* Improve description of `metric` field in `databricks_job` resource [#4595](#4595)
### Exporter
* Add support for special selectors in `-listing` and `-services` [#4573](#4573)
* Fix incorrect reference to model serving endpoint [#4588](#4588)
* Allow the selective export of `databricks_mws_permission_assignment`, and change its service name to `idfed` instead of `access` ([#4571](#4571))
* Fix panic caused by incorrect values in the cluster policies ([#4585](#4585))
### Internal Changes
* Bump Go SDK version to 0.61.0 ([#4602](#4602))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Version changelog
2
2
3
+
## Release v1.71.0
4
+
5
+
### New Features and Improvements
6
+
7
+
* Mark GKE-related fields for `databricks_mws_workspaces` and `databricks_mws_networks` as deprecated([#4531](https://github.com/databricks/terraform-provider-databricks/pull/4531)).
8
+
* Add support for `CAN_VIEW` permission level in `databricks_permissions`, which can be assigned to `databricks_sql_endpoint` ([#4464](https://github.com/databricks/terraform-provider-databricks/pull/4464)).
9
+
* Add support for `aws-us-gov-dod` (AWS Govcloud DoD shard) ([#4594](https://github.com/databricks/terraform-provider-databricks/pull/4594/commits/5ac01118f546070ae5b8938f06807c8325d0f5d7))
10
+
11
+
### Bug Fixes
12
+
13
+
* Recreate `databricks_access_control_rule_set` when the `name` changes ([#4572](https://github.com/databricks/terraform-provider-databricks/pull/4572)).
14
+
* Avoid timeouts during `databricks_mount` state refresh and creation ([#4590](https://github.com/databricks/terraform-provider-databricks/pull/4590)).
15
+
16
+
### Documentation
17
+
18
+
* Improve documentation for `databricks_access_control_rule_set` ([#4580](https://github.com/databricks/terraform-provider-databricks/pull/4580)).
19
+
* Correct `first_on_demand` documentation for `aws_attributes` in `databricks_cluster`.
* Improve description of `metric` field in `databricks_job` resource [#4595](https://github.com/databricks/terraform-provider-databricks/pull/4595)
22
+
23
+
### Exporter
24
+
25
+
* Add support for special selectors in `-listing` and `-services`[#4573](https://github.com/databricks/terraform-provider-databricks/pull/4573)
26
+
* Fix incorrect reference to model serving endpoint [#4588](https://github.com/databricks/terraform-provider-databricks/pull/4588)
27
+
* Allow the selective export of `databricks_mws_permission_assignment`, and change its service name to `idfed` instead of `access` ([#4571](https://github.com/databricks/terraform-provider-databricks/pull/4571))
28
+
* Fix panic caused by incorrect values in the cluster policies ([#4585](https://github.com/databricks/terraform-provider-databricks/pull/4585))
29
+
30
+
### Internal Changes
31
+
32
+
* Bump Go SDK version to 0.61.0 ([#4602](https://github.com/databricks/terraform-provider-databricks/pull/4602))
* Mark GKE-related fields for `databricks_mws_workspaces` and `databricks_mws_networks` as deprecated([#4531](https://github.com/databricks/terraform-provider-databricks/pull/4531)).
8
-
* Add support for `CAN_VIEW` permission level in `databricks_permissions`, which can be assigned to `databricks_sql_endpoint` ([#4464](https://github.com/databricks/terraform-provider-databricks/pull/4464)).
9
-
* Add support for `aws-us-gov-dod` (AWS Govcloud DoD shard) ([#4594](https://github.com/databricks/terraform-provider-databricks/pull/4594/commits/5ac01118f546070ae5b8938f06807c8325d0f5d7))
10
-
11
7
### Bug Fixes
12
8
13
-
* Recreate `databricks_access_control_rule_set` when the `name` changes ([#4572](https://github.com/databricks/terraform-provider-databricks/pull/4572)).
14
-
* Avoid timeouts during `databricks_mount` state refresh and creation ([#4590](https://github.com/databricks/terraform-provider-databricks/pull/4590)).
15
-
16
9
### Documentation
17
10
18
-
* Improve documentation for `databricks_access_control_rule_set` ([#4580](https://github.com/databricks/terraform-provider-databricks/pull/4580)).
19
-
* Correct `first_on_demand` documentation for `aws_attributes` in `databricks_cluster`.
* Improve description of `metric` field in `databricks_job` resource [#4595](https://github.com/databricks/terraform-provider-databricks/pull/4595)
22
-
23
11
### Exporter
24
12
25
-
* Add support for special selectors in `-listing` and `-services`[#4573](https://github.com/databricks/terraform-provider-databricks/pull/4573)
26
-
* Fix incorrect reference to model serving endpoint [#4588](https://github.com/databricks/terraform-provider-databricks/pull/4588)
27
-
* Allow the selective export of `databricks_mws_permission_assignment`, and change its service name to `idfed` instead of `access` ([#4571](https://github.com/databricks/terraform-provider-databricks/pull/4571))
28
-
* Fix panic caused by incorrect values in the cluster policies ([#4585](https://github.com/databricks/terraform-provider-databricks/pull/4585))
29
-
30
13
### Internal Changes
31
-
32
-
* Bump Go SDK version to 0.61.0 ([#4602](https://github.com/databricks/terraform-provider-databricks/pull/4602))
0 commit comments