|
2 | 2 |
|
3 | 3 | ## 0.4.0 |
4 | 4 |
|
| 5 | +* Added `databricks_mlflow_model` and `databricks_mlflow_experiment` resources ([#931](https://github.com/databrickslabs/terraform-provider-databricks/pull/931)) |
5 | 6 | * Added support for `repo_path` to `databricks_permissions` resource ([#875](https://github.com/databrickslabs/terraform-provider-databricks/issues/875)). |
| 7 | +* Added `external_id` to `databricks_user` and `databricks_group` ([#927](https://github.com/databrickslabs/terraform-provider-databricks/pull/927)). |
| 8 | +* Fixed `databricks_repo` creation corner cases on MS Windows OS ([#911](https://github.com/databrickslabs/terraform-provider-databricks/issues/911)). |
| 9 | +* Fixed configuration drift for `databricks_cluster`.`aws_attributes`.`zone_id` with `auto`, which resulted in unwanted cluster restarts ([#937](https://github.com/databrickslabs/terraform-provider-databricks/pull/937)). |
| 10 | +* Added new experimental resources, increased test coverage, and automated integration testing infrastructure. |
| 11 | +* Multiple documentation improvements and new guides. |
6 | 12 |
|
7 | 13 | **Behavior changes** |
8 | 14 |
|
| 15 | +* Renamed `allow_sql_analytics_access` to `databricks_sql_access` in `databricks_user`, `databricks_group`, and `databricks_service_principal` resources. |
9 | 16 | * Removed deprecated `azure_use_pat_for_spn`, `azure_use_pat_for_cli`, `azure_pat_token_duration_seconds` provider attributes. |
10 | 17 | * Removed deprecated `azure_workspace_name`, `azure_resource_group`, `azure_subscription_id` in favor of just using `azure_workspace_resource_id`. |
11 | 18 | * Renamed `DATABRICKS_AZURE_WORKSPACE_RESOURCE_ID` environment variable to `DATABRICKS_AZURE_RESOURCE_ID`. |
12 | 19 | * `DATABRICKS_AZURE_CLIENT_SECRET` environment variable is no longer having any effect in favor of just using `ARM_CLIENT_SECRET`. |
13 | 20 | * `DATABRICKS_AZURE_CLIENT_ID` environment variable is no longer having any effect in favor of just using `ARM_CLIENT_ID`. |
14 | 21 | * `DATABRICKS_AZURE_TENANT_ID` environment variable is no longer having any effect in favor of just using `ARM_TENANT_ID`. |
15 | 22 |
|
| 23 | +Updated dependency versions: |
| 24 | + |
| 25 | +* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.1 to 2.9.0 |
| 26 | +* Bump github.com/Azure/go-autorest/autorest/adal from 0.9.16 to 0.9.17 |
| 27 | +* Bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.1.0 |
| 28 | +* Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0 |
| 29 | +* Bump github.com/Azure/go-autorest/autorest from 0.11.21 to 0.11.22 |
| 30 | + |
16 | 31 | ## 0.3.11 |
17 | 32 |
|
18 | 33 | * Added `databricks_sql_global_config` resource to provide global configuration for SQL Endpoints ([#855](https://github.com/databrickslabs/terraform-provider-databricks/issues/855)) |
|
0 commit comments