Skip to content

Releases: databricks/cli

Snapshot

12 Apr 20:07
e545881

Choose a tag to compare

Snapshot Pre-release
Pre-release

Snapshot build of the main branch. Updated automatically on each commit.

v0.295.0

18 Mar 14:19
243a0e4

Choose a tag to compare

Notable Changes

  • Databricks Asset Bundles have been renamed to Declarative Automation Bundles (DABs). This is a non-breaking change; no code or configuration modifications are required. See the FAQ.
  • Add bundle.engine config setting to select the deployment engine (terraform or direct). The bundle.engine setting takes precedence over the DATABRICKS_BUNDLE_ENGINE environment variable. When the configured engine doesn't match existing deployment state, a warning is issued and the existing engine is used (#4749, #4782)

CLI

  • Add databricks auth switch command for setting the default profile (#4651)
  • Add positional argument support to auth logout (#4744)
  • Strip trailing slash from host in auth login, auth token, and configure commands (#4633)

Bundles

  • Standardize personal_schemas enum across bundle templates (#4401)
  • engine/direct: Fix permanent drift on experiment name field (#4627)
  • engine/direct: Fix permissions state path to match input config schema (#4703)
  • Add default project name and success message to default-scala template (#4661)
  • Skip enum validation for unresolved variable references (#4752)
  • engine/direct: Support references to/from grants (#4774)

v0.294.0

12 Mar 14:39
70f2d7e

Choose a tag to compare

[Release] Release v0.294.0

Release v0.294.0

Bundles

  • Modify grants to use SDK types (#4666)
  • Modify permissions to use SDK types where available. This makes DABs validate permission levels, producing a warning on the unknown ones (#4686)

Dependency updates

  • Bump databricks-sdk-go from v0.112.0 to v0.119.0 (#4631, #4695)

v0.293.0

11 Mar 16:54
8c146f8

Choose a tag to compare

⚠️ v0.293.0 (2026-03-12) is the same as v0.292.0 (2026-03-05) ⚠️

An issue in our release pipeline caused v0.293.0 to be released off the same Git commit as v0.292.0.

v0.292.0

05 Mar 14:46
8c146f8

Choose a tag to compare

Bundles

  • Added permissions support for Lakebase Database projects (#4626)

v0.291.0

04 Mar 13:58
bc211f9

Choose a tag to compare

Bundles

  • Validate that either source_code_path or git_source is set for apps (#4632)
  • direct: model_serving_endpoints: ignore budget_policy_id, rate_limits changes in the plan. Previously they were ignored as well but action as "update". (#4638)

v0.290.1

26 Feb 19:12
0af5564

Choose a tag to compare

Release v0.290.1 (2026-02-26)

CLI

  • Return clear error when auth token is used with M2M profile (#4594)
  • Pin apps init to Appkit template-v0.11.0 by default (#4585)
  • Pin Agent Skills installer to v0.1.1 (#4609)

Bundles

  • direct: Use async Update API for Apps update (#4607)
  • Proactively create the resource path for dashboards (#4608)

v0.290.0

26 Feb 11:38
79d8237

Choose a tag to compare

Release v0.290.0 (2026-02-26)

CLI

  • Add completion install, uninstall, and status subcommands (#4581)
  • Wire profile name through CLI ToOAuthArgument for profile-based cache keys (#4562)
  • Add host disambiguation and positional profile support to auth token (#4574)
  • Update error messages to suggest 'databricks auth login' (#4587)
  • Resolve --host to matching profile for token cache lookup (#4591)
  • Improve auth token UX: profile selection and better empty-state handling ([#4584(https://github.com//pull/4584)

Bundles

  • Added support for git_source and git_repository for Apps (#4538)

Dependency updates

  • Upgrade TF provider to 1.109.0 (#4561)
  • Upgrade Go SDK to v0.110.0 (#4552)

API Changes

  • Bump databricks-sdk-go from v0.111.0 to v0.112.0.

v0.289.1

19 Feb 14:59
616a627

Choose a tag to compare

Release v0.289.1 (2026-02-19)

CLI

  • Make auth profiles respect DATABRICKS_CLI_PATH env var (#4467)
  • Fix arrow key navigation in prompts on Windows (#4501)

Bundles

  • Log artifact build output in debug mode (#4208)
  • Fix bundle init not working in Azure Government (#4286)
  • Allow single and double quotes in environment dependencies (#4511)
  • Use purge option when deleting alerts (#4505)
  • engine/direct: Replace server_side_default with more precise backend_default rule in bundle plan (#4490)
  • engine/direct: Extend pipelines recreate_on_changes configuration (#4499)
  • engine/direct: Added support for UC external locations (direct only) (#4484)

Dependency updates

  • Upgrade Go SDK to v0.106.0 (#4486)
  • Upgrade Terraform provider to v1.106.0 (#4542)
  • Upgrade Go to 1.25.7 (#4547)

v0.288.0

12 Feb 09:41
03820cc

Choose a tag to compare

Bundles

  • Add support for task-level compute configuration with hardware accelerators (GPU_1xA10, GPU_8xH100) (#4457)

Dependency updates

  • Upgrade Go SDK to 0.104.0 and Terraform provider to 1.105.0 (#4457)