Skip to content

Commit 6e0878b

Browse files
[Release] Release v1.94.0
## Release v1.94.0 ### Bug Fixes * Fix crash when error happens during reading `databricks_job` ([#5110](#5110)) * Fix `ADMIN` assignment in `databricks_permission_assignment` resource ([#5109](#5109)) ### Documentation * Document `table_update` trigger in `databricks_job` resource ([#5107](#5107)) * Document new attributes in `databricks_app` resource and data sources ([#5108](#5108)) * Document `git_email` in `databricks_git_credential` resource ([#5099](#5099)) * Update `CONTRIBUTING` guidelines for migrating resources to plugin framework ([#5121](#5121)) ### Internal Changes * Add provider_config support for plugin framework ([#5104](#5104)) * Refactor `catalog_test.go` to use internal plan checks ([#5112](#5112)).
1 parent 31e132f commit 6e0878b

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
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-10-16 12:39:08+0000"
2+
"timestamp": "2025-10-21 15:03:35+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.94.0
4+
5+
### Bug Fixes
6+
7+
* Fix crash when error happens during reading `databricks_job` ([#5110](https://github.com/databricks/terraform-provider-databricks/pull/5110))
8+
* Fix `ADMIN` assignment in `databricks_permission_assignment` resource ([#5109](https://github.com/databricks/terraform-provider-databricks/pull/5109))
9+
10+
### Documentation
11+
12+
* Document `table_update` trigger in `databricks_job` resource ([#5107](https://github.com/databricks/terraform-provider-databricks/pull/5107))
13+
* Document new attributes in `databricks_app` resource and data sources ([#5108](https://github.com/databricks/terraform-provider-databricks/pull/5108))
14+
* Document `git_email` in `databricks_git_credential` resource ([#5099](https://github.com/databricks/terraform-provider-databricks/pull/5099))
15+
* Update `CONTRIBUTING` guidelines for migrating resources to plugin framework ([#5121](https://github.com/databricks/terraform-provider-databricks/pull/5121))
16+
17+
### Internal Changes
18+
19+
* Add provider_config support for plugin framework ([#5104](https://github.com/databricks/terraform-provider-databricks/pull/5104))
20+
* Refactor `catalog_test.go` to use internal plan checks ([#5112](https://github.com/databricks/terraform-provider-databricks/pull/5112)).
21+
22+
323
## Release v1.93.0
424

525
### Internal Changes

NEXT_CHANGELOG.md

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

3-
## Release v1.94.0
3+
## Release v1.95.0
44

55
### Breaking Changes
66

77
### New Features and Improvements
88

99
### Bug Fixes
1010

11-
* Fix crash when error happens during reading `databricks_job` ([#5110](https://github.com/databricks/terraform-provider-databricks/pull/5110))
12-
* Fix `ADMIN` assignment in `databricks_permission_assignment` resource ([#5109](https://github.com/databricks/terraform-provider-databricks/pull/5109))
13-
1411
### Documentation
1512

16-
* Document `table_update` trigger in `databricks_job` resource ([#5107](https://github.com/databricks/terraform-provider-databricks/pull/5107))
17-
* Document new attributes in `databricks_app` resource and data sources ([#5108](https://github.com/databricks/terraform-provider-databricks/pull/5108))
18-
* Document `git_email` in `databricks_git_credential` resource ([#5099](https://github.com/databricks/terraform-provider-databricks/pull/5099))
19-
* Update `CONTRIBUTING` guidelines for migrating resources to plugin framework ([#5121](https://github.com/databricks/terraform-provider-databricks/pull/5121))
20-
2113
### Exporter
2214

2315
### Internal Changes
24-
25-
* Add provider_config support for plugin framework ([#5104](https://github.com/databricks/terraform-provider-databricks/pull/5104))
26-
* Refactor `catalog_test.go` to use internal plan checks ([#5112](https://github.com/databricks/terraform-provider-databricks/pull/5112)).

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

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

0 commit comments

Comments
 (0)