Skip to content

Commit f3a65bc

Browse files
authored
Release v0.4.4 (#1025)
1 parent 43b4996 commit f3a65bc

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## 0.4.4
44

55
* 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.
6-
* Allowed managing of libraries on `databricks_cluster` outside of Terraform state for resources without any `library` configuration blocks. This should simplify PaaS-like CI/CD workflows.
6+
* Allowed managing of libraries on `databricks_cluster` outside of Terraform state for resources without any `library` configuration blocks. This should simplify PaaS-like CI/CD workflows ([#1024](https://github.com/databrickslabs/terraform-provider-databricks/pull/1024)).
7+
* Added experimental resources.
78

89
**Behavior changes**
910

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.3"
73+
version = "0.4.4"
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.3"
94+
version = "0.4.4"
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.3"
92+
version = "0.4.4"
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.3"
57+
version = "0.4.4"
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.3"
14+
version = "0.4.4"
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.3"
339+
version = "0.4.4"
340340
}
341341
}
342342
}

0 commit comments

Comments
 (0)