Skip to content

Commit f42279f

Browse files
authored
Release v0.200.1 (#532)
## Changes CLI: * Add --absolute flag for ls command ([#508](#508)). * Add dbfs scheme prefix to paths in cp command output ([#516](#516)). * Add provider detection to the repos create command ([#528](#528)). * Added configure-cluster flag for auth login ([#500](#500)). * Added prompts for Databricks profile for auth login command ([#502](#502)). * Allow specifying repo by path for repos commands ([#526](#526)). * Decode contents by default in workspace export command ([#531](#531)). * Fixed jobs create command to only accept JSON payload ([#498](#498)). * Make local files default for fs commands ([#506](#506)). * Remove \r from new line print statments ([#509](#509)). * Remove extra call to filer.Stat in dbfs filer.Read ([#515](#515)). * Update alerts command integration test ([#512](#512)). * Update variable regex to support hyphens ([#503](#503)). Bundles: * Add DATABRICKS_BUNDLE_TMP env variable ([#462](#462)). * Update Terraform provider schema structs ([#504](#504)). Dependencies: * Bump github.com/databricks/databricks-sdk-go from 0.9.1-0.20230614092458-b5bbc1c8dabb to 0.10.0 ([#497](#497)). Internal: * Use direct download for workspace filer read ([#514](#514)).
1 parent f64c442 commit f42279f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

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

3+
## 0.200.1
4+
5+
CLI:
6+
* Add --absolute flag for ls command ([#508](https://github.com/databricks/cli/pull/508)).
7+
* Add dbfs scheme prefix to paths in cp command output ([#516](https://github.com/databricks/cli/pull/516)).
8+
* Add provider detection to the repos create command ([#528](https://github.com/databricks/cli/pull/528)).
9+
* Added configure-cluster flag for auth login ([#500](https://github.com/databricks/cli/pull/500)).
10+
* Added prompts for Databricks profile for auth login command ([#502](https://github.com/databricks/cli/pull/502)).
11+
* Allow specifying repo by path for repos commands ([#526](https://github.com/databricks/cli/pull/526)).
12+
* Decode contents by default in workspace export command ([#531](https://github.com/databricks/cli/pull/531)).
13+
* Fixed jobs create command to only accept JSON payload ([#498](https://github.com/databricks/cli/pull/498)).
14+
* Make local files default for fs commands ([#506](https://github.com/databricks/cli/pull/506)).
15+
* Remove \r from new line print statments ([#509](https://github.com/databricks/cli/pull/509)).
16+
* Remove extra call to filer.Stat in dbfs filer.Read ([#515](https://github.com/databricks/cli/pull/515)).
17+
* Update alerts command integration test ([#512](https://github.com/databricks/cli/pull/512)).
18+
* Update variable regex to support hyphens ([#503](https://github.com/databricks/cli/pull/503)).
19+
20+
Bundles:
21+
* Add DATABRICKS_BUNDLE_TMP env variable ([#462](https://github.com/databricks/cli/pull/462)).
22+
* Update Terraform provider schema structs ([#504](https://github.com/databricks/cli/pull/504)).
23+
24+
Dependencies:
25+
* Bump github.com/databricks/databricks-sdk-go from 0.9.1-0.20230614092458-b5bbc1c8dabb to 0.10.0 ([#497](https://github.com/databricks/cli/pull/497)).
26+
27+
Internal:
28+
* Use direct download for workspace filer read ([#514](https://github.com/databricks/cli/pull/514)).
29+
330
## 0.200.0
431

532
This version marks the first version available as public preview.

0 commit comments

Comments
 (0)