Skip to content

Commit 01584b1

Browse files
authored
Release v0.4.5 (#1036)
1 parent 8e3af12 commit 01584b1

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Version changelog
22

3+
## 0.4.5
4+
5+
* Cross-linked resource documentation ([#1027](https://github.com/databrickslabs/terraform-provider-databricks/pull/1027)).
6+
* Added Azure example for sql_global_config ([#1028](https://github.com/databrickslabs/terraform-provider-databricks/pull/1028)).
7+
8+
Updated dependency versions:
9+
10+
* Bump google.golang.org/api from 0.63.0 to 0.65.0
11+
312
## 0.4.4
413

514
* Added support for [running provider in a debug mode](https://www.terraform.io/plugin/sdkv2/debugging#running-terraform-with-a-provider-in-debug-mode) from Visual Studio Code through `Debug Provider` run configuration in order to troubleshoot more complicated issues.

README.md

Lines changed: 1 addition & 1 deletion
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.4"
73+
version = "0.4.5"
7474
}
7575
}
7676
}

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

Lines changed: 1 addition & 1 deletion
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.4"
94+
version = "0.4.5"
9595
}
9696
aws = {
9797
source = "hashicorp/aws"

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

Lines changed: 1 addition & 1 deletion
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.4"
92+
version = "0.4.5"
9393
}
9494
aws = {
9595
source = "hashicorp/aws"

docs/guides/aws-workspace.md

Lines changed: 1 addition & 1 deletion
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.4"
57+
version = "0.4.5"
5858
}
5959
aws = {
6060
source = "hashicorp/aws"

docs/guides/workspace-management.md

Lines changed: 1 addition & 1 deletion
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.4"
14+
version = "0.4.5"
1515
}
1616
}
1717
}

docs/index.md

Lines changed: 1 addition & 1 deletion
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.4"
339+
version = "0.4.5"
340340
}
341341
}
342342
}

0 commit comments

Comments
 (0)