Skip to content

Commit eb427dd

Browse files
[Release] Release v0.252.0
## Release v0.252.0 ### Dependency updates * Upgraded Go SDK to 0.69.0 ([#2867](#2867)) * Upgraded to TF provider 1.79.0 ([#2869](#2869)) ### Bundles * Remove unused fields from resources.models schema: creation\_timestamp, last\_updated\_timestamp, latest\_versions and user\_id. Using them now raises a warning ([#2828](#2828)). * Preserve folder structure for app source code in bundle generate ([#2848](#2848)) * Fix normalising requirements file path in dependencies section ([#2861](#2861)) * Fix default-python template not to add environments when serverless=yes and include\_python=no ([#2866](#2866)) * Fix handling of Unicode characters in Python support ([#2873](#2873)) * Add support for secret scopes in DABs ([#2744](#2744)) * Make `artifacts.*.type` optional in bundle JSON schema ([#2881](#2881)) * Fix support for `spot_bid_max_price` field in Python support ([#2883](#2883))
1 parent 08a88e7 commit eb427dd

File tree

8 files changed

+24
-17
lines changed

8 files changed

+24
-17
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-05-07 13:22:52+0000"
2+
"timestamp": "2025-05-14 14:05:09+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.252.0
4+
5+
### Dependency updates
6+
* Upgraded Go SDK to 0.69.0 ([#2867](https://github.com/databricks/cli/pull/2867))
7+
* Upgraded to TF provider 1.79.0 ([#2869](https://github.com/databricks/cli/pull/2869))
8+
9+
### Bundles
10+
* Remove unused fields from resources.models schema: creation\_timestamp, last\_updated\_timestamp, latest\_versions and user\_id. Using them now raises a warning ([#2828](https://github.com/databricks/cli/pull/2828)).
11+
* Preserve folder structure for app source code in bundle generate ([#2848](https://github.com/databricks/cli/pull/2848))
12+
* Fix normalising requirements file path in dependencies section ([#2861](https://github.com/databricks/cli/pull/2861))
13+
* Fix default-python template not to add environments when serverless=yes and include\_python=no ([#2866](https://github.com/databricks/cli/pull/2866))
14+
* Fix handling of Unicode characters in Python support ([#2873](https://github.com/databricks/cli/pull/2873))
15+
* Add support for secret scopes in DABs ([#2744](https://github.com/databricks/cli/pull/2744))
16+
* Make `artifacts.*.type` optional in bundle JSON schema ([#2881](https://github.com/databricks/cli/pull/2881))
17+
* Fix support for `spot_bid_max_price` field in Python support ([#2883](https://github.com/databricks/cli/pull/2883))
18+
19+
320
## Release v0.251.0
421

522
### Dependency updates

NEXT_CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.252.0
3+
## Release v0.253.0
44

55
### Notable Changes
66

77
### Dependency updates
8-
* Upgraded Go SDK to 0.69.0 ([#2867](https://github.com/databricks/cli/pull/2867))
9-
* Upgraded to TF provider 1.79.0 ([#2869](https://github.com/databricks/cli/pull/2869))
108

119
### CLI
1210

1311
### Bundles
14-
* Remove unused fields from resources.models schema: creation\_timestamp, last\_updated\_timestamp, latest\_versions and user\_id. Using them now raises a warning ([#2828](https://github.com/databricks/cli/pull/2828)).
15-
* Preserve folder structure for app source code in bundle generate ([#2848](https://github.com/databricks/cli/pull/2848))
16-
* Fix normalising requirements file path in dependencies section ([#2861](https://github.com/databricks/cli/pull/2861))
17-
* Fix default-python template not to add environments when serverless=yes and include\_python=no ([#2866](https://github.com/databricks/cli/pull/2866))
18-
* Fix handling of Unicode characters in Python support ([#2873](https://github.com/databricks/cli/pull/2873))
19-
* Add support for secret scopes in DABs ([#2744](https://github.com/databricks/cli/pull/2744))
20-
* Make `artifacts.*.type` optional in bundle JSON schema ([#2881](https://github.com/databricks/cli/pull/2881))
21-
* Fix support for `spot_bid_max_price` field in Python support ([#2883](https://github.com/databricks/cli/pull/2883))
2212

2313
### API Changes

experimental/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Reference documentation is available at https://databricks.github.io/cli/experim
1313

1414
To use `databricks-bundles`, you must first:
1515

16-
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.251.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.252.0 or above
1717
2. Authenticate to your Databricks workspace if you have not done so already:
1818

1919
```bash
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.251.0"
1+
__version__ = "0.252.0"

experimental/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "databricks-bundles"
33
description = "Python support for Databricks Asset Bundles"
4-
version = "0.251.0"
4+
version = "0.252.0"
55

66
authors = [
77
{ name = "Gleb Kanterov", email = "[email protected]" },

experimental/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/template/templates/experimental-jobs-as-code/library/versions.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
>=15.4,<15.5
77
{{- end}}
88

9-
{{define "latest_databricks_bundles_version" -}}0.251.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.252.0{{- end}}

0 commit comments

Comments
 (0)