Skip to content

Commit acf292d

Browse files
authored
Release v0.201.0 (#586)
* Add development runs ([#522](#522)). * Support tab completion for profiles ([#572](#572)). * Correctly use --profile flag passed for all bundle commands ([#571](#571)). * Disallow notebooks in paths where files are expected ([#573](#573)). * Improve auth login experience ([#570](#570)). * Remove base path checks during sync ([#576](#576)). * First look for databricks.yml before falling back to bundle.yml ([#580](#580)). * Integrate with auto-release infra ([#581](#581)). API Changes: * Removed `databricks metastores maintenance` command. * Added `databricks metastores enable-optimization` command. * Added `databricks tables update` command. * Changed `databricks account settings delete-personal-compute-setting` command with new required argument order. * Changed `databricks account settings read-personal-compute-setting` command with new required argument order. * Added `databricks clean-rooms` command group. OpenAPI SHA: 850a075ed9758d21a6bc4409506b48c8b9f93ab4, Date: 2023-07-18 Dependency updates: * Bump golang.org/x/term from 0.9.0 to 0.10.0 ([#567](#567)). * Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 ([#566](#566)). * Bump golang.org/x/mod from 0.11.0 to 0.12.0 ([#568](#568)). * Bump github.com/databricks/databricks-sdk-go from 0.12.0 to 0.13.0 ([#585](#585)).
1 parent ff98096 commit acf292d

File tree

24 files changed

+482
-174
lines changed

24 files changed

+482
-174
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
850a075ed9758d21a6bc4409506b48c8b9f93ab4

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cmd/account/workspace-assignment/workspace-assignment.go linguist-generated=true
2525
cmd/account/workspaces/workspaces.go linguist-generated=true
2626
cmd/workspace/alerts/alerts.go linguist-generated=true
2727
cmd/workspace/catalogs/catalogs.go linguist-generated=true
28+
cmd/workspace/clean-rooms/clean-rooms.go linguist-generated=true
2829
cmd/workspace/cluster-policies/cluster-policies.go linguist-generated=true
2930
cmd/workspace/clusters/clusters.go linguist-generated=true
3031
cmd/workspace/cmd.go linguist-generated=true

CHANGELOG.md

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

3+
## 0.201.0
4+
5+
* Add development runs ([#522](https://github.com/databricks/cli/pull/522)).
6+
* Support tab completion for profiles ([#572](https://github.com/databricks/cli/pull/572)).
7+
* Correctly use --profile flag passed for all bundle commands ([#571](https://github.com/databricks/cli/pull/571)).
8+
* Disallow notebooks in paths where files are expected ([#573](https://github.com/databricks/cli/pull/573)).
9+
* Improve auth login experience ([#570](https://github.com/databricks/cli/pull/570)).
10+
* Remove base path checks during sync ([#576](https://github.com/databricks/cli/pull/576)).
11+
* First look for databricks.yml before falling back to bundle.yml ([#580](https://github.com/databricks/cli/pull/580)).
12+
* Integrate with auto-release infra ([#581](https://github.com/databricks/cli/pull/581)).
13+
14+
API Changes:
15+
16+
* Removed `databricks metastores maintenance` command.
17+
* Added `databricks metastores enable-optimization` command.
18+
* Added `databricks tables update` command.
19+
* Changed `databricks account settings delete-personal-compute-setting` command with new required argument order.
20+
* Changed `databricks account settings read-personal-compute-setting` command with new required argument order.
21+
* Added `databricks clean-rooms` command group.
22+
23+
OpenAPI SHA: 850a075ed9758d21a6bc4409506b48c8b9f93ab4, Date: 2023-07-18
24+
Dependency updates:
25+
26+
* Bump golang.org/x/term from 0.9.0 to 0.10.0 ([#567](https://github.com/databricks/cli/pull/567)).
27+
* Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 ([#566](https://github.com/databricks/cli/pull/566)).
28+
* Bump golang.org/x/mod from 0.11.0 to 0.12.0 ([#568](https://github.com/databricks/cli/pull/568)).
29+
* Bump github.com/databricks/databricks-sdk-go from 0.12.0 to 0.13.0 ([#585](https://github.com/databricks/cli/pull/585)).
30+
331
## 0.200.2
432

533
CLI:

cmd/account/groups/groups.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/metastores/metastores.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/service-principals/service-principals.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/settings/settings.go

Lines changed: 20 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/storage-credentials/storage-credentials.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/account/users/users.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/workspace/alerts/alerts.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)