Skip to content

Commit 388f37d

Browse files
[Release] Release v0.257.0
## Release v0.257.0 ### Bundles * Improve error message for host mismatch between bundle and profile used ([#3100](#3100)) * Remove support for deprecated `experimental/pydabs` config, use `experimental/python` instead. See [Configuration in Python ](https://docs.databricks.com/dev-tools/bundles/python). ([#3102](#3102)) * Pass through OIDC token env variable to Terraform ([#3113](#3113)) * The `default-python` template now prompts if you want to use serverless compute (default to `yes`) ([#3051](#3051)). ### API Changes * Removed `databricks custom-llms` command group. * Added `databricks ai-builder` command group. * Added `databricks feature-store` command group.
1 parent d43ac45 commit 388f37d

8 files changed

Lines changed: 23 additions & 16 deletions

File tree

.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-06-18 14:17:14+0000"
2+
"timestamp": "2025-06-25 15:27:57+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.257.0
4+
5+
### Bundles
6+
* Improve error message for host mismatch between bundle and profile used ([#3100](https://github.com/databricks/cli/pull/3100))
7+
* Remove support for deprecated `experimental/pydabs` config, use `experimental/python` instead. See [Configuration in Python
8+
](https://docs.databricks.com/dev-tools/bundles/python). ([#3102](https://github.com/databricks/cli/pull/3102))
9+
* Pass through OIDC token env variable to Terraform ([#3113](https://github.com/databricks/cli/pull/3113))
10+
11+
* The `default-python` template now prompts if you want to use serverless compute (default to `yes`) ([#3051](https://github.com/databricks/cli/pull/3051)).
12+
13+
### API Changes
14+
* Removed `databricks custom-llms` command group.
15+
* Added `databricks ai-builder` command group.
16+
* Added `databricks feature-store` command group.
17+
18+
319
## Release v0.256.0
420

521
### Bundles

NEXT_CHANGELOG.md

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

3-
## Release v0.257.0
3+
## Release v0.258.0
44

55
### Notable Changes
66

@@ -9,14 +9,5 @@
99
### CLI
1010

1111
### Bundles
12-
* Improve error message for host mismatch between bundle and profile used ([#3100](https://github.com/databricks/cli/pull/3100))
13-
* Remove support for deprecated `experimental/pydabs` config, use `experimental/python` instead. See [Configuration in Python
14-
](https://docs.databricks.com/dev-tools/bundles/python). ([#3102](https://github.com/databricks/cli/pull/3102))
15-
* Pass through OIDC token env variable to Terraform ([#3113](https://github.com/databricks/cli/pull/3113))
16-
17-
* The `default-python` template now prompts if you want to use serverless compute (default to `yes`) ([#3051](https://github.com/databricks/cli/pull/3051)).
1812

1913
### API Changes
20-
* Removed `databricks custom-llms` command group.
21-
* Added `databricks ai-builder` command group.
22-
* Added `databricks feature-store` command group.

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.256.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.257.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.256.0"
1+
__version__ = "0.257.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.256.0"
4+
version = "0.257.0"
55

66
authors = [
77
{ name = "Gleb Kanterov", email = "gleb.kanterov@databricks.com" },

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.256.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.257.0{{- end}}

0 commit comments

Comments
 (0)