ReleaseDatabricks (DBRX)Databricks (DBRX)published May 13, 2026seen 5d

databricks/cli v0.299.2

databricks/cli

Open original ↗

Captured source

source ↗
published May 13, 2026seen 5dcaptured 9hhttp 200method plain

v0.299.2

Repository: databricks/cli

Tag: v0.299.2

Published: 2026-05-13T14:36:15Z

Prerelease: no

Release notes:

Release v0.299.2 (2026-05-13)

Notable Changes

  • Breaking change: vector_search_endpoints renamed min_qps to target_qps in DABs configuration and the vector-search-endpoints commands, following the SDK rename in v0.131.0. Update any databricks.yml using min_qps: to target_qps: and any CLI invocations using --min-qps to --target-qps.

CLI

  • auth login no longer falls back to plaintext when the OS keyring is reachable but locked. The unlock prompt shown by the probe now runs in parallel with the OAuth flow, and the token is stored in the keyring once the user has typed their password.
  • databricks auth describe now reports where U2M (databricks-cli) tokens are stored: plaintext (~/.databricks/token-cache.json) or secure (OS keyring), and the source of the choice (env var, config setting, or default).
  • Marked the default profile in the interactive pickers shown by databricks auth switch, databricks auth logout, databricks auth token, and databricks auth login, and moved it to the top of the list. databricks auth login and databricks auth logout now offer the same selectors as databricks auth token and databricks auth switch respectively.
  • The interactive auth profile pickers now start in search mode so typing immediately filters the list, and the action entries (+ Create a new profile, → Enter a host URL manually) are visually distinct from real profiles and stay visible regardless of the search query.
  • Shortened the host prompt label shown after → Enter a host URL manually in databricks auth login so the prompt no longer leaves stale lines on screen when typing or pasting a host URL.

Bundles

  • Stop applying presets.name_prefix (and the dev-mode [dev ] rename) to vector_search_endpoints (#5209).
  • Fix bundle generate job to preserve nested notebook directory structure (#4596)
  • Propagate authentication environment (including DATABRICKS_CONFIG_PROFILE) to the experimental.python subprocess so bundle validate/deploy no longer fails with a multi-profile host ambiguity error when several profiles in ~/.databrickscfg share the same host.
  • Fixed --force-pull on bundle summary and bundle open so the flag bypasses the local state cache and reads state from the workspace.

Dependency updates

  • Bump Go toolchain to 1.25.10 (#5213).
  • Bump github.com/databricks/databricks-sdk-go from v0.128.0 to v0.132.0.
  • Bump Terraform provider to v1.115.0.

Notability

notability 3.0/10

Routine CLI version update