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.89.0
### New Features and Improvements
* Document and handle additional Microsoft Teams options in `databricks_notification_destination` ([#4990](#4990))
### Bug Fixes
* Fix regression with `databricks_group` data source introduced by a recent change ([#4995](#4995))
* Fix drift detection for `databricks_connection` with HTTP OAuth M2M
### Documentation
* Document `continuous.task_retry_mode` in `databricks_job` ([#4993](#4993))
### Exporter
* Improve handling of dependencies for vector search index ([#4989](#4989)).
* Handle new attributes for Slack and MS Teams in `databricks_notification_destination` ([#5008](#5008)).
* Emit permission assignment and users/SPs/groups when processing `databricks_mws_workspaces` ([#5012](#5012)).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Version changelog
2
2
3
+
## Release v1.89.0
4
+
5
+
### New Features and Improvements
6
+
7
+
* Document and handle additional Microsoft Teams options in `databricks_notification_destination` ([#4990](https://github.com/databricks/terraform-provider-databricks/pull/4990))
8
+
9
+
### Bug Fixes
10
+
11
+
* Fix regression with `databricks_group` data source introduced by a recent change ([#4995](https://github.com/databricks/terraform-provider-databricks/pull/4995))
12
+
13
+
* Fix drift detection for `databricks_connection` with HTTP OAuth M2M
14
+
15
+
### Documentation
16
+
17
+
* Document `continuous.task_retry_mode` in `databricks_job` ([#4993](https://github.com/databricks/terraform-provider-databricks/pull/4993))
18
+
19
+
### Exporter
20
+
21
+
* Improve handling of dependencies for vector search index ([#4989](https://github.com/databricks/terraform-provider-databricks/pull/4989)).
22
+
* Handle new attributes for Slack and MS Teams in `databricks_notification_destination` ([#5008](https://github.com/databricks/terraform-provider-databricks/pull/5008)).
23
+
* Emit permission assignment and users/SPs/groups when processing `databricks_mws_workspaces` ([#5012](https://github.com/databricks/terraform-provider-databricks/pull/5012)).
* Document and handle additional Microsoft Teams options in `databricks_notification_destination` ([#4990](https://github.com/databricks/terraform-provider-databricks/pull/4990))
10
-
11
9
### Bug Fixes
12
10
13
-
* Fix regression with `databricks_group` data source introduced by a recent change ([#4995](https://github.com/databricks/terraform-provider-databricks/pull/4995))
14
-
15
-
* Fix drift detection for `databricks_connection` with HTTP OAuth M2M
16
-
17
11
### Documentation
18
12
19
-
* Document `continuous.task_retry_mode` in `databricks_job` ([#4993](https://github.com/databricks/terraform-provider-databricks/pull/4993))
20
-
21
13
### Exporter
22
14
23
-
* Improve handling of dependencies for vector search index ([#4989](https://github.com/databricks/terraform-provider-databricks/pull/4989)).
24
-
* Handle new attributes for Slack and MS Teams in `databricks_notification_destination` ([#5008](https://github.com/databricks/terraform-provider-databricks/pull/5008)).
25
-
* Emit permission assignment and users/SPs/groups when processing `databricks_mws_workspaces` ([#5012](https://github.com/databricks/terraform-provider-databricks/pull/5012)).
0 commit comments