Skip to content

Releases: databricks/terraform-provider-databricks

v1.102.0

07 Jan 16:56
4ee11d8

Choose a tag to compare

Release v1.102.0

New Features and Improvements

  • Added resources and data sources for databricks_postgres_project, databricks_postgres_endpoint and databricks_postgres_branch (#5305).

v1.101.0

06 Jan 11:00
bf2ccfe

Choose a tag to compare

Release v1.101.0

Bug Fixes

  • [Fix] Allow Updating Share Objects With shared_as Defined (#5287)

Internal Changes

  • Switch to use Go SDK struct in databricks_metastore resource (#5088)

v1.100.0

11 Dec 14:51
f57c229

Choose a tag to compare

Release v1.100.0

New Features and Improvements

  • Handle new fields in databricks_pipeline resource (#5249)
  • Recreate databricks_credential on the name change (#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.detachSubscription for Databricks file events (#5269)

Exporter

  • Added -targetCloud and -nodeTypeMappingFile flags for cross-cloud attribute and node-type conversion (#5236).

Internal Changes

  • Update Go SDK to v0.94.0.

v1.99.0

04 Dec 12:00
89280eb

Choose a tag to compare

Release v1.99.0

New Features and Improvements

  • Added databricks_workspace_entity_tag_assignment resource and data source (#5252)

Internal Changes

  • Update Go SDK to v0.93.0 (#5252)
  • Bump github.com/hashicorp/terraform-plugin-testing from 1.13.3 to 1.14.0 (#5254)
  • Bump google.golang.org/api from 0.256.0 to 0.257.0 (#5253)

v1.98.0

03 Dec 15:25
1fcf8d0

Choose a tag to compare

Release v1.98.0

New Features and Improvements

  • Relaxed force_new constraint on catalog attribute in databricks_pipeline resource to allow changing the default catalog for existing pipelines (#5180).
  • Add databricks_users data source (#4028)
  • Improve databricks_service_principals data source (#5164)
  • Add feature_engineering_kafka_config resource and data source (#5240)

Bug Fixes

  • Fix spurious plan diffs in databricks_model_serving and databricks_model_serving_provisioned_throughput resources 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 in databricks_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_monitor resource (#5193).
  • Added support for databricks_account_federation_policy, databricks_custom_app_integration, databricks_quality_monitor_v2, databricks_service_principal_federation_policy resources (#5237).
  • Added support for databricks_budget_policy resource (#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

  • Update Go SDK to v0.92.0 (#5240)
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 (#5247)

v1.97.0

06 Nov 14:02
b9a74d6

Choose a tag to compare

Release v1.97.0

Bug Fixes

  • Fixed spurious diffs in databricks_model_serving and databricks_model_serving_provisioned_throughput resources when the API returns served_models or served_entities in 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_auth in databricks_cluster and databricks_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

30 Oct 14:26
e14aabc

Choose a tag to compare

Release v1.96.0

New Features and Improvements

  • Add provider_config support 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_feature resource and data sources(#5166)

Bug Fixes

  • Remove unnecessary SetSuppressDiff() for workload_size in databricks_model_serving (#5152).

Documentation

  • Fix missing GCP IAM permissions for workspace creation in GCP guides (#5123).

Internal Changes

  • Caching group membership in databricks_group_member to improve performance (#4581).

v1.95.0

23 Oct 16:53
12f27e0

Choose a tag to compare

Release v1.95.0

Breaking Changes

  • Remove recipient_federation_policy resource and datasources (#5126)

New Features and Improvements

  • Add provider_config support for SDKv2 compatible plugin framework resources and data sources(#5115)
  • Optimize databricks_grant and databricks_grants to not call the Update API if the requested permissions are already granted (#5095)
  • Added expected_workspace_status to databricks_mws_workspaces to support creating workspaces in provisioning status (#5019)

Bug Fixes

  • Mark workload_size as not computed in databricks_model_serving (#5111)
  • Fix Inconsistent Plan Errors in Permissions Resource (#5091)

Documentation

  • Add documentation on the service_principal_client_id attribute of databricks_app and related #5134

Exporter

  • Remove METRIC_VIEW from sql_table resource (#5135)

Internal Changes

  • Fix custom_app_integration_test (#5129)

v1.94.0

21 Oct 15:16
6e0878b

Choose a tag to compare

Release v1.94.0

Bug Fixes

  • Fix crash when error happens during reading databricks_job (#5110)
  • Fix ADMIN assignment in databricks_permission_assignment resource (#5109)

Documentation

  • Document table_update trigger in databricks_job resource (#5107)
  • Document new attributes in databricks_app resource and data sources (#5108)
  • Document git_email in databricks_git_credential resource (#5099)
  • Update CONTRIBUTING guidelines for migrating resources to plugin framework (#5121)

Internal Changes

  • Add provider_config support for plugin framework (#5104)
  • Refactor catalog_test.go to use internal plan checks (#5112).

v1.93.0

16 Oct 12:52
87bef4f

Choose a tag to compare

Release v1.93.0

Internal Changes

  • Make plugin framework implementation of share resource as default (#4967)