From 6f16c104614596cc67873d8afe3c9b4ac505d5e7 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 4 Jun 2026 11:05:03 +0200 Subject: [PATCH] Update NEXT_CHANGELOG.md --- NEXT_CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 235bc55dfd7..23a64dd8cb0 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -11,8 +11,10 @@ * Retry transient HTTP 5xx and 408 errors in direct deployment engine ([#5349](https://github.com/databricks/cli/pull/5349), [#5364](https://github.com/databricks/cli/pull/5364)). * Preserve `.designer.ipynb` suffix when translating notebook task paths so Lakeflow Designer files referenced from a `notebook_task` resolve correctly in the workspace ([#5370](https://github.com/databricks/cli/pull/5370)). * Fix script output dropping last line without trailing newline ([#4995](https://github.com/databricks/cli/pull/4995)). -* Add `--select` flag to `bundle plan` and `bundle deploy` to plan/deploy a subset of resources (e.g. `--select my_job` or `--select jobs.my_job`); resources referenced by the selection are included transitively. Direct engine only ([#5413](https://github.com/databricks/cli/pull/5413)). +* engine/direct: Add `--select` flag to `bundle plan` and `bundle deploy` to plan/deploy a subset of resources (e.g. `--select my_job` or `--select jobs.my_job`); resources referenced by the selection are included transitively ([#5413](https://github.com/databricks/cli/pull/5413)). * Support `purge_on_delete: true` on `postgres_projects` so bundles can hard-delete a Lakebase project on destroy (skipping the soft-delete retention window) ([#5414](https://github.com/databricks/cli/pull/5414)). +* Support terraform references in direct engine ([#5392](https://github.com/databricks/cli/pull/5392)) +* Support lifecycle.started for SQL warehouses ([#5348](https://github.com/databricks/cli/pull/5348)) ### Dependency updates * Bump Go toolchain to 1.26.4 ([#5420](https://github.com/databricks/cli/pull/5420)).