Skip to content

Commit

Permalink
Release v1.47.0 (#3644)
Browse files Browse the repository at this point in the history
* Release v1.47.0

### New Features and Improvements

* Added `gcp_workspace_sa` computed attribute to `databricks_mws_workspaces` ([#3617](#3617)).
* Added `storage_credential_id` attribute to `databricks_storage_credential` resource ([#3636](#3636)).
* Added `full_name` attribute to `databricks_system_schema` resource ([#3634](#3634)).
* Fix SQL table column type throws error ([#3501](#3501)).
* Add `aws_unity_catalog_assume_role_policy` data source ([#3622](#3622)).
* Fix bug for job creation with `num_workers = 0` ([#3642](#3642)).

### Documentation Changes

* Document support of `requirements.txt` specification in cluster libraries ([#3637](#3637)).
* Clarify about trailing slash character in file arrival trigger URL in `databricks_job` resource ([#3635](#3635)).

Dependency updates:

 * Bump golang.org/x/mod from 0.17.0 to 0.18.0 ([#3643](#3643)).

* Update CHANGELOG.md
  • Loading branch information
pietern committed Jun 5, 2024
1 parent 732fa61 commit 7d60ae7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Version changelog

## 1.47.0

### New Features and Improvements

* Added `gcp_workspace_sa` computed attribute to `databricks_mws_workspaces` ([#3617](https://github.com/databricks/terraform-provider-databricks/pull/3617)).
* Added `storage_credential_id` attribute to `databricks_storage_credential` resource ([#3636](https://github.com/databricks/terraform-provider-databricks/pull/3636)).
* Added `full_name` attribute to `databricks_system_schema` resource ([#3634](https://github.com/databricks/terraform-provider-databricks/pull/3634)).
* Fix SQL table column type throws error ([#3501](https://github.com/databricks/terraform-provider-databricks/pull/3501)).
* Add `aws_unity_catalog_assume_role_policy` data source ([#3622](https://github.com/databricks/terraform-provider-databricks/pull/3622)).
* Fix bug for job creation with `num_workers = 0` ([#3642](https://github.com/databricks/terraform-provider-databricks/pull/3642)).

### Documentation Changes

* Document support of `requirements.txt` specification in cluster libraries ([#3637](https://github.com/databricks/terraform-provider-databricks/pull/3637)).
* Clarify about trailing slash character in file arrival trigger URL in `databricks_job` resource ([#3635](https://github.com/databricks/terraform-provider-databricks/pull/3635)).
* Clarify about `autotermination_minutes` in `databricks_job` clusters ([#3641](https://github.com/databricks/terraform-provider-databricks/pull/3641)).

### Dependency updates:

* Bump golang.org/x/mod from 0.17.0 to 0.18.0 ([#3643](https://github.com/databricks/terraform-provider-databricks/pull/3643)).

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

0 comments on commit 7d60ae7

Please sign in to comment.