Skip to content

Commit d784147

Browse files
authored
[Release] Release v0.239.1 (#2218)
CLI: * Added text output templates for apps list and list-deployments ([#2175](#2175)). * Fix duplicate "apps" entry in help output ([#2191](#2191)). Bundles: * Allow yaml-anchors in schema ([#2200](#2200)). * Show an error when non-yaml files used in include section ([#2201](#2201)). * Set WorktreeRoot to sync root outside git repo ([#2197](#2197)). * fix: Detailed message for using source-linked deployment with file_path specified ([#2119](#2119)). * Allow using variables in enum fields ([#2199](#2199)). * Add experimental-jobs-as-code template ([#2177](#2177)). * Reading variables from file ([#2171](#2171)). * Fixed an apps message order and added output test ([#2174](#2174)). * Default to forward slash-separated paths for path translation ([#2145](#2145)). * Include a materialized copy of built-in templates ([#2146](#2146)).
1 parent 0487e81 commit d784147

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## [Release] Release v0.239.1
4+
5+
CLI:
6+
* Added text output templates for apps list and list-deployments ([#2175](https://github.com/databricks/cli/pull/2175)).
7+
* Fix duplicate "apps" entry in help output ([#2191](https://github.com/databricks/cli/pull/2191)).
8+
9+
Bundles:
10+
* Allow yaml-anchors in schema ([#2200](https://github.com/databricks/cli/pull/2200)).
11+
* Show an error when non-yaml files used in include section ([#2201](https://github.com/databricks/cli/pull/2201)).
12+
* Set WorktreeRoot to sync root outside git repo ([#2197](https://github.com/databricks/cli/pull/2197)).
13+
* fix: Detailed message for using source-linked deployment with file_path specified ([#2119](https://github.com/databricks/cli/pull/2119)).
14+
* Allow using variables in enum fields ([#2199](https://github.com/databricks/cli/pull/2199)).
15+
* Add experimental-jobs-as-code template ([#2177](https://github.com/databricks/cli/pull/2177)).
16+
* Reading variables from file ([#2171](https://github.com/databricks/cli/pull/2171)).
17+
* Fixed an apps message order and added output test ([#2174](https://github.com/databricks/cli/pull/2174)).
18+
* Default to forward slash-separated paths for path translation ([#2145](https://github.com/databricks/cli/pull/2145)).
19+
* Include a materialized copy of built-in templates ([#2146](https://github.com/databricks/cli/pull/2146)).
20+
21+
22+
323
## [Release] Release v0.239.0
424

525
### New feature announcement

0 commit comments

Comments
 (0)