Skip to content

Commit 973189a

Browse files
authored
[Release] Release v1.58.0 (#4202)
### Bug Fixes * Always fill `cluster_name` in `databricks_cluster` data source ([#4197](#4197)). * Suppress equal fold diff for DLT pipeline resource ([#4196](#4196)). * Upload content `databricks_workspace_file` using raw format ([#4200](#4200)). ### Internal Changes * Update to latest OpenAPI spec and bump Go SDK ([#4199](#4199)). ### Dependency Updates * Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ([#4191](#4191)).
1 parent 7ddbeab commit 973189a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [Release] Release v1.58.0
4+
5+
### Bug Fixes
6+
7+
* Always fill `cluster_name` in `databricks_cluster` data source ([#4197](https://github.com/databricks/terraform-provider-databricks/pull/4197)).
8+
* Suppress equal fold diff for DLT pipeline resource ([#4196](https://github.com/databricks/terraform-provider-databricks/pull/4196)).
9+
* Upload content `databricks_workspace_file` using raw format ([#4200](https://github.com/databricks/terraform-provider-databricks/pull/4200)).
10+
11+
12+
### Internal Changes
13+
14+
* Update to latest OpenAPI spec and bump Go SDK ([#4199](https://github.com/databricks/terraform-provider-databricks/pull/4199)).
15+
16+
17+
### Dependency Updates
18+
19+
* Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ([#4191](https://github.com/databricks/terraform-provider-databricks/pull/4191)).
20+
21+
322
## [Release] Release v1.57.0
423

524
### New Features and Improvements

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "context"
44

55
var (
6-
version = "1.57.0"
6+
version = "1.58.0"
77
// ResourceName is resource name without databricks_ prefix
88
ResourceName contextKey = 1
99
// Provider is the current instance of provider

0 commit comments

Comments
 (0)