Skip to content

Commit

Permalink
[Release] Release v1.58.0 (#4202)
Browse files Browse the repository at this point in the history
### 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)).
  • Loading branch information
tanmay-db authored Nov 8, 2024
1 parent 7ddbeab commit 973189a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Version changelog

## [Release] Release v1.58.0

### Bug Fixes

* Always fill `cluster_name` in `databricks_cluster` data source ([#4197](https://github.com/databricks/terraform-provider-databricks/pull/4197)).
* Suppress equal fold diff for DLT pipeline resource ([#4196](https://github.com/databricks/terraform-provider-databricks/pull/4196)).
* Upload content `databricks_workspace_file` using raw format ([#4200](https://github.com/databricks/terraform-provider-databricks/pull/4200)).


### Internal Changes

* Update to latest OpenAPI spec and bump Go SDK ([#4199](https://github.com/databricks/terraform-provider-databricks/pull/4199)).


### Dependency Updates

* 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)).


## [Release] Release v1.57.0

### New Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package common
import "context"

var (
version = "1.57.0"
version = "1.58.0"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
Expand Down

0 comments on commit 973189a

Please sign in to comment.