Skip to content

Commit 767c0a9

Browse files
authored
[Release] Release v0.242.0 (#2393)
Notable changes: Starting this version CLI does not load bundle auth information when CLI command is executed inside the bundle directory with explicitly provided via `-p` flag profile. For more details see the related GitHub issue #1358 CLI: * Do not load host from bundle for CLI commands when profile flag is used ([#2335](#2335)). * Fixed accessing required path parameters in CLI generation when --json flag ([#2373](#2373)). Bundles: * Provide instructions for testing in the default-python template ([#2355](#2355)). * Remove `run_as` from the built-in templates ([#2044](#2044)). * Change warning about incomplete permissions section into a recommendation ([#2043](#2043)). * Refine `mode: production` diagnostic output ([#2236](#2236)). * Support serverless mode in default-python template (explicit prompt) ([#2377](#2377)). * Set default data_security_mode to "SINGLE_USER" in bundle templates ([#2372](#2372)). * Fixed spark version check for clusters defined in the same bundle ([#2374](#2374)). API Changes: * Added `databricks genie get-message-query-result-by-attachment` command. OpenAPI commit 99f644e72261ef5ecf8d74db20f4b7a1e09723cc (2025-02-11)
1 parent 13ac523 commit 767c0a9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

3+
## [Release] Release v0.242.0
4+
5+
Notable changes:
6+
Starting this version CLI does not load bundle auth information when CLI command is executed inside the bundle directory with explicitly provided via `-p` flag profile.
7+
For more details see the related GitHub issue https://github.com/databricks/cli/issues/1358
8+
9+
CLI:
10+
* Do not load host from bundle for CLI commands when profile flag is used ([#2335](https://github.com/databricks/cli/pull/2335)).
11+
* Fixed accessing required path parameters in CLI generation when --json flag ([#2373](https://github.com/databricks/cli/pull/2373)).
12+
13+
Bundles:
14+
* Provide instructions for testing in the default-python template ([#2355](https://github.com/databricks/cli/pull/2355)).
15+
* Remove `run_as` from the built-in templates ([#2044](https://github.com/databricks/cli/pull/2044)).
16+
* Change warning about incomplete permissions section into a recommendation ([#2043](https://github.com/databricks/cli/pull/2043)).
17+
* Refine `mode: production` diagnostic output ([#2236](https://github.com/databricks/cli/pull/2236)).
18+
* Support serverless mode in default-python template (explicit prompt) ([#2377](https://github.com/databricks/cli/pull/2377)).
19+
* Set default data_security_mode to "SINGLE_USER" in bundle templates ([#2372](https://github.com/databricks/cli/pull/2372)).
20+
* Fixed spark version check for clusters defined in the same bundle ([#2374](https://github.com/databricks/cli/pull/2374)).
21+
22+
API Changes:
23+
* Added `databricks genie get-message-query-result-by-attachment` command.
24+
25+
OpenAPI commit 99f644e72261ef5ecf8d74db20f4b7a1e09723cc (2025-02-11)
26+
327
## [Release] Release v0.241.2
428

529
This is a bugfix release to address an issue where jobs with tasks with a

0 commit comments

Comments
 (0)