Skip to content

Commit 6b4b908

Browse files
authored
[Release] Release v0.237.0 (#2031)
Bundles: * Allow overriding compute for non-development mode targets ([#1899](#1899)). * Show an error when using a cluster override with 'mode: production' ([#1994](#1994)). API Changes: * Added `databricks account federation-policy` command group. * Added `databricks account service-principal-federation-policy` command group. * Added `databricks aibi-dashboard-embedding-access-policy delete` command. * Added `databricks aibi-dashboard-embedding-approved-domains delete` command. OpenAPI commit a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d (2024-12-16) Dependency updates: * Upgrade TF provider to 1.62.0 ([#2030](#2030)). * Upgrade Go SDK to 0.54.0 ([#2029](#2029)). * Bump TF codegen dependencies to latest ([#1961](#1961)). * Bump golang.org/x/term from 0.26.0 to 0.27.0 ([#1983](#1983)). * Bump golang.org/x/sync from 0.9.0 to 0.10.0 ([#1984](#1984)). * Bump github.com/databricks/databricks-sdk-go from 0.52.0 to 0.53.0 ([#1985](#1985)). * Bump golang.org/x/crypto from 0.24.0 to 0.31.0 ([#2006](#2006)). * Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /bundle/internal/tf/codegen ([#2005](#2005)).
1 parent e3b256e commit 6b4b908

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

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

3+
## [Release] Release v0.237.0
4+
5+
Bundles:
6+
* Allow overriding compute for non-development mode targets ([#1899](https://github.com/databricks/cli/pull/1899)).
7+
* Show an error when using a cluster override with 'mode: production' ([#1994](https://github.com/databricks/cli/pull/1994)).
8+
9+
API Changes:
10+
* Added `databricks account federation-policy` command group.
11+
* Added `databricks account service-principal-federation-policy` command group.
12+
* Added `databricks aibi-dashboard-embedding-access-policy delete` command.
13+
* Added `databricks aibi-dashboard-embedding-approved-domains delete` command.
14+
15+
OpenAPI commit a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d (2024-12-16)
16+
Dependency updates:
17+
* Upgrade TF provider to 1.62.0 ([#2030](https://github.com/databricks/cli/pull/2030)).
18+
* Upgrade Go SDK to 0.54.0 ([#2029](https://github.com/databricks/cli/pull/2029)).
19+
* Bump TF codegen dependencies to latest ([#1961](https://github.com/databricks/cli/pull/1961)).
20+
* Bump golang.org/x/term from 0.26.0 to 0.27.0 ([#1983](https://github.com/databricks/cli/pull/1983)).
21+
* Bump golang.org/x/sync from 0.9.0 to 0.10.0 ([#1984](https://github.com/databricks/cli/pull/1984)).
22+
* Bump github.com/databricks/databricks-sdk-go from 0.52.0 to 0.53.0 ([#1985](https://github.com/databricks/cli/pull/1985)).
23+
* Bump golang.org/x/crypto from 0.24.0 to 0.31.0 ([#2006](https://github.com/databricks/cli/pull/2006)).
24+
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /bundle/internal/tf/codegen ([#2005](https://github.com/databricks/cli/pull/2005)).
25+
326
## [Release] Release v0.236.0
427

528
**New features for Databricks Asset Bundles:**

0 commit comments

Comments
 (0)