Skip to content

Commit e11d99a

Browse files
[Release] Release v1.62.1 (#4363)
### 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)).
1 parent 1e5443d commit e11d99a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [Release] Release v1.62.1
4+
5+
### Bug Fixes
6+
7+
* Reflect backend updates in state for databricks_app ([#4337](https://github.com/databricks/terraform-provider-databricks/pull/4337)).
8+
9+
10+
### Documentation
11+
12+
* Update `databricks_workspace_conf` documentation ([#4334](https://github.com/databricks/terraform-provider-databricks/pull/4334)).
13+
* apply `make fmt-docs` to all docs ([#4344](https://github.com/databricks/terraform-provider-databricks/pull/4344)).
14+
15+
16+
### Internal Changes
17+
18+
* Generate both SdkV2-compatible and Plugin Framework-compatible structures ([#4332](https://github.com/databricks/terraform-provider-databricks/pull/4332)).
19+
* Mark TestAccServicePrincipalResourceOnAzure test as flaky ([#4333](https://github.com/databricks/terraform-provider-databricks/pull/4333)).
20+
* Retry on 504 when calling the permission API ([#4355](https://github.com/databricks/terraform-provider-databricks/pull/4355)).
21+
22+
323
## [Release] Release v1.62.0
424

525
### 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.62.0"
6+
version = "1.62.1"
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)