Skip to content

Commit 2c39ae8

Browse files
authored
Release v0.4.3 (#1015)
* Added support for `databricks_permissions` for `databricks_mlflow_experiment` and `databricks_mlflow_model` ([#1013](#1013)). * Added `Using XXX auth` explanation to HTTP 403 errors, which should help troubleshooting misconfigured authentication or provider aliasing. Example error message now looks like: *cannot create group: /2.0/preview/scim/v2/Groups is only accessible by admins. Using databricks-cli auth: host=https://XXX.cloud.databricks.com/, token=`***REDACTED***`, profile=demo.* All sensitive configuration parameters (`token`, `password`, and `azure_client_secret`) are redacted and replaced with `***REDACTED***` ([#821](#821)). * Improved documentation with regards to public subnets in AWS quick start ([#1005](#1005)). * Added `databricks_mount` code genration for [exporter](https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/guides/experimental-exporter) tooling ([#1006](#1006)). * Increase dependency check frequency ([#1007](#1007)). * Added experimental resources.
1 parent 6fbe7ff commit 2c39ae8

6 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ terraform {
7070
required_providers {
7171
databricks = {
7272
source = "databrickslabs/databricks"
73-
version = "0.4.2"
73+
version = "0.4.3"
7474
}
7575
}
7676
}

docs/guides/aws-e2-firewall-hub-and-spoke.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ terraform {
9191
required_providers {
9292
databricks = {
9393
source = "databrickslabs/databricks"
94-
version = "0.4.2"
94+
version = "0.4.3"
9595
}
9696
aws = {
9797
source = "hashicorp/aws"

docs/guides/aws-e2-firewall-workspace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ terraform {
8989
required_providers {
9090
databricks = {
9191
source = "databrickslabs/databricks"
92-
version = "0.4.2"
92+
version = "0.4.3"
9393
}
9494
aws = {
9595
source = "hashicorp/aws"

docs/guides/aws-workspace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ terraform {
5454
required_providers {
5555
databricks = {
5656
source = "databrickslabs/databricks"
57-
version = "0.4.2"
57+
version = "0.4.3"
5858
}
5959
aws = {
6060
source = "hashicorp/aws"

docs/guides/workspace-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
required_providers {
1212
databricks = {
1313
source = "databrickslabs/databricks"
14-
version = "0.4.2"
14+
version = "0.4.3"
1515
}
1616
}
1717
}

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ terraform {
336336
required_providers {
337337
databricks = {
338338
source = "databrickslabs/databricks"
339-
version = "0.4.2"
339+
version = "0.4.3"
340340
}
341341
}
342342
}

0 commit comments

Comments
 (0)