Skip to content

Commit b12bb6d

Browse files
authored
Release v0.5.7 (#1300)
1 parent 0cb60f3 commit b12bb6d

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
@@ -4,6 +4,14 @@
44

55
* Added `external_id` and `force` attributes to `databricks_service_principal` resource ([#1293](https://github.com/databrickslabs/terraform-provider-databricks/pull/1293)).
66
* Added documentation for `datarbicks_git_credential` resource ([#1295](https://github.com/databrickslabs/terraform-provider-databricks/pull/1295)).
7+
* Added documentation for `git_source` in `databricks_job` ([#1297](https://github.com/databrickslabs/terraform-provider-databricks/pull/1297)).
8+
* Fix `job_cluster`.`num_workers` in `databricks_job` ([#1284](https://github.com/databrickslabs/terraform-provider-databricks/pull/1284)).
9+
* Various documentation improvements ([#1292](https://github.com/databrickslabs/terraform-provider-databricks/pull/1292)), ([#1296](https://github.com/databrickslabs/terraform-provider-databricks/pull/1296)), ([#1298](https://github.com/databrickslabs/terraform-provider-databricks/pull/1298)).
10+
11+
Updated dependency versions:
12+
13+
* Bump google.golang.org/api from 0.75.0 to 0.77.0
14+
* Removed github.com/pkg/errors dependency
715

816
## 0.5.6
917

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.6"
85+
version = "0.5.7"
8686
}
8787
}
8888
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ terraform {
340340
required_providers {
341341
databricks = {
342342
source = "databrickslabs/databricks"
343-
version = "0.5.6"
343+
version = "0.5.7"
344344
}
345345
}
346346
}

0 commit comments

Comments
 (0)