From d86e56c605c0ee191361c9593db9618759595043 Mon Sep 17 00:00:00 2001 From: Tanmay Rustagi Date: Tue, 28 May 2024 18:58:42 +0200 Subject: [PATCH 1/3] Release v1.46.0 ### New Features and Improvements * Docs: remove usage of deprecated `azurerm` options from PL guides ([#3606](https://github.com/databricks/terraform-provider-databricks/pull/3606)). * Jobs Methods GoSDK Migration ([#3577](https://github.com/databricks/terraform-provider-databricks/pull/3577)). * Do not suppress diff if it is explicitly changed to zero ([#3611](https://github.com/databricks/terraform-provider-databricks/pull/3611)). * update markdown ([#3621](https://github.com/databricks/terraform-provider-databricks/pull/3621)). * Fix resource_cluster bug with ebs volume fields ([#3613](https://github.com/databricks/terraform-provider-databricks/pull/3613)). ### Documentation Changes ### Exporter ### Internal Changes --- .codegen/_openapi_sha | 2 +- CHANGELOG.md | 17 +++++++++++++++++ common/version.go | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index 8c62ac620b..133856d901 100644 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -7eb5ad9a2ed3e3f1055968a2d1014ac92c06fe92 \ No newline at end of file +7acbe9e90040d5a6a769aa6234720967ea0b18a3 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc2616959..3f19e8f806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Version changelog +## 1.46.0 + +### New Features and Improvements +* Docs: remove usage of deprecated `azurerm` options from PL guides ([#3606](https://github.com/databricks/terraform-provider-databricks/pull/3606)). +* Jobs Methods GoSDK Migration ([#3577](https://github.com/databricks/terraform-provider-databricks/pull/3577)). +* Do not suppress diff if it is explicitly changed to zero ([#3611](https://github.com/databricks/terraform-provider-databricks/pull/3611)). +* update markdown ([#3621](https://github.com/databricks/terraform-provider-databricks/pull/3621)). +* Fix resource_cluster bug with ebs volume fields ([#3613](https://github.com/databricks/terraform-provider-databricks/pull/3613)). + + +### Documentation Changes + +### Exporter + +### Internal Changes + + ## 1.45.0 ### New Features and Improvements diff --git a/common/version.go b/common/version.go index ab6f6c8a1d..fae2e3056b 100644 --- a/common/version.go +++ b/common/version.go @@ -3,7 +3,7 @@ package common import "context" var ( - version = "1.45.0" + version = "1.46.0" // ResourceName is resource name without databricks_ prefix ResourceName contextKey = 1 // Provider is the current instance of provider From 895799b48540e0c6fad66d35960cb842606a18a9 Mon Sep 17 00:00:00 2001 From: Tanmay Rustagi Date: Tue, 28 May 2024 19:01:13 +0200 Subject: [PATCH 2/3] - --- CHANGELOG.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f19e8f806..08cfebb55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,15 @@ ## 1.46.0 ### New Features and Improvements -* Docs: remove usage of deprecated `azurerm` options from PL guides ([#3606](https://github.com/databricks/terraform-provider-databricks/pull/3606)). -* Jobs Methods GoSDK Migration ([#3577](https://github.com/databricks/terraform-provider-databricks/pull/3577)). * Do not suppress diff if it is explicitly changed to zero ([#3611](https://github.com/databricks/terraform-provider-databricks/pull/3611)). -* update markdown ([#3621](https://github.com/databricks/terraform-provider-databricks/pull/3621)). -* Fix resource_cluster bug with ebs volume fields ([#3613](https://github.com/databricks/terraform-provider-databricks/pull/3613)). - +* Fixed `resource_cluster` bug with ebs volume fields ([#3613](https://github.com/databricks/terraform-provider-databricks/pull/3613)). ### Documentation Changes - -### Exporter +* Remove usage of deprecated `azurerm` options from PL guides ([#3606](https://github.com/databricks/terraform-provider-databricks/pull/3606)). +* Remove table update trigger from `job.md` ([#3621](https://github.com/databricks/terraform-provider-databricks/pull/3621)). ### Internal Changes +* Jobs Methods GoSDK Migration ([#3577](https://github.com/databricks/terraform-provider-databricks/pull/3577)). ## 1.45.0 From fe0d0dc1612d29490e10b019b0b93167aefbd456 Mon Sep 17 00:00:00 2001 From: Tanmay Rustagi Date: Thu, 30 May 2024 17:58:49 +0200 Subject: [PATCH 3/3] - --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08cfebb55a..df2c961a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ### New Features and Improvements * Do not suppress diff if it is explicitly changed to zero ([#3611](https://github.com/databricks/terraform-provider-databricks/pull/3611)). * Fixed `resource_cluster` bug with ebs volume fields ([#3613](https://github.com/databricks/terraform-provider-databricks/pull/3613)). +* Remove and update default params for `resource_model_serving` ([#3608](https://github.com/databricks/terraform-provider-databricks/pull/3608)). +* 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)). ### Documentation Changes * Remove usage of deprecated `azurerm` options from PL guides ([#3606](https://github.com/databricks/terraform-provider-databricks/pull/3606)). @@ -12,6 +14,8 @@ ### Internal Changes * Jobs Methods GoSDK Migration ([#3577](https://github.com/databricks/terraform-provider-databricks/pull/3577)). +* 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)). + * Revert `RemoveUnnecessaryFieldsFromForceSendFields` ([#3626](https://github.com/databricks/terraform-provider-databricks/pull/3626)). ## 1.45.0