Skip to content

Commit 164a77e

Browse files
[Release] Release v1.62.0 (#4331)
### New Features and Improvements * Allow to use GCP SA in `databricks_credential` (storage only) ([#4302](#4302)). * Support for databricks_credential in databricks_workspace_binding ### Bug Fixes * Bump Golang x/crypto to 0.31 ([#4319](#4319)). ### Internal Changes * Generate models with correctly computed annotations ([#4316](#4316)). * Update Go SDK to 0.54.0 ([#4328](#4328)). ### Dependency Updates * Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 ([#4320](#4320)). ### Exporter * Correctly handle DB-managed UC objects ([#4323](#4323)). * Emit WSFS/UC files from `parameters` in the jobs ([#4318](#4318)). * Improve support of `databricks_model_serving` ([#4324](#4324)). * add support for `databricks_credential` ([#4292](#4292)). * export `databricks_repo` for Git Folders outside of `/Repos` ([#4308](#4308)).
1 parent b533bb2 commit 164a77e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

3+
## [Release] Release v1.62.0
4+
5+
### New Features and Improvements
6+
7+
* Allow to use GCP SA in `databricks_credential` (storage only) ([#4302](https://github.com/databricks/terraform-provider-databricks/pull/4302)).
8+
9+
10+
### Bug Fixes
11+
12+
* Bump Golang x/crypto to 0.31 ([#4319](https://github.com/databricks/terraform-provider-databricks/pull/4319)).
13+
14+
15+
### Internal Changes
16+
17+
* Generate models with correctly computed annotations ([#4316](https://github.com/databricks/terraform-provider-databricks/pull/4316)).
18+
* Update Go SDK to 0.54.0 ([#4328](https://github.com/databricks/terraform-provider-databricks/pull/4328)).
19+
20+
21+
### Dependency Updates
22+
23+
* Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 ([#4320](https://github.com/databricks/terraform-provider-databricks/pull/4320)).
24+
25+
26+
### Exporter
27+
28+
* Correctly handle DB-managed UC objects ([#4323](https://github.com/databricks/terraform-provider-databricks/pull/4323)).
29+
* Emit WSFS/UC files from `parameters` in the jobs ([#4318](https://github.com/databricks/terraform-provider-databricks/pull/4318)).
30+
* Improve support of `databricks_model_serving` ([#4324](https://github.com/databricks/terraform-provider-databricks/pull/4324)).
31+
* add support for `databricks_credential` ([#4292](https://github.com/databricks/terraform-provider-databricks/pull/4292)).
32+
* export `databricks_repo` for Git Folders outside of `/Repos` ([#4308](https://github.com/databricks/terraform-provider-databricks/pull/4308)).
33+
34+
335
## [Release] Release v1.61.0
436

537
### 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.61.0"
6+
version = "1.62.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)