From 89145fa2dbcdab1699315363ed7d6366c08e974a Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Thu, 3 Feb 2022 13:21:09 +0100 Subject: [PATCH] Release v0.4.8 (#1087) --- README.md | 2 +- docs/guides/aws-workspace.md | 2 +- docs/guides/unity-catalog.md | 2 +- docs/guides/workspace-management.md | 2 +- docs/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f51aca4a4b..b9cc9cdf01 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.7" + version = "0.4.8" } } } diff --git a/docs/guides/aws-workspace.md b/docs/guides/aws-workspace.md index 79cf84934e..55601ab276 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.7" + version = "0.4.8" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/unity-catalog.md b/docs/guides/unity-catalog.md index e44de3eaf8..c0521ea200 100644 --- a/docs/guides/unity-catalog.md +++ b/docs/guides/unity-catalog.md @@ -38,7 +38,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.7" + version = "0.4.8" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/workspace-management.md b/docs/guides/workspace-management.md index ceb7c8ea45..c8253a7bc4 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.7" + version = "0.4.8" } } } diff --git a/docs/index.md b/docs/index.md index 7ae5913d46..80a89df061 100644 --- a/docs/index.md +++ b/docs/index.md @@ -338,7 +338,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.7" + version = "0.4.8" } } }