Skip to content

Commit ce965b2

Browse files
authored
[Release] Release v0.240.0 (#2264)
Bundles: * Added support for double underscore variable references ([#2203](#2203)). * Do not wait for app compute to start on `bundle deploy` ([#2144](#2144)). * Remove bundle.git.inferred ([#2258](#2258)). * libs/python: Remove DetectInterpreters ([#2234](#2234)). API Changes: * Added `databricks access-control` command group. * Added `databricks serving-endpoints http-request` command. * Changed `databricks serving-endpoints create` command with new required argument order. * Changed `databricks serving-endpoints get-open-api` command return type to become non-empty. * Changed `databricks recipients update` command return type to become non-empty. OpenAPI commit 0be1b914249781b5e903b7676fd02255755bc851 (2025-01-22) Dependency updates: * Bump github.com/databricks/databricks-sdk-go from 0.55.0 to 0.56.1 ([#2238](#2238)). * Upgrade TF provider to 1.64.1 ([#2247](#2247)).
1 parent 38efedc commit ce965b2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## [Release] Release v0.240.0
4+
5+
Bundles:
6+
* Added support for double underscore variable references ([#2203](https://github.com/databricks/cli/pull/2203)).
7+
* Do not wait for app compute to start on `bundle deploy` ([#2144](https://github.com/databricks/cli/pull/2144)).
8+
* Remove bundle.git.inferred ([#2258](https://github.com/databricks/cli/pull/2258)).
9+
* libs/python: Remove DetectInterpreters ([#2234](https://github.com/databricks/cli/pull/2234)).
10+
11+
API Changes:
12+
* Added `databricks access-control` command group.
13+
* Added `databricks serving-endpoints http-request` command.
14+
* Changed `databricks serving-endpoints create` command with new required argument order.
15+
* Changed `databricks serving-endpoints get-open-api` command return type to become non-empty.
16+
* Changed `databricks recipients update` command return type to become non-empty.
17+
18+
OpenAPI commit 0be1b914249781b5e903b7676fd02255755bc851 (2025-01-22)
19+
Dependency updates:
20+
* Bump github.com/databricks/databricks-sdk-go from 0.55.0 to 0.56.1 ([#2238](https://github.com/databricks/cli/pull/2238)).
21+
* Upgrade TF provider to 1.64.1 ([#2247](https://github.com/databricks/cli/pull/2247)).
22+
323
## [Release] Release v0.239.1
424

525
CLI:

0 commit comments

Comments
 (0)