Releases: databricks/terraform-provider-databricks
Releases · databricks/terraform-provider-databricks
v1.16.0
- Added databricks_workspace_file resource (#2266).
- Added
notification_settingsblock to databricks_job resource (#2276). - Added missing permission to databricks_aws_crossaccount_policy data source (#2283).
- Fixed databricks_sql_table doc (#2281).
- Fixed doc on tag propagation and tag conflict for databricks_instance_pool resource (#2242).
- Document & export databricks_workspace_conf parameters for legacy init scripts (#2280).
- Removed deprecated
CREATE_VIEWfrom code of databricks_grants resource (#2230). - Exporter: relax handling of problematic files/directories (#2258).
v1.15.0
- Added experimental databricks_sql_table resource to manage tables in the Unity Catalog (#2213).
- Added databricks_pipelines data source (#2202).
- Added missing permissions to databricks_grants resource (#2260).
- Added support for running databricks_cluster init scripts from workspace files (#2251).
- Added suppress diff for
run_ifin databricks_job (#2229). - Fixed delete permission error for manually removed databricks_job (#2225).
- Documented
fleetselector in the databricks_node_type data source (#2261). - Documented example for databricks_job tags (#2235).
- Documented more Azure Databricks workspaces creation (#2228, #2248).
- Removed note about Azure KeyVault-based databricks_secret_scope and service principals (#2231).
- Migrated databricks_cluster_policy to Go SDK (#2250).
- Updated databricks_sql_endpoint docs for Azure DBSQL Serverless GA (#2249, #2254).
- Updated policy definition in databricks_aws_crossaccount_policy data source (#2262).
- Bumped
databricks-sdk-gofrom 0.7.0 to 0.8.0 (#2259).
v1.14.3
- Add exporter support for databricks_sql_alert (#2207).
- Add support for notifications in databricks_pipeline resource (#2218).
- Add suppress diff for
pathargument of databricks_directory resource when it ends with/(#2204). - Exporter: don't export
storagewhen databricks_pipeline was created with default value (#2203). - Exporter: phase 1 of support for Account-level exports (#2205).
- Fixed regression in databricks_group data not to require workspace admin privileges (#2210).
- Suppress diff for
editionattribute in databricks_pipeline (#2219).
v1.14.2
- Explicitly include SCIM attributes for databricks_group, databricks_user, databricks_user_role, databricks_group_role, databricks_group_member, databricks_group_instance_profile, databricks_user data, databricks_group data, and databricks_entitlement resources (#2200).
- Added SQL File task to databricks_job resource (#2199).
- Fix diff detection for databricks_share resource (#2197).
- Guide to deploy Databricks on Azure with PrivateLink - Standard deployment (#2066).
- Remove
CREATE_VIEWfrom databricks_grants doc (#2198).
Updated dependency versions:
v1.14.1
- Allow rotating
tokenblock in databricks_mws_workspaces resource by only changingcommentfield (#2114). - Exclude roles in SCIM API list calls to reduce load on Databricks SCIM service (#2181).
- Fixed databricks_service_principals data source issue with empty filter (#2185).
- Update Go SDK to v0.6.0 (#2186).
v1.14.0
- Added caching of SCIM Me API call to databricks_current_user data source and databricks_permissions resource. (#2170).
- Added example for automatically rotating a token (#2135).
- Added
run_ifcondition in databricks_job resource (#2125). - Added File Arrival trigger to databricks_job resource (#2142).
- Added
sourceparameter forspark_python_taskin databricks_job (#2157). - Automatically add
CAN_MANAGEpermission on databricks_sql_endpoint for calling user (#2168). - Deprecated
enable_serverless_computeon databricks_sql_global_config resource (#2139). - Document
enable_serverless_computeAPI changes in databricks_sql_endpoint resource (#2137). - Fix edge cases for databricks_permissions resource (#2158).
- Migrate databricks_cluster_policy data source to Go SDK (#2155).
- Update the description of
ip_addressesparameter in databricks_ip_access_list docs (#2116).
Updated dependency versions:
v1.13.0
- Added databricks_sql_alert resource (#2047).
- Added experimental GCP support for more resources (#2088, #2091, #2090, #2089, #2080).
- Added suppress diff to
default_data_access_config_idin databricks_metastore (#2111). - Export
initialize_file_systemfor ADLS Gen2 mounts (#2107). - Enforce formatting on pull requests (#2099).
- Added
MatchRegexpmatch type for partial matches (#2102). - Skip model serving integration test on GCP (#2098).
- More doc fixes (#2108, #2106).
Updated dependency versions:
v1.12.0
- Added databricks_model_serving resource (#2054).
- Added Unity Catalog on GCP support (#2000).
- Deprecate
scheduleblock in databricks_sql_query resource (#2078). - Fixed InitScripts Type to work with GCS and ABFS in databricks_cluster resource (#2067).
- Added more testing for databricks_tables data source (#2075).
- Added more testing for databricks_schemas data source (#2074).
- Migrated databricks_node_type data source to Go SDK (#2070).
- Migrated databricks_schemas data to Go SDK (#2065).
- Migrated databricks_tables data source to SDK (#2068).
- Migrated databricks_views data source to Go SDK (#2073).
- Migrated databricks_git_credential to Go SDK (#2069).
- Migrated databricks_shares data source to Go SDK (#2072).
Updated dependency versions:
v1.11.1
- Databricks on Azure with PrivateLink - Simplified deployment (#1977).
- Deterministic diff for databricks_permissions (#2059).
v1.11.0
- Added
force_delete_home_dirandforce_delete_reposattributes to databricks_user and databricks_service_principal resources (#2032). - Added docs for
continuousblock in the databricks_job resource (#2048). - Exporter:
databricks_permissionsfor databricks_notebook & databricks_directory (#1908). - Improve error messages for databricks_permissions (#2055).
- Make reflect resource utility friendly with Go SDK (#2051).
Updated dependency versions:
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#2049).