Skip to content

Commit

Permalink
Release v0.205.1 (#787)
Browse files Browse the repository at this point in the history
Bundles:
* Use enums for default python template
([#765](#765)).
* Make bundle deploy work if no resources are defined
([#767](#767)).
* Added support for experimental scripts section
([#632](#632)).
* Error when unknown keys are encounters during template execution
([#766](#766)).
* Fall back to full Git clone if shallow clone is not supported
([#775](#775)).
* Enable environment overrides for job tasks
([#779](#779)).
* Increase timeout waiting for job run to 1 day
([#786](#786)).

Internal:
* Update Go SDK to v0.19.3 (unreleased)
([#778](#778)).
  • Loading branch information
pietern authored Sep 20, 2023
1 parent 3a812a6 commit 46996b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Version changelog

## 0.205.1

Bundles:
* Use enums for default python template ([#765](https://github.com/databricks/cli/pull/765)).
* Make bundle deploy work if no resources are defined ([#767](https://github.com/databricks/cli/pull/767)).
* Added support for experimental scripts section ([#632](https://github.com/databricks/cli/pull/632)).
* Error when unknown keys are encounters during template execution ([#766](https://github.com/databricks/cli/pull/766)).
* Fall back to full Git clone if shallow clone is not supported ([#775](https://github.com/databricks/cli/pull/775)).
* Enable environment overrides for job tasks ([#779](https://github.com/databricks/cli/pull/779)).
* Increase timeout waiting for job run to 1 day ([#786](https://github.com/databricks/cli/pull/786)).

Internal:
* Update Go SDK to v0.19.3 (unreleased) ([#778](https://github.com/databricks/cli/pull/778)).



## 0.205.0

This release marks the public preview phase of Databricks Asset Bundles.
Expand Down

0 comments on commit 46996b8

Please sign in to comment.