Skip to content

Commit b48fa70

Browse files
authored
[Release] Release v0.238.0 (#2096)
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)).
1 parent 23f05f5 commit b48fa70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

3+
## [Release] Release v0.238.0
4+
5+
Bundles:
6+
* Fix finding Python within virtualenv on Windows ([#2034](https://github.com/databricks/cli/pull/2034)).
7+
* Include missing field descriptions in JSON schema ([#2045](https://github.com/databricks/cli/pull/2045)).
8+
* Add validation for volume referenced from `artifact_path` ([#2050](https://github.com/databricks/cli/pull/2050)).
9+
* Handle `${workspace.file_path}` references in source-linked deployments ([#2046](https://github.com/databricks/cli/pull/2046)).
10+
* Set the write bit for files written during template initialization ([#2068](https://github.com/databricks/cli/pull/2068)).
11+
312
## [Release] Release v0.237.0
413

514
Bundles:

0 commit comments

Comments
 (0)