Release v1.110.0
New Features and Improvements
- Changed default AWS availability for auto-created utility clusters from
SPOTtoSPOT_WITH_FALLBACK(API default).SPOT_WITH_FALLBACKimproves reliability by falling back to on-demand instances when spot capacity is unavailable. Affects internal clusters created bydatabricks_aws_s3_mount,databricks_mount,databricks_sql_permissions,databricks_sql_table, and the exporter.
Bug Fixes
- Mark plaintext credential fields in
databricks_model_servingas sensitive to prevent them from being displayed in plan/apply output (#5409). - Mark
personal_access_tokenas sensitive indatabricks_git_credentialto prevent the value from being displayed in plan and apply output (#5395).
Internal Changes
- Add support for host agnostic SQL global config resource.
- Update Go SDK to v0.113.