Skip to content

Commit

Permalink
Release v1.46.0
Browse files Browse the repository at this point in the history
### 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 committed May 28, 2024
1 parent 196b05b commit d86e56c
Show file tree
Hide file tree
Showing 3 changed files with 19 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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 d86e56c

Please sign in to comment.