Skip to content

Commit 52d0c9c

Browse files
authored
Release v1.46.0 (#3625)
* Release v1.46.0 ### New Features and Improvements * Docs: remove usage of deprecated `azurerm` options from PL guides ([#3606](#3606)). * Jobs Methods GoSDK Migration ([#3577](#3577)). * Do not suppress diff if it is explicitly changed to zero ([#3611](#3611)). * update markdown ([#3621](#3621)). * Fix resource_cluster bug with ebs volume fields ([#3613](#3613)). ### Documentation Changes ### Exporter ### Internal Changes * - * -
1 parent 88bcc65 commit 52d0c9c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7eb5ad9a2ed3e3f1055968a2d1014ac92c06fe92
1+
7acbe9e90040d5a6a769aa6234720967ea0b18a3

CHANGELOG.md

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

3+
## 1.46.0
4+
5+
### New Features and Improvements
6+
* Do not suppress diff if it is explicitly changed to zero ([#3611](https://github.com/databricks/terraform-provider-databricks/pull/3611)).
7+
* Fixed `resource_cluster` bug with ebs volume fields ([#3613](https://github.com/databricks/terraform-provider-databricks/pull/3613)).
8+
* Remove and update default params for `resource_model_serving` ([#3608](https://github.com/databricks/terraform-provider-databricks/pull/3608)).
9+
* Added `LocalSsdCount` in `GcpAttributes` to ForceSendFields for [databricks_cluster](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/cluster) resource ([#3631](https://github.com/databricks/terraform-provider-databricks/pull/3631)).
10+
11+
### Documentation Changes
12+
* Remove usage of deprecated `azurerm` options from PL guides ([#3606](https://github.com/databricks/terraform-provider-databricks/pull/3606)).
13+
* Remove table update trigger from `job.md` ([#3621](https://github.com/databricks/terraform-provider-databricks/pull/3621)).
14+
15+
### Internal Changes
16+
* Jobs Methods GoSDK Migration ([#3577](https://github.com/databricks/terraform-provider-databricks/pull/3577)).
17+
* Revert "Set ForceSendFields for boolean/integer values explicitly set to false/0 ([#3385](https://github.com/databricks/terraform-provider-databricks/pull/3385))" ([#3627](https://github.com/databricks/terraform-provider-databricks/pull/3627)).
18+
* Revert `RemoveUnnecessaryFieldsFromForceSendFields` ([#3626](https://github.com/databricks/terraform-provider-databricks/pull/3626)).
19+
20+
321
## 1.45.0
422

523
### 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.45.0"
6+
version = "1.46.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)