Skip to content

Commit 6c3b8c4

Browse files
[Release] Release v1.78.0
## Release v1.78.0 ### New Features and Improvements * Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. [#4705](#4705) ### Bug Fixes * Fix validation of S3 bucket name in `databricks_aws_unity_catalog_policy` and `databricks_aws_bucket_policy` [#4691](#4691) * Fix use of `force` option for service principals in `databricks_git_credential` [#4704](#4704) ### Documentation * Fix import documentation for all resources ([#4699](https://github.com/databricks/terraform-provider-databricks/pull/4699/files)).
1 parent 259cca8 commit 6c3b8c4

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
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-05-08 07:08:54+0000"
2+
"timestamp": "2025-05-13 09:43:24+0000"
33
}

CHANGELOG.md

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

3+
## Release v1.78.0
4+
5+
### New Features and Improvements
6+
7+
* Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. [#4705](https://github.com/databricks/terraform-provider-databricks/pull/4705)
8+
9+
### Bug Fixes
10+
11+
* Fix validation of S3 bucket name in `databricks_aws_unity_catalog_policy` and `databricks_aws_bucket_policy` [#4691](https://github.com/databricks/terraform-provider-databricks/pull/4691)
12+
* Fix use of `force` option for service principals in `databricks_git_credential` [#4704](https://github.com/databricks/terraform-provider-databricks/pull/4704)
13+
14+
### Documentation
15+
16+
* Fix import documentation for all resources ([#4699](https://github.com/databricks/terraform-provider-databricks/pull/4699/files)).
17+
18+
319
## Release v1.77.0
420

521
### New Features and Improvements

NEXT_CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v1.78.0
3+
## Release v1.79.0
44

55
### New Features and Improvements
66

7-
* Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. [#4705](https://github.com/databricks/terraform-provider-databricks/pull/4705)
8-
97
### Bug Fixes
108

11-
* Fix validation of S3 bucket name in `databricks_aws_unity_catalog_policy` and `databricks_aws_bucket_policy` [#4691](https://github.com/databricks/terraform-provider-databricks/pull/4691)
12-
* Fix use of `force` option for service principals in `databricks_git_credential` [#4704](https://github.com/databricks/terraform-provider-databricks/pull/4704)
13-
149
### Documentation
1510

16-
* Fix import documentation for all resources ([#4699](https://github.com/databricks/terraform-provider-databricks/pull/4699/files)).
17-
1811
### Exporter
1912

2013
### Internal Changes

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

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

0 commit comments

Comments
 (0)