Skip to content

Commit

Permalink
[Release] Release v1.63.0
Browse files Browse the repository at this point in the history
### Bug Fixes

 * Reflect backend updates in state for databricks_app ([#4337](#4337)).

### Documentation

 * Update `databricks_workspace_conf` documentation ([#4334](#4334)).
 * apply `make fmt-docs` to all docs ([#4344](#4344)).

### Internal Changes

 * Generate both SdkV2-compatible and Plugin Framework-compatible structures ([#4332](#4332)).
 * Mark TestAccServicePrincipalResourceOnAzure test as flaky ([#4333](#4333)).
 * Retry on 504 when calling the permission API ([#4355](#4355)).
  • Loading branch information
renaudhartert-db committed Dec 30, 2024
1 parent 1e5443d commit 2e645d3
Show file tree
Hide file tree
Showing 11 changed files with 532 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d
b23112e00949a153cb7ac738dc053430c8291086
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Version changelog

## [Release] Release v1.63.0

### Bug Fixes

* Reflect backend updates in state for databricks_app ([#4337](https://github.com/databricks/terraform-provider-databricks/pull/4337)).


### Documentation

* Update `databricks_workspace_conf` documentation ([#4334](https://github.com/databricks/terraform-provider-databricks/pull/4334)).
* apply `make fmt-docs` to all docs ([#4344](https://github.com/databricks/terraform-provider-databricks/pull/4344)).


### Internal Changes

* Generate both SdkV2-compatible and Plugin Framework-compatible structures ([#4332](https://github.com/databricks/terraform-provider-databricks/pull/4332)).
* Mark TestAccServicePrincipalResourceOnAzure test as flaky ([#4333](https://github.com/databricks/terraform-provider-databricks/pull/4333)).
* Retry on 504 when calling the permission API ([#4355](https://github.com/databricks/terraform-provider-databricks/pull/4355)).


## [Release] Release v1.62.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.62.0"
version = "1.63.0"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
Expand Down
89 changes: 75 additions & 14 deletions internal/service/jobs_tf/legacy_model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e645d3

Please sign in to comment.