Skip to content

Commit cae3b58

Browse files
committed
[Release] Release v0.233.0
CLI: * Clean host URL in the `auth login` command ([#1879](#1879)). Bundles: * Fix bundle run when run interactively ([#1880](#1880)). * Fix relative path resolution for dashboards on Windows ([#1881](#1881)). Internal: * Address goreleaser deprecation warning ([#1872](#1872)). * Update actions/github-script to v7 ([#1873](#1873)). * Use Go 1.23 ([#1871](#1871)). * [Internal] Always write message for manual integration test trigger ([#1874](#1874)). * Add `cmd-exec-id` to user agent ([#1808](#1808)). * Added E2E test to run Python wheels on interactive cluster created in bundle ([#1864](#1864)). Dependency updates: * Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0 ([#1877](#1877)).
1 parent b81008e commit cae3b58

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Version changelog
22

3+
## [Release] Release v0.233.0
4+
5+
CLI:
6+
* Clean host URL in the `auth login` command ([#1879](https://github.com/databricks/cli/pull/1879)).
7+
8+
Bundles:
9+
* Fix bundle run when run interactively ([#1880](https://github.com/databricks/cli/pull/1880)).
10+
* Fix relative path resolution for dashboards on Windows ([#1881](https://github.com/databricks/cli/pull/1881)).
11+
12+
Internal:
13+
* Address goreleaser deprecation warning ([#1872](https://github.com/databricks/cli/pull/1872)).
14+
* Update actions/github-script to v7 ([#1873](https://github.com/databricks/cli/pull/1873)).
15+
* Use Go 1.23 ([#1871](https://github.com/databricks/cli/pull/1871)).
16+
* [Internal] Always write message for manual integration test trigger ([#1874](https://github.com/databricks/cli/pull/1874)).
17+
* Add `cmd-exec-id` to user agent ([#1808](https://github.com/databricks/cli/pull/1808)).
18+
* Added E2E test to run Python wheels on interactive cluster created in bundle ([#1864](https://github.com/databricks/cli/pull/1864)).
19+
20+
21+
Dependency updates:
22+
* Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0 ([#1877](https://github.com/databricks/cli/pull/1877)).
23+
324
## [Release] Release v0.232.1
425

526
This patch release fixes the following error observed when deploying to /Shared root folder

0 commit comments

Comments
 (0)