From 2c39ae8a7f4bec035f074581f8d70a58fe735f83 Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Thu, 30 Dec 2021 19:36:02 +0100 Subject: [PATCH] Release v0.4.3 (#1015) * Added support for `databricks_permissions` for `databricks_mlflow_experiment` and `databricks_mlflow_model` ([#1013](https://github.com/databrickslabs/terraform-provider-databricks/pull/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](https://github.com/databrickslabs/terraform-provider-databricks/issues/821)). * Improved documentation with regards to public subnets in AWS quick start ([#1005](https://github.com/databrickslabs/terraform-provider-databricks/pull/1005)). * Added `databricks_mount` code genration for [exporter](https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/guides/experimental-exporter) tooling ([#1006](https://github.com/databrickslabs/terraform-provider-databricks/pull/1006)). * Increase dependency check frequency ([#1007](https://github.com/databrickslabs/terraform-provider-databricks/pull/1007)). * Added experimental resources. --- README.md | 2 +- docs/guides/aws-e2-firewall-hub-and-spoke.md | 2 +- docs/guides/aws-e2-firewall-workspace.md | 2 +- docs/guides/aws-workspace.md | 2 +- docs/guides/workspace-management.md | 2 +- docs/index.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8212a380dd..bbeaa8ddfb 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.2" + version = "0.4.3" } } } diff --git a/docs/guides/aws-e2-firewall-hub-and-spoke.md b/docs/guides/aws-e2-firewall-hub-and-spoke.md index a97eb65302..2aed219d77 100644 --- a/docs/guides/aws-e2-firewall-hub-and-spoke.md +++ b/docs/guides/aws-e2-firewall-hub-and-spoke.md @@ -91,7 +91,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.2" + version = "0.4.3" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/aws-e2-firewall-workspace.md b/docs/guides/aws-e2-firewall-workspace.md index 574b6619f7..0d8e165580 100644 --- a/docs/guides/aws-e2-firewall-workspace.md +++ b/docs/guides/aws-e2-firewall-workspace.md @@ -89,7 +89,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.2" + version = "0.4.3" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/aws-workspace.md b/docs/guides/aws-workspace.md index d7597d865d..552099536f 100644 --- a/docs/guides/aws-workspace.md +++ b/docs/guides/aws-workspace.md @@ -54,7 +54,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.2" + version = "0.4.3" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/workspace-management.md b/docs/guides/workspace-management.md index 94297195ff..38f90d8aea 100644 --- a/docs/guides/workspace-management.md +++ b/docs/guides/workspace-management.md @@ -11,7 +11,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.2" + version = "0.4.3" } } } diff --git a/docs/index.md b/docs/index.md index 6d43e1626c..e36fbce504 100644 --- a/docs/index.md +++ b/docs/index.md @@ -336,7 +336,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.2" + version = "0.4.3" } } }