Summary
This release fixes an error where bundle commands failed due to an expired key when downloading Terraform. Users will no longer encounter the "unable to verify checksums signature: openpgp: key expired" error.
Summary generated by brickster.ai. For the full changelog and any code/binary attachments, follow the GitHub link above.
More from databricks/cli
The `vector_search_endpoints` configuration and commands now use `target_qps` instead of `min_qps`, requiring updates to `databricks.yml` and CLI invocations. Authentication commands received several usability improvements, including better keyring handling, clearer profile selection, and improved host input.
The `databricks api` command now supports unified hosts, allowing `--account` and `--workspace-id` for scoping, and recognizes `?o=<workspace-id>` in URLs. Single object JSON output now uses standard `"key": "value"` spacing.
The `--experimental-is-unified-host` flag and related configuration options are removed; unified hosts are now detected automatically. List commands now support interactive pagination, displaying 50 rows at a time with options to view more or quit. An experimental opt-in for OS-native secure token storage is added via `DATABRICKS_AUTH_STORAGE=secure`. A panic in `databricks warehouses update-default-warehouse-override` when missing arguments is fixed, and relative paths in `alert_task.workspace_path` for job tasks are now translated to fully qualified workspace paths.
The CLI now supports a --limit flag for paginated list commands and caches host metadata lookups for faster repeated invocations. Bundles gain support for Vector Search Endpoints and prompt before destroying Lakebase resources.