From adcf9cbf6c718daf7b873c2d123782f689f2a146 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Fri, 17 Apr 2026 14:38:20 +0200 Subject: [PATCH 1/3] Release CLI v0.297.1 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 865612b9..dfec9ebe 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # Note: we cannot assume we're running bash and use the set -euo pipefail approach. set -e -VERSION="0.297.0" +VERSION="0.297.1" FILE="databricks_cli_$VERSION" # Include operating system in file name. From 9af27785b694bd4ea9f9cf02261c29a6c8042f5d Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Fri, 17 Apr 2026 14:38:39 +0200 Subject: [PATCH 2/3] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ec8a9280..c76b7cd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.297.0 +0.297.1 From 21db55a2c55930b47d72c17ed9d830a354105f27 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Fri, 17 Apr 2026 14:39:14 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be4cef3a..a3535745 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.s To install a specific version, you can replace `main` with a specific release tag: ```bash -curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.297.0/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.297.1/install.sh | sh ``` ## GitHub Actions @@ -43,7 +43,7 @@ To always use the latest version of the Databricks CLI, use the action from the In case you need to use a specific version of the Databricks CLI, use the action from a release tag: ```yml -- uses: databricks/setup-cli@v0.297.0 +- uses: databricks/setup-cli@v0.297.1 ``` Replace the tag with the version you want to use. @@ -53,7 +53,7 @@ Alternatively, you can specify the version as a parameter to the action: ```yml - uses: databricks/setup-cli@main with: - version: 0.297.0 + version: 0.297.1 ``` ## Preview notice