Skip to content

Commit

Permalink
Release v0.218.1 (databricks#1401)
Browse files Browse the repository at this point in the history
This is a bugfix release.

CLI:
* Pass `DATABRICKS_CONFIG_FILE` for `auth profiles`
([databricks#1394](databricks#1394)).

Bundles:
* Show a better error message for using wheel tasks with older DBR
versions ([databricks#1373](databricks#1373)).
* Allow variable references in non-string fields in the JSON schema
([databricks#1398](databricks#1398)).
* Fix variable overrides in targets for non-string variables
([databricks#1397](databricks#1397)).
* Fix bundle schema for variables
([databricks#1396](databricks#1396)).
* Fix bundle documentation URL
([databricks#1399](databricks#1399)).

Internal:
* Removed autogenerated docs for the CLI commands
([databricks#1392](databricks#1392)).
* Remove `JSON.parse` call from homebrew-tap action
([databricks#1393](databricks#1393)).
* Ensure that Python dependencies are installed during upgrade
([databricks#1390](databricks#1390)).
  • Loading branch information
pietern authored Apr 25, 2024
1 parent db84a70 commit a292eef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Version changelog

## 0.218.1

This is a bugfix release.

CLI:
* Pass `DATABRICKS_CONFIG_FILE` for `auth profiles` ([#1394](https://github.com/databricks/cli/pull/1394)).

Bundles:
* Show a better error message for using wheel tasks with older DBR versions ([#1373](https://github.com/databricks/cli/pull/1373)).
* Allow variable references in non-string fields in the JSON schema ([#1398](https://github.com/databricks/cli/pull/1398)).
* Fix variable overrides in targets for non-string variables ([#1397](https://github.com/databricks/cli/pull/1397)).
* Fix bundle schema for variables ([#1396](https://github.com/databricks/cli/pull/1396)).
* Fix bundle documentation URL ([#1399](https://github.com/databricks/cli/pull/1399)).

Internal:
* Removed autogenerated docs for the CLI commands ([#1392](https://github.com/databricks/cli/pull/1392)).
* Remove `JSON.parse` call from homebrew-tap action ([#1393](https://github.com/databricks/cli/pull/1393)).
* Ensure that Python dependencies are installed during upgrade ([#1390](https://github.com/databricks/cli/pull/1390)).



## 0.218.0

This release marks the general availability of Databricks Asset Bundles.
Expand Down

0 comments on commit a292eef

Please sign in to comment.