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.100.0
### New Features and Improvements
* Handle new fields in `databricks_pipeline` resource ([#5249](#5249))
* Recreate `databricks_credential` on the `name` change ([#5248](#5248)).
* Allow to specify default catalog and schema for `databricks_dashboard` ([#5259](#5259)).
### Bug Fixes
* Fix retrieving of latest DBR versions in `databricks_spark_version` ([#5255](#5255))
* Reset PO flag for non-managed UC Catalogs ([#5260](#5260)).
### Documentation
* Add missing GCP IAM permission `topics.detachSubscription` for Databricks file events ([#5269](#5269))
### Exporter
* Added `-targetCloud` and `-nodeTypeMappingFile` flags for cross-cloud attribute and node-type conversion ([#5236](#5236)).
### Internal Changes
* Update Go SDK to v0.94.0.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Version changelog
2
2
3
+
## Release v1.100.0 (2025-12-11)
4
+
5
+
### New Features and Improvements
6
+
7
+
* Handle new fields in `databricks_pipeline` resource ([#5249](https://github.com/databricks/terraform-provider-databricks/pull/5249))
8
+
* Recreate `databricks_credential` on the `name` change ([#5248](https://github.com/databricks/terraform-provider-databricks/pull/5248)).
9
+
* Allow to specify default catalog and schema for `databricks_dashboard` ([#5259](https://github.com/databricks/terraform-provider-databricks/pull/5259)).
10
+
11
+
### Bug Fixes
12
+
13
+
* Fix retrieving of latest DBR versions in `databricks_spark_version` ([#5255](https://github.com/databricks/terraform-provider-databricks/pull/5255))
14
+
* Reset PO flag for non-managed UC Catalogs ([#5260](https://github.com/databricks/terraform-provider-databricks/pull/5260)).
15
+
16
+
### Documentation
17
+
18
+
* Add missing GCP IAM permission `topics.detachSubscription` for Databricks file events ([#5269](https://github.com/databricks/terraform-provider-databricks/pull/5269))
19
+
20
+
### Exporter
21
+
22
+
* Added `-targetCloud` and `-nodeTypeMappingFile` flags for cross-cloud attribute and node-type conversion ([#5236](https://github.com/databricks/terraform-provider-databricks/issues/5236)).
* Handle new fields in `databricks_pipeline` resource ([#5249](https://github.com/databricks/terraform-provider-databricks/pull/5249))
10
-
* Recreate `databricks_credential` on the `name` change ([#5248](https://github.com/databricks/terraform-provider-databricks/pull/5248)).
11
-
* Allow to specify default catalog and schema for `databricks_dashboard` ([#5259](https://github.com/databricks/terraform-provider-databricks/pull/5259)).
12
-
13
9
### Bug Fixes
14
10
15
-
* Fix retrieving of latest DBR versions in `databricks_spark_version` ([#5255](https://github.com/databricks/terraform-provider-databricks/pull/5255))
16
-
* Reset PO flag for non-managed UC Catalogs ([#5260](https://github.com/databricks/terraform-provider-databricks/pull/5260)).
17
-
18
11
### Documentation
19
12
20
-
* Add missing GCP IAM permission `topics.detachSubscription` for Databricks file events ([#5269](https://github.com/databricks/terraform-provider-databricks/pull/5269))
21
-
22
13
### Exporter
23
14
24
-
* Added `-targetCloud` and `-nodeTypeMappingFile` flags for cross-cloud attribute and node-type conversion ([#5236](https://github.com/databricks/terraform-provider-databricks/issues/5236)).
0 commit comments