Release v1.13.0 (2026-08-20)
Notable Changes
bundle deploynow reports the per-resource actions it took, how many files it synced, and a summary of created/changed/deleted/unchanged resources;bundle destroyreports how many resources it deleted.-qprints only the summaries,-qqonly warnings and errors. (#5720)
CLI
databricks aitools installnow supports Goose, installing Databricks agent skills into its skills directory.- Error messages for failed key lookups and variable references now suggest the closest matching key if one is found. (#6208)
- Released binaries are now built against the FIPS 140-3 validated Go Cryptographic Module, with FIPS 140-3 mode enabled by default. TLS connections negotiate only FIPS-approved cipher suites, which drops ChaCha20 and CBC from what the client offers. FIPS mode can be disabled at startup with
GODEBUG=fips140=off, which restores the previous TLS behaviour (#6262). databricks environments setup-localnow removes adatabricks-connectpin from[project].dependencies, an optional-dependency extra, or a dependency group when its version range conflicts with the compute target'sdatabricks-connectversion, souv syncno longer fails with an unsatisfiable resolution when a template ships a conflicting pin. A pin that co-resolves, carries no version, or is marker-gated is left untouched, and each removed pin is reported with the newW_DBCONNECT_CONSOLIDATEDwarning. Wildcard version pins such as==15.1.*are now also checked for conflicts with the environment's constraints.
Bundles
- Allow dashes in the catalog and schema names prompted by
databricks bundle init, and backtick-quote the catalog and schema identifiers in the SQL generated by the built-in templates so names with dashes work at runtime. - Fixed
bundle.git.branch,bundle.git.commit, andbundle.git.origin_urlbeing empty for bundles deployed from a workspace Git folder that has Git CLI access. The workspace API does not report git metadata for those folders, so it is now read from the Repos API instead. - direct: job_runs deploy progress lines now include the resource key (e.g.
Output from job_runs.foo: id=123: ...) so concurrent runs are easier to tell apart. - direct:
resources.job_runscan setlifecycle.triggers.on_bundle_deploy: trueto re-fire the run on every bundle deploy. Removing the trigger does not recreate the existing run. - When migrating a bundle to the direct deployment engine, resources that only the direct engine supports (e.g. instance pools, catalogs) are now skipped by the deploy that migrates the state instead of failing it. They are created by the next deploy, which runs on the migrated state.
- Warn on invalid
secret_scopespermission levels (READ,WRITE,MANAGE); fail underbundle validate --strict. - Reject secret scope permissions that name no principal, instead of failing after the scope is created.
- Write the deployment state atomically so an interrupted save cannot leave a state file that the CLI refuses to read.
- Warn when the deployment state was last written by a newer CLI version than the one running.
- Support pip extras (e.g.
[train]) on local wheels in a job environment'sdependencies(#1602).