Skip to content

Commit

Permalink
Release v0.210.1 (#1032)
Browse files Browse the repository at this point in the history
This is a bugfix release to address issues with v0.210.0.

CLI:
* Fix `panic: $HOME is not set`
([#1027](#1027)).
* Fix `databricks configure` if new profile is specified
([#1030](#1030)).
* Filter out system clusters for `--configure-cluster`
([#1031](#1031)).

Bundles:
* Fixed panic when job has trigger and in development mode
([#1026](#1026)).

Internal:
* Use `fetch-tags` option in release workflows
([#1025](#1025)).
  • Loading branch information
pietern authored Nov 30, 2023
1 parent 10c9eca commit 1a1f1b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Version changelog

## 0.210.1

This is a bugfix release to address issues with v0.210.0.

CLI:
* Fix `panic: is not set` ([#1027](https://github.com/databricks/cli/pull/1027)).
* Fix `databricks configure` if new profile is specified ([#1030](https://github.com/databricks/cli/pull/1030)).
* Filter out system clusters for `--configure-cluster` ([#1031](https://github.com/databricks/cli/pull/1031)).

Bundles:
* Fixed panic when job has trigger and in development mode ([#1026](https://github.com/databricks/cli/pull/1026)).

Internal:
* Use `fetch-tags` option in release workflows ([#1025](https://github.com/databricks/cli/pull/1025)).



## 0.210.0

This release includes the new `databricks labs` command to install, manage, and run Databricks Labs projects.
Expand Down

0 comments on commit 1a1f1b1

Please sign in to comment.