Skip to content

Commit 23c34cd

Browse files
authored
Release v0.5.6 (#1286)
1 parent 52be9e8 commit 23c34cd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
## 0.5.6
44

55
* Added `databricks_views` data resource, making `databricks_tables` return only managed or external tables in Unity Catalog ([#1274](https://github.com/databrickslabs/terraform-provider-databricks/issues/1274)).
6+
* Added default timeout of 20m to `databricks_mount` ([#1280](https://github.com/databrickslabs/terraform-provider-databricks/pull/1280)).
7+
* Made `common.DataResource` deterministic ([#1279](https://github.com/databrickslabs/terraform-provider-databricks/pull/1279)).
8+
* Fixed exporting text-only widgets ([#1278](https://github.com/databrickslabs/terraform-provider-databricks/pull/1278)).
9+
* Updated devcontainer to support ARM ([#1256](https://github.com/databrickslabs/terraform-provider-databricks/pull/1256)).
10+
* Various documentation fixes ([#1285](https://github.com/databrickslabs/terraform-provider-databricks/pull/1285), [#1282](https://github.com/databrickslabs/terraform-provider-databricks/pull/1282), [#1281](https://github.com/databrickslabs/terraform-provider-databricks/pull/1281), [#1276](https://github.com/databrickslabs/terraform-provider-databricks/pull/1276)).
11+
12+
Updated dependency versions:
13+
14+
* Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0
15+
* Bump github.com/Azure/go-autorest/autorest from 0.11.26 to 0.11.27
616

717
## 0.5.5
818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ terraform {
8282
required_providers {
8383
databricks = {
8484
source = "databrickslabs/databricks"
85-
version = "0.5.5"
85+
version = "0.5.6"
8686
}
8787
}
8888
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ terraform {
338338
required_providers {
339339
databricks = {
340340
source = "databrickslabs/databricks"
341-
version = "0.5.5"
341+
version = "0.5.6"
342342
}
343343
}
344344
}

0 commit comments

Comments
 (0)