Skip to content

Commit 1fcf8d0

Browse files
[Release] Release v1.98.0
## Release v1.98.0 ### New Features and Improvements * Relaxed `force_new` constraint on `catalog` attribute in `databricks_pipeline` resource to allow changing the default catalog for existing pipelines ([#5180](#5180)). * Add `databricks_users` data source ([#4028](#4028)) * Improve `databricks_service_principals` data source ([#5164](#5164)) * Add `feature_engineering_kafka_config` resource and data source ([#5240](#5240)) ### Bug Fixes * Fix spurious plan diffs in `databricks_model_serving` and `databricks_model_serving_provisioned_throughput` resources due to tag reordering ([#5120](#5120)) * Move Spark Version selector defaults to Terraform ([#5219](#5219)). ### Documentation * Document tag policies in `databricks_access_control_rule_set` ([#5209](#5209)). * Document missing `aws_attributes.ebs_*` properties in `databricks_cluster` ([#5196](#5196)). * Document support for serverless workspaces on GCP ([#5124](#5124)) * Document data object types for share resource ([#5244](#5244)) ### Exporter * Added support for `databricks_data_quality_monitor` resource ([#5193](#5193)). * Added support for `databricks_account_federation_policy`, `databricks_custom_app_integration`, `databricks_quality_monitor_v2`, `databricks_service_principal_federation_policy` resources ([#5237](#5237)). * Added support for `databricks_budget_policy` resource ([#5217](#5217)). * Fix typo in the name of environment variable ([#5158](#5158)). * Export permission assignments on workspace level ([#5169](#5169)). * Added support for UC Tag policies ([#5213](#5213)). * Added support for Databricks Apps resources ([#5208](#5208)). * Added support for Database Instance resource (aka Lakebase) ([#5212](#5212)). * Added support for workspace and account settings v2 ([#5230](#5230)). ### Internal Changes * Update Go SDK to v0.92.0 ([#5240](#5240)) * Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 ([#5247](#5247))
1 parent 8c41748 commit 1fcf8d0

File tree

4 files changed

+42
-29
lines changed

4 files changed

