Skip to content

Commit 139f34e

Browse files
[Release] Release v1.89.0
## 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)).
1 parent 9d9d836 commit 139f34e

File tree

4 files changed

+26
-15
lines changed

4 files changed

+26
-15
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-09-01 12:38:56+0000"
2+
"timestamp": "2025-09-10 13:44:41+0000"
33
}

CHANGELOG.md

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

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)).
24+
25+
326
## Release v1.88.0
427

528
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.89.0
3+
## Release v1.90.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* Document and handle additional Microsoft Teams options in `databricks_notification_destination` ([#4990](https://github.com/databricks/terraform-provider-databricks/pull/4990))
10-
119
### Bug Fixes
1210

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-
1711
### Documentation
1812

19-
* Document `continuous.task_retry_mode` in `databricks_job` ([#4993](https://github.com/databricks/terraform-provider-databricks/pull/4993))
20-
2113
### Exporter
2214

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)).
26-
2715
### 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.88.0"
3+
var version = "1.89.0"
44

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

0 commit comments

Comments
 (0)