|
2 | 2 |
|
3 | 3 | ## 0.4.1 |
4 | 4 |
|
5 | | -* Fixed refresh of `library` blocks on a stopped `databricks_cluster` ([#952](https://github.com/databrickslabs/terraform-provider-databricks/issues/952)). |
6 | | -* Added `databricks_clusters` data resource to list all clusters in the workspace ([#955](https://github.com/databrickslabs/terraform-provider-databricks/pull/955)). |
7 | 5 | * Added `databricks_library` resource to install library on `databricks_cluster` ([#904](https://github.com/databrickslabs/terraform-provider-databricks/pull/904)). |
| 6 | +* Added `databricks_clusters` data resource to list all clusters in the workspace, which might be used to install `databricks_library` on all clusters ([#955](https://github.com/databrickslabs/terraform-provider-databricks/pull/955)). |
| 7 | +* Fixed refresh of `library` blocks on a stopped `databricks_cluster` ([#952](https://github.com/databrickslabs/terraform-provider-databricks/issues/952)). |
8 | 8 | * Whenever a library fails to get installed on a running `databricks_cluster`, we now automatically remove this library, so that the clean state of managed libraries is properly maintained. Without this fix users had to manually go to Clusters UI and remove library from a cluster, where it failed to install. Libraries add up to CREATE and UPDATE timeouts of `databricks_cluster` resource. ([#599](https://github.com/databrickslabs/terraform-provider-databricks/issues/599)). |
9 | 9 | * Added `token` block to `databricks_mws_workspaces` to avoid unnecessary provider aliasing ([#957](https://github.com/databrickslabs/terraform-provider-databricks/issues/957)). |
| 10 | +* Fixed disabling `databricks_global_init_script` ([#958](https://github.com/databrickslabs/terraform-provider-databricks/issues/958)). |
| 11 | +* Fixed configuration drift issues with `aws_attributes`, `azure_attributes`, `gcp_attributes`, and `email_notifications` configuration blocks in `databricks_cluster`, `databricks_job`, and `databricks_instance_pool` resources ([#981](https://github.com/databrickslabs/terraform-provider-databricks/pull/981)). |
| 12 | +* Improved Databricks CLI auth by eagerly resolving `host`, `username`, `password`, and `token` from the specified `profile`. Added explicit logging of auth parameters in debug logs ([#965](https://github.com/databrickslabs/terraform-provider-databricks/pull/965)). |
| 13 | +* TLS timeouts, which may occur during Azure MSI auth, are no longer failing API requests and retried within a normal policy ([#966](https://github.com/databrickslabs/terraform-provider-databricks/pull/966)). |
| 14 | +* `debug_headers` provider conf is also logging the `Host` header to help troubleshooting auth issues ([#964](https://github.com/databrickslabs/terraform-provider-databricks/pull/964)). |
10 | 15 | * Added new experimental resources and increased test coverage. |
11 | 16 |
|
| 17 | +Updated dependency versions: |
| 18 | + |
| 19 | +* Bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.2.0 |
| 20 | +* Bump google.golang.org/api from 0.60.0 to 0.63.0 |
| 21 | +* Bump github.com/Azure/go-autorest/autorest from 0.11.22 to 0.11.23 |
| 22 | +* Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.9 to 0.5.10 |
| 23 | +* Bump gopkg.in/ini.v1 from 1.66.0 to 1.66.2 |
| 24 | +* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.9.0 to 2.10.0 |
| 25 | + |
12 | 26 | ## 0.4.0 |
13 | 27 |
|
14 | 28 | * Added `databricks_mlflow_model` and `databricks_mlflow_experiment` resources ([#931](https://github.com/databrickslabs/terraform-provider-databricks/pull/931)) |
|
0 commit comments