|
2 | 2 |
|
3 | 3 | ## 0.3.1 |
4 | 4 |
|
5 | | -* Added `databricks_global_init_script` resource to configure global init scripts ([#487](https://github.com/databrickslabs/terraform-provider-databricks/issues/487)) |
| 5 | +* Added `databricks_global_init_script` resource to configure global init scripts ([#487](https://github.com/databrickslabs/terraform-provider-databricks/issues/487)). |
| 6 | +* Added `databricks_sql_endpoint` resource ([#498](https://github.com/databrickslabs/terraform-provider-databricks/pull/498)) |
| 7 | +* Added [experimental resource exporter](https://github.com/databrickslabs/terraform-provider-databricks/blob/master/docs/guides/experimental-exporter.md) to generate configuration for entire workspace. |
| 8 | +* Improved user-facing documentaiton ([#508](https://github.com/databrickslabs/terraform-provider-databricks/pull/508/files), [#516](https://github.com/databrickslabs/terraform-provider-databricks/pull/516), [#511](https://github.com/databrickslabs/terraform-provider-databricks/pull/511), [#504](https://github.com/databrickslabs/terraform-provider-databricks/pull/504), [#492]([Update docs in various places](https://github.com/databrickslabs/terraform-provider-databricks/pull/492))) |
| 9 | +* Simplified authentication issues debugging ([#490](https://github.com/databrickslabs/terraform-provider-databricks/pull/490)) |
| 10 | +* Made cleaner error message for no config profile ([#491](https://github.com/databrickslabs/terraform-provider-databricks/pull/491)) |
| 11 | +* Allow tokens without comment or expiration ([#495](https://github.com/databrickslabs/terraform-provider-databricks/pull/495/files)) |
| 12 | +* Ensured consistent slashes in notebook paths for different OSes ([#500](https://github.com/databrickslabs/terraform-provider-databricks/pull/500)) |
| 13 | +* Fix error message panic in command result parsing ([#502](https://github.com/databrickslabs/terraform-provider-databricks/pull/502)) |
| 14 | +* Updated `databricks_group` data resource to allow non-alphanumeric characters in group name filter ([#507](https://github.com/databrickslabs/terraform-provider-databricks/pull/507/files)) |
6 | 15 |
|
7 | 16 | **Behavior changes** |
8 | 17 |
|
9 | 18 | * Assigning any permission to `admins` would result in an error, so that behavior is consistent ([#486](https://github.com/databrickslabs/terraform-provider-databricks/issues/486)). |
10 | 19 |
|
| 20 | +Updated dependency versions: |
| 21 | + |
| 22 | +* github.com/zclconf/go-cty from 1.2.1 to 1.7.1 |
| 23 | +* github.com/Azure/go-autorest/autorest/azure/auth from 0.5.6 to 0.5.7 |
| 24 | +* github.com/hashicorp/hcl/v2 from 2.3.0 to 2.8.2 |
| 25 | +* github.com/aws/aws-sdk-go from 1.37.1 to 1.37.11 |
| 26 | +* github.com/Azure/go-autorest/autorest from 0.11.17 to 0.11.18 |
| 27 | + |
11 | 28 | ## 0.3.0 |
12 | 29 |
|
13 | 30 | * Added configurable provisioning timeout for `databricks_mws_workspaces`, so that local DNS cache issues would be more tolerated. |
|
0 commit comments