Skip to content

Commit

Permalink
Release v1.46.0 (#3625)
Browse files Browse the repository at this point in the history
* 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

* -

* -
  • Loading branch information
tanmay-db authored May 30, 2024
1 parent 88bcc65 commit 52d0c9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7eb5ad9a2ed3e3f1055968a2d1014ac92c06fe92
7acbe9e90040d5a6a769aa6234720967ea0b18a3
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Version changelog

## 1.46.0

### 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)).
* 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)).
* 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

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

0 comments on commit 52d0c9c

Please sign in to comment.