Skip to content

Commit e24a2dd

Browse files
authored
Release v0.5.2 (#1161)
1 parent 3f8d917 commit e24a2dd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## 0.5.2
44

5+
* Added `databricks_catalogs`, `databricks_schemas`, and `databricks_tables` data resources ([#1155](https://github.com/databrickslabs/terraform-provider-databricks/pull/1155)).
56
* Fixed `databricks_metastore_assignment` configuration drift by properly deleting metastore assignment and detecting manual changes from Account console. This also means that de-assigned metastore from a workspace would mark it as remotely removed. Manual assignment of different metastore would also trigger resource updates ([#1146](https://github.com/databrickslabs/terraform-provider-databricks/issues/1146)).
7+
* Fixed `databricks_table` creation in managed mode ([#1151](https://github.com/databrickslabs/terraform-provider-databricks/issues/1151)).
8+
* Fixed `databricks_sql_endpoint` timeout propagation ([#1142](https://github.com/databrickslabs/terraform-provider-databricks/issues/1142)).
9+
* Multiple documentation fixes.
10+
11+
Updated dependency versions:
12+
13+
* Bump google.golang.org/api from 0.69.0 to 0.70.0
614

715
## 0.5.1
816

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.1"
85+
version = "0.5.2"
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.1"
341+
version = "0.5.2"
342342
}
343343
}
344344
}

0 commit comments

Comments
 (0)