Releases: databricks/terraform-provider-databricks
Releases · databricks/terraform-provider-databricks
v1.102.0
v1.101.0
v1.100.0
Release v1.100.0
New Features and Improvements
- Handle new fields in
databricks_pipelineresource (#5249) - Recreate
databricks_credentialon thenamechange (#5248). - Allow to specify default catalog and schema for
databricks_dashboard(#5259).
Bug Fixes
- Fix retrieving of latest DBR versions in
databricks_spark_version(#5255) - Reset PO flag for non-managed UC Catalogs (#5260).
Documentation
- Add missing GCP IAM permission
topics.detachSubscriptionfor Databricks file events (#5269)
Exporter
- Added
-targetCloudand-nodeTypeMappingFileflags for cross-cloud attribute and node-type conversion (#5236).
Internal Changes
- Update Go SDK to v0.94.0.
v1.99.0
Release v1.99.0
New Features and Improvements
- Added
databricks_workspace_entity_tag_assignmentresource and data source (#5252)
Internal Changes
v1.98.0
Release v1.98.0
New Features and Improvements
- Relaxed
force_newconstraint oncatalogattribute indatabricks_pipelineresource to allow changing the default catalog for existing pipelines (#5180). - Add
databricks_usersdata source (#4028) - Improve
databricks_service_principalsdata source (#5164) - Add
feature_engineering_kafka_configresource and data source (#5240)
Bug Fixes
- Fix spurious plan diffs in
databricks_model_servinganddatabricks_model_serving_provisioned_throughputresources due to tag reordering (#5120) - Move Spark Version selector defaults to Terraform (#5219).
Documentation
- Document tag policies in
databricks_access_control_rule_set(#5209). - Document missing
aws_attributes.ebs_*properties indatabricks_cluster(#5196). - Document support for serverless workspaces on GCP (#5124)
- Document data object types for share resource (#5244)
Exporter
- Added support for
databricks_data_quality_monitorresource (#5193). - Added support for
databricks_account_federation_policy,databricks_custom_app_integration,databricks_quality_monitor_v2,databricks_service_principal_federation_policyresources (#5237). - Added support for
databricks_budget_policyresource (#5217). - Fix typo in the name of environment variable (#5158).
- Export permission assignments on workspace level (#5169).
- Added support for UC Tag policies (#5213).
- Added support for Databricks Apps resources (#5208).
- Added support for Database Instance resource (aka Lakebase) (#5212).
- Added support for workspace and account settings v2 (#5230).
Internal Changes
v1.97.0
Release v1.97.0
Bug Fixes
- Fixed spurious diffs in
databricks_model_servinganddatabricks_model_serving_provisioned_throughputresources when the API returnsserved_modelsorserved_entitiesin a different order than specified in the configuration (#5188).
Documentation
- Explain that special characters in URLs should be percent-encoded (#5178).
- Improve documentation about
preloaded_docker_images.basic_authindatabricks_clusteranddatabricks_instance_pool(#5154).
Exporter
- Support exporting of
databricks_mws_ncc_binding(#5184). - Initial support for resources implemented with plugin framework (#5176).
Internal Changes
- Add client support in CustomizeDiff for SDKv2 resources and data sources (#5171).
v1.96.0
Release v1.96.0
New Features and Improvements
-
Add
provider_configsupport for manual plugin framework resources and data sources(#5127) -
Added support for custom instance profiles on instance pools on AWS (#5144)
-
Add
feature_engineering_materialized_featureresource and data sources(#5166)
Bug Fixes
- Remove unnecessary
SetSuppressDiff()forworkload_sizeindatabricks_model_serving(#5152).
Documentation
- Fix missing GCP IAM permissions for workspace creation in GCP guides (#5123).
Internal Changes
- Caching group membership in
databricks_group_memberto improve performance (#4581).
v1.95.0
Release v1.95.0
Breaking Changes
- Remove
recipient_federation_policyresource and datasources (#5126)
New Features and Improvements
- Add
provider_configsupport for SDKv2 compatible plugin framework resources and data sources(#5115) - Optimize
databricks_grantanddatabricks_grantsto not call theUpdateAPI if the requested permissions are already granted (#5095) - Added
expected_workspace_statustodatabricks_mws_workspacesto support creating workspaces in provisioning status (#5019)
Bug Fixes
- Mark
workload_sizeas not computed indatabricks_model_serving(#5111) - Fix Inconsistent Plan Errors in Permissions Resource (#5091)
Documentation
- Add documentation on the
service_principal_client_idattribute ofdatabricks_appand related #5134
Exporter
- Remove
METRIC_VIEWfromsql_tableresource (#5135)
Internal Changes
- Fix custom_app_integration_test (#5129)
v1.94.0
Release v1.94.0
Bug Fixes
- Fix crash when error happens during reading
databricks_job(#5110) - Fix
ADMINassignment indatabricks_permission_assignmentresource (#5109)
Documentation
- Document
table_updatetrigger indatabricks_jobresource (#5107) - Document new attributes in
databricks_appresource and data sources (#5108) - Document
git_emailindatabricks_git_credentialresource (#5099) - Update
CONTRIBUTINGguidelines for migrating resources to plugin framework (#5121)