databricks/cli v0.299.2
databricks/cli
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_endpointsrenamedmin_qpstotarget_qpsin DABs configuration and thevector-search-endpointscommands, following the SDK rename in v0.131.0. Update anydatabricks.ymlusingmin_qps:totarget_qps:and any CLI invocations using--min-qpsto--target-qps.
CLI
auth loginno 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 describenow reports where U2M (databricks-cli) tokens are stored:plaintext(~/.databricks/token-cache.json) orsecure(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, anddatabricks auth login, and moved it to the top of the list.databricks auth loginanddatabricks auth logoutnow offer the same selectors asdatabricks auth tokenanddatabricks auth switchrespectively. - 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 manuallyindatabricks auth loginso 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) tovector_search_endpoints(#5209).
- Fix
bundle generatejob to preserve nested notebook directory structure (#4596) - Propagate authentication environment (including
DATABRICKS_CONFIG_PROFILE) to theexperimental.pythonsubprocess so bundle validate/deploy no longer fails with a multi-profile host ambiguity error when several profiles in~/.databrickscfgshare the same host. - Fixed
--force-pullonbundle summaryandbundle openso 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-gofrom v0.128.0 to v0.132.0. - Bump Terraform provider to v1.115.0.
Notability
notability 3.0/10Routine CLI version update