Skip to content

Commit 6f8a9c9

Browse files
[Release] Release v1.75.0
## Release v1.75.0 ### New Features and Improvements * Add support for `power_bi_task` in jobs ([#4647](#4647)) * Add support for `dashboard_task` in jobs ([#4646](#4646)) * Add `compute_mode` to `databricks_mws_workspaces` to support creating serverless workspaces ([#4670](#4670)). * Make `spark_version` optional in the context of jobs such that a cluster policy can provide a default value ([#4643](#4643)) ### Documentation * Document `performance_target` in `databricks_job` ([#4651](#4651)) * Add more examples for `databricks_model_serving` ([#4658](#4658)) * Document `on_streaming_backlog_exceeded` in email/webhook notifications in `databricks_job` ([#4660](#4660)) * Refresh `spark_python_task` option in `databricks_job` ([#4666](#4666)) ### Exporter * Emit files installed with `%pip install` in Python notebooks ([#4664](#4664)) * Correctly handle account-level identities when generating the code ([#4650](#4650)) * Add export of dashboard tasks in `datarbicks_job` ([#4665](#4665)) * Add export of PowerBI tasks in `datarbicks_job` ([#4668](#4668)) * Add `Ignore` implementation for `databricks_grants` to fix issue with wrongly generated dependencies ([#4650](#4650)) * Improve handling of `owner` for UC resources ([#4669](#4669))
1 parent 0a932c2 commit 6f8a9c9

File tree

4 files changed

+30
-20
lines changed

4 files changed

+30
-20
lines changed

.release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-04-16 17:50:45+0000"
2+
"timestamp": "2025-04-24 12:15:47+0000"
33
}

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Version changelog
22

3+
## Release v1.75.0
4+
5+
### New Features and Improvements
6+
7+
* Add support for `power_bi_task` in jobs ([#4647](https://github.com/databricks/terraform-provider-databricks/pull/4647))
8+
* Add support for `dashboard_task` in jobs ([#4646](https://github.com/databricks/terraform-provider-databricks/pull/4646))
9+
* Add `compute_mode` to `databricks_mws_workspaces` to support creating serverless workspaces ([#4670](https://github.com/databricks/terraform-provider-databricks/pull/4670)).
10+
* Make `spark_version` optional in the context of jobs such that a cluster policy can provide a default value ([#4643](https://github.com/databricks/terraform-provider-databricks/pull/4643))
11+
12+
13+
### Documentation
14+
15+
* Document `performance_target` in `databricks_job` ([#4651](https://github.com/databricks/terraform-provider-databricks/pull/4651))
16+
* Add more examples for `databricks_model_serving` ([#4658](https://github.com/databricks/terraform-provider-databricks/pull/4658))
17+
* Document `on_streaming_backlog_exceeded` in email/webhook notifications in `databricks_job` ([#4660](https://github.com/databricks/terraform-provider-databricks/pull/4660))
18+
* Refresh `spark_python_task` option in `databricks_job` ([#4666](https://github.com/databricks/terraform-provider-databricks/pull/4666))
19+
20+
### Exporter
21+
22+
* Emit files installed with `%pip install` in Python notebooks ([#4664](https://github.com/databricks/terraform-provider-databricks/pull/4664))
23+
* Correctly handle account-level identities when generating the code ([#4650](https://github.com/databricks/terraform-provider-databricks/pull/4650))
24+
* Add export of dashboard tasks in `datarbicks_job` ([#4665](https://github.com/databricks/terraform-provider-databricks/pull/4665))
25+
* Add export of PowerBI tasks in `datarbicks_job` ([#4668](https://github.com/databricks/terraform-provider-databricks/pull/4668))
26+
* Add `Ignore` implementation for `databricks_grants` to fix issue with wrongly generated dependencies ([#4650](https://github.com/databricks/terraform-provider-databricks/pull/4650))
27+
* Improve handling of `owner` for UC resources ([#4669](https://github.com/databricks/terraform-provider-databricks/pull/4669))
28+
29+
330
## Release v1.74.0
431

532
### Bug Fixes

NEXT_CHANGELOG.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.75.0
3+
## Release v1.76.0
44

55
### New Features and Improvements
66

7-
* Add support for `power_bi_task` in jobs ([#4647](https://github.com/databricks/terraform-provider-databricks/pull/4647))
8-
* Add support for `dashboard_task` in jobs ([#4646](https://github.com/databricks/terraform-provider-databricks/pull/4646))
9-
* Add `compute_mode` to `databricks_mws_workspaces` to support creating serverless workspaces ([#4670](https://github.com/databricks/terraform-provider-databricks/pull/4670)).
10-
* Make `spark_version` optional in the context of jobs such that a cluster policy can provide a default value ([#4643](https://github.com/databricks/terraform-provider-databricks/pull/4643))
11-
127
### Bug Fixes
138

149
### Documentation
1510

16-
* Document `performance_target` in `databricks_job` ([#4651](https://github.com/databricks/terraform-provider-databricks/pull/4651))
17-
* Add more examples for `databricks_model_serving` ([#4658](https://github.com/databricks/terraform-provider-databricks/pull/4658))
18-
* Document `on_streaming_backlog_exceeded` in email/webhook notifications in `databricks_job` ([#4660](https://github.com/databricks/terraform-provider-databricks/pull/4660))
19-
* Refresh `spark_python_task` option in `databricks_job` ([#4666](https://github.com/databricks/terraform-provider-databricks/pull/4666))
20-
2111
### Exporter
2212

23-
* Emit files installed with `%pip install` in Python notebooks ([#4664](https://github.com/databricks/terraform-provider-databricks/pull/4664))
24-
* Correctly handle account-level identities when generating the code ([#4650](https://github.com/databricks/terraform-provider-databricks/pull/4650))
25-
* Add export of dashboard tasks in `datarbicks_job` ([#4665](https://github.com/databricks/terraform-provider-databricks/pull/4665))
26-
* Add export of PowerBI tasks in `datarbicks_job` ([#4668](https://github.com/databricks/terraform-provider-databricks/pull/4668))
27-
* Add `Ignore` implementation for `databricks_grants` to fix issue with wrongly generated dependencies ([#4650](https://github.com/databricks/terraform-provider-databricks/pull/4650))
28-
* Improve handling of `owner` for UC resources ([#4669](https://github.com/databricks/terraform-provider-databricks/pull/4669))
29-
3013
### Internal Changes

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
var version = "1.74.0"
3+
var version = "1.75.0"
44

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

0 commit comments

Comments
 (0)