Releases: databricks/terraform-provider-databricks
Releases · databricks/terraform-provider-databricks
v1.16.1
- Added databricks_service_principal_secret documentation (#2296).
- Documentation about Unity Catalog integration in databricks_pipeline (#2289).
- Exporter: don't emit databricks_permissions for
/Shared
directory (#2288). - Fix dependency when exporting databricks_service_principal_role (#2285).
- Removed reference to deprecated databricks_group_instance_profile from databricks_group_role docs (#2290).
- Updated documentation for databricks_secret_scope resource (#2297).
v1.16.0
- Added databricks_workspace_file resource (#2266).
- Added
notification_settings
block 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_VIEW
from 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_if
in databricks_job (#2229). - Fixed delete permission error for manually removed databricks_job (#2225).
- Documented
fleet
selector 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-go
from 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
path
argument of databricks_directory resource when it ends with/
(#2204). - Exporter: don't export
storage
when 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
edition
attribute 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_VIEW
from databricks_grants doc (#2198).
Updated dependency versions:
v1.14.1
- Allow rotating
token
block in databricks_mws_workspaces resource by only changingcomment
field (#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_if
condition in databricks_job resource (#2125). - Added File Arrival trigger to databricks_job resource (#2142).
- Added
source
parameter forspark_python_task
in databricks_job (#2157). - Automatically add
CAN_MANAGE
permission on databricks_sql_endpoint for calling user (#2168). - Deprecated
enable_serverless_compute
on databricks_sql_global_config resource (#2139). - Document
enable_serverless_compute
API 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_addresses
parameter 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_id
in databricks_metastore (#2111). - Export
initialize_file_system
for ADLS Gen2 mounts (#2107). - Enforce formatting on pull requests (#2099).
- Added
MatchRegexp
match 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
schedule
block 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).