Skip to content

Commit f57c229

Browse files
[Release] Release v1.100.0
## 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.
1 parent f0fe1a1 commit f57c229

File tree

4 files changed

+29
-16
lines changed

4 files changed

+29
-16
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-12-04 11:46:28+0000"
2+
"timestamp": "2025-12-11 14:37:24+0000"
33
}

CHANGELOG.md

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

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)).
23+
24+
### Internal Changes
25+
26+
* Update Go SDK to v0.94.0.
27+
28+
329
## Release v1.99.0 (2025-12-04)
430

531
### New Features and Improvements

NEXT_CHANGELOG.md

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

3-
## Release v1.100.0
3+
## Release v1.101.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

9-
* 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-
139
### Bug Fixes
1410

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-
1811
### Documentation
1912

20-
* Add missing GCP IAM permission `topics.detachSubscription` for Databricks file events ([#5269](https://github.com/databricks/terraform-provider-databricks/pull/5269))
21-
2213
### Exporter
2314

24-
* Added `-targetCloud` and `-nodeTypeMappingFile` flags for cross-cloud attribute and node-type conversion ([#5236](https://github.com/databricks/terraform-provider-databricks/issues/5236)).
25-
2615
### Internal Changes
27-
28-
* Update Go SDK to v0.94.0.

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

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

0 commit comments

Comments
 (0)