Skip to content

Commit

Permalink
[Release] Release v0.238.0
Browse files Browse the repository at this point in the history
Bundles:
 * Fix finding Python within virtualenv on Windows ([#2034](#2034)).
 * Include missing field descriptions in JSON schema ([#2045](#2045)).
 * Add validation for volume referenced from `artifact_path` ([#2050](#2050)).
 * Handle `${workspace.file_path}` references in source-linked deployments ([#2046](#2046)).
 * Set the write bit for files written during template initialization ([#2068](#2068)).
  • Loading branch information
pietern committed Jan 8, 2025
1 parent 23f05f5 commit 019b7c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Version changelog

## [Release] Release v0.238.0

Bundles:
* Fix finding Python within virtualenv on Windows ([#2034](https://github.com/databricks/cli/pull/2034)).
* Include missing field descriptions in JSON schema ([#2045](https://github.com/databricks/cli/pull/2045)).
* Add validation for volume referenced from `artifact_path` ([#2050](https://github.com/databricks/cli/pull/2050)).
* Handle `${workspace.file_path}` references in source-linked deployments ([#2046](https://github.com/databricks/cli/pull/2046)).
* Set the write bit for files written during template initialization ([#2068](https://github.com/databricks/cli/pull/2068)).

## [Release] Release v0.237.0

Bundles:
Expand Down

0 comments on commit 019b7c3

Please sign in to comment.