From 784154692b64236ab073ada05e1e69f268b1baa4 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 19 Feb 2026 10:20:22 +0100 Subject: [PATCH] Update NEXT_CHANGELOG --- NEXT_CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 7ba75974b9..75d680bd5a 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -2,11 +2,18 @@ ## Release v0.289.0 +### CLI +* Make auth profiles respect DATABRICKS_CLI_PATH env var (([#4467](https://github.com/databricks/cli/pull/4467))) +* Fix arrow key navigation in prompts on Windows (([#4501](https://github.com/databricks/cli/pull/4501))) + ### Bundles -* Added support for UC external locations (direct mode only) ([#4484](https://github.com/databricks/cli/pull/4484)) * Log artifact build output in debug mode ([#4208](https://github.com/databricks/cli/pull/4208)) * Fix bundle init not working in Azure Government ([#4286](https://github.com/databricks/cli/pull/4286)) +* Allow single and double quotes in environment dependencies (([#4511](https://github.com/databricks/cli/pull/4511))) +* Use purge option when deleting alerts (([#4505](https://github.com/databricks/cli/pull/4505))) * engine/direct: Replace server_side_default with more precise backend_default rule in bundle plan ([#4490](https://github.com/databricks/cli/pull/4490)) +* engine/direct: Extend pipelines recreate_on_changes configuration (([#4499](https://github.com/databricks/cli/pull/4499))) +* engine/direct: Added support for UC external locations (direct only) ([#4484](https://github.com/databricks/cli/pull/4484)) ### Dependency updates * Upgrade Go SDK to v0.106.0 (([#4486](https://github.com/databricks/cli/pull/4486)))