+42
-29
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-11-06 13:49:08+0000"
2+
"timestamp": "2025-12-03 15:12:30+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.98.0 (2025-12-03)
4+
5+
### New Features and Improvements
6+
7+
* Relaxed `force_new` constraint on `catalog` attribute in `databricks_pipeline` resource to allow changing the default catalog for existing pipelines ([#5180](https://github.com/databricks/terraform-provider-databricks/issues/5180)).
8+
* Add `databricks_users` data source ([#4028](https://github.com/databricks/terraform-provider-databricks/pull/4028))
9+
* Improve `databricks_service_principals` data source ([#5164](https://github.com/databricks/terraform-provider-databricks/pull/5164))
10+
* Add `feature_engineering_kafka_config` resource and data source ([#5240](https://github.com/databricks/terraform-provider-databricks/pull/5240))
11+
12+
### Bug Fixes
13+
14+
* Fix spurious plan diffs in `databricks_model_serving` and `databricks_model_serving_provisioned_throughput` resources due to tag reordering ([#5120](https://github.com/databricks/terraform-provider-databricks/pull/5120))
15+
* Move Spark Version selector defaults to Terraform ([#5219](https://github.com/databricks/terraform-provider-databricks/pull/5219)).
16+
17+
### Documentation
18+
19+
* Document tag policies in `databricks_access_control_rule_set` ([#5209](https://github.com/databricks/terraform-provider-databricks/pull/5209)).
20+
* Document missing `aws_attributes.ebs_*` properties in `databricks_cluster` ([#5196](https://github.com/databricks/terraform-provider-databricks/pull/5196)).
21+
* Document support for serverless workspaces on GCP ([#5124](https://github.com/databricks/terraform-provider-databricks/pull/5124))
22+
* Document data object types for share resource ([#5244](https://github.com/databricks/terraform-provider-databricks/pull/5244))
23+
24+
### Exporter
25+
26+
* Added support for `databricks_data_quality_monitor` resource ([#5193](https://github.com/databricks/terraform-provider-databricks/pull/5193)).
27+
* Added support for `databricks_account_federation_policy`, `databricks_custom_app_integration`, `databricks_quality_monitor_v2`, `databricks_service_principal_federation_policy` resources ([#5237](https://github.com/databricks/terraform-provider-databricks/pull/5237)).
28+
* Added support for `databricks_budget_policy` resource ([#5217](https://github.com/databricks/terraform-provider-databricks/pull/5217)).
29+
* Fix typo in the name of environment variable ([#5158](https://github.com/databricks/terraform-provider-databricks/pull/5158)).
30+
* Export permission assignments on workspace level ([#5169](https://github.com/databricks/terraform-provider-databricks/pull/5169)).
31+
* Added support for UC Tag policies ([#5213](https://github.com/databricks/terraform-provider-databricks/pull/5213)).
32+
* Added support for Databricks Apps resources ([#5208](https://github.com/databricks/terraform-provider-databricks/pull/5208)).
33+
* Added support for Database Instance resource (aka Lakebase) ([#5212](https://github.com/databricks/terraform-provider-databricks/pull/5212)).
34+
* Added support for workspace and account settings v2 ([#5230](https://github.com/databricks/terraform-provider-databricks/pull/5230)).
35+
36+
### Internal Changes
37+
38+
* Update Go SDK to v0.92.0 ([#5240](https://github.com/databricks/terraform-provider-databricks/pull/5240))
39+
* Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 ([#5247](https://github.com/databricks/terraform-provider-databricks/pull/5247))
40+
41+
342
## Release v1.97.0 (2025-11-06)
443

544
### Bug Fixes

NEXT_CHANGELOG.md

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

3-
## Release v1.98.0
3+
## Release v1.99.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* Relaxed `force_new` constraint on `catalog` attribute in `databricks_pipeline` resource to allow changing the default catalog for existing pipelines ([#5180](https://github.com/databricks/terraform-provider-databricks/issues/5180)).
10-
* Add `databricks_users` data source ([#4028](https://github.com/databricks/terraform-provider-databricks/pull/4028))
11-
* Improve `databricks_service_principals` data source ([#5164](https://github.com/databricks/terraform-provider-databricks/pull/5164))
12-
* Add `feature_engineering_kafka_config` resource and data source ([#5240](https://github.com/databricks/terraform-provider-databricks/pull/5240))
13-
149
### Bug Fixes
1510

16-
* Fix spurious plan diffs in `databricks_model_serving` and `databricks_model_serving_provisioned_throughput` resources due to tag reordering ([#5120](https://github.com/databricks/terraform-provider-databricks/pull/5120))
17-
* Move Spark Version selector defaults to Terraform ([#5219](https://github.com/databricks/terraform-provider-databricks/pull/5219)).
18-
1911
### Documentation
2012

21-
* Document tag policies in `databricks_access_control_rule_set` ([#5209](https://github.com/databricks/terraform-provider-databricks/pull/5209)).
22-
* Document missing `aws_attributes.ebs_*` properties in `databricks_cluster` ([#5196](https://github.com/databricks/terraform-provider-databricks/pull/5196)).
23-
* Document support for serverless workspaces on GCP ([#5124](https://github.com/databricks/terraform-provider-databricks/pull/5124))
24-
* Document data object types for share resource ([#5244](https://github.com/databricks/terraform-provider-databricks/pull/5244))
25-
2613
### Exporter
2714

28-
* Added support for `databricks_data_quality_monitor` resource ([#5193](https://github.com/databricks/terraform-provider-databricks/pull/5193)).
29-
* Added support for `databricks_account_federation_policy`, `databricks_custom_app_integration`, `databricks_quality_monitor_v2`, `databricks_service_principal_federation_policy` resources ([#5237](https://github.com/databricks/terraform-provider-databricks/pull/5237)).
30-
* Added support for `databricks_budget_policy` resource ([#5217](https://github.com/databricks/terraform-provider-databricks/pull/5217)).
31-
* Fix typo in the name of environment variable ([#5158](https://github.com/databricks/terraform-provider-databricks/pull/5158)).
32-
* Export permission assignments on workspace level ([#5169](https://github.com/databricks/terraform-provider-databricks/pull/5169)).
33-
* Added support for UC Tag policies ([#5213](https://github.com/databricks/terraform-provider-databricks/pull/5213)).
34-
* Added support for Databricks Apps resources ([#5208](https://github.com/databricks/terraform-provider-databricks/pull/5208)).
35-
* Added support for Database Instance resource (aka Lakebase) ([#5212](https://github.com/databricks/terraform-provider-databricks/pull/5212)).
36-
* Added support for workspace and account settings v2 ([#5230](https://github.com/databricks/terraform-provider-databricks/pull/5230)).
37-
3815
### Internal Changes
39-
40-
* Update Go SDK to v0.92.0 ([#5240](https://github.com/databricks/terraform-provider-databricks/pull/5240))
41-
* Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 ([#5247](https://github.com/databricks/terraform-provider-databricks/pull/5247))

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

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

0 commit comments

Comments
 (0)