Skip to content

Commit 1ca0ee5

Browse files
authored
Release v0.5.8 (#1324)
1 parent b1f8e90 commit 1ca0ee5

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Version changelog
22

3+
## 0.5.8
4+
5+
* Update `aws_iam_policy_document` in `databricks_mws_customer_managed_keys` docs to restrict KMS policy to caller AWS account ([#1309](https://github.com/databrickslabs/terraform-provider-databricks/pull/1309)).
6+
* Added `gcs` destination to `init_scripts` in `databricks_cluster` ([#1308](https://github.com/databrickslabs/terraform-provider-databricks/pull/1308)).
7+
* Clarify optionality of `databricks_mws_workspaces`.`deployment_name` in docs and examples ([#1315](https://github.com/databrickslabs/terraform-provider-databricks/pull/1315)).
8+
* Update `databricks_mws_log_delivery` docs ([#1320](https://github.com/databrickslabs/terraform-provider-databricks/pull/1320)).
9+
* Fix updating `databricks_service_principal` on Azure ([#1322](https://github.com/databrickslabs/terraform-provider-databricks/pull/1322)).
10+
* Added `tf:suppress_diff` on `artifact_location` for `databricks_mlflow_experiment` ([#1323](https://github.com/databrickslabs/terraform-provider-databricks/pull/1323)).
11+
12+
Updated dependency versions:
13+
14+
* Bump github.com/Azure/go-autorest/autorest/adal from 0.9.18 to 0.9.19
15+
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.14.0 to 2.16.0
16+
* Bump google.golang.org/api from 0.77.0 to 0.79.0
17+
318
## 0.5.7
419

520
* Added `external_id` and `force` attributes to `databricks_service_principal` resource ([#1293](https://github.com/databrickslabs/terraform-provider-databricks/pull/1293)).
6-
* Added documentation for `datarbicks_git_credential` resource ([#1295](https://github.com/databrickslabs/terraform-provider-databricks/pull/1295)).
21+
* Added documentation for `databicks_git_credential` resource ([#1295](https://github.com/databrickslabs/terraform-provider-databricks/pull/1295)).
722
* Added documentation for `git_source` in `databricks_job` ([#1297](https://github.com/databrickslabs/terraform-provider-databricks/pull/1297)).
823
* Fix `job_cluster`.`num_workers` in `databricks_job` ([#1284](https://github.com/databrickslabs/terraform-provider-databricks/pull/1284)).
924
* 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)).

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.7"
85+
version = "0.5.8"
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.7"
343+
version = "0.5.8"
344344
}
345345
}
346346
}

0 commit comments

Comments
 (0)