Skip to content

Commit

Permalink
[Release] Release v1.62.1 (#4363)
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 authored Dec 30, 2024
1 parent 1e5443d commit e11d99a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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.62.1

### 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.62.1"
// ResourceName is resource name without databricks_ prefix
ResourceName contextKey = 1
// Provider is the current instance of provider
Expand Down

0 comments on commit e11d99a

Please sign in to comment